提交 881c88e2 编写于 作者: J Jonathan Calmels

Update changelogs for v1.0.0

上级 35a9f27c
......@@ -17,7 +17,7 @@ Refer to the [repository configuration](https://nvidia.github.io/libnvidia-conta
With Docker:
```bash
# Generate packages for a given distribution in the dist/ directory
make docker-ubuntu:16.04 TAG=rc.2
make docker-ubuntu:16.04
````
Without Docker:
......
libnvidia-container (1.0.0-1) UNRELEASED; urgency=medium
* 35a9f27 Add support for CUDA forward compatibility
* ebed710 Add device brand to the device informations and requirements
* a141a7a Handle 32-bit PCI domains in procfs
* 391c4b6 Preload glibc libraries before switching root
* bcf69c6 Bump libtirpc to 1.1.4
* 30aec17 Bump nvidia-modprobe-utils to 396.51
* d05745f Bump the address space limits for ldconfig
-- NVIDIA CORPORATION <cudatools@nvidia.com> Thu, 20 Sep 2018 11:52:52 -0700
libnvidia-container (1.0.0~rc.2-1) UNRELEASED; urgency=medium
* 7ea554a Rework capabilities to support more unprivileged use-cases
......
libnvidia-container.so.1 libnvidia-container1 #MINVER#
NVC_1.0@NVC_1.0 1.0.0~rc.2
nvc_config_free@NVC_1.0 1.0.0~rc.2
nvc_config_new@NVC_1.0 1.0.0~rc.2
nvc_container_config_free@NVC_1.0 1.0.0~rc.2
nvc_container_config_new@NVC_1.0 1.0.0~rc.2
nvc_container_free@NVC_1.0 1.0.0~rc.2
nvc_container_new@NVC_1.0 1.0.0~rc.2
nvc_context_free@NVC_1.0 1.0.0~rc.2
nvc_context_new@NVC_1.0 1.0.0~rc.2
nvc_device_info_free@NVC_1.0 1.0.0~rc.2
nvc_device_info_new@NVC_1.0 1.0.0~rc.2
nvc_device_mount@NVC_1.0 1.0.0~rc.2
nvc_driver_info_free@NVC_1.0 1.0.0~rc.2
nvc_driver_info_new@NVC_1.0 1.0.0~rc.2
nvc_driver_mount@NVC_1.0 1.0.0~rc.2
nvc_error@NVC_1.0 1.0.0~rc.2
nvc_init@NVC_1.0 1.0.0~rc.2
nvc_ldcache_update@NVC_1.0 1.0.0~rc.2
nvc_shutdown@NVC_1.0 1.0.0~rc.2
nvc_version@NVC_1.0 1.0.0~rc.2
NVC_1.0@NVC_1.0 1.0.0
nvc_config_free@NVC_1.0 1.0.0
nvc_config_new@NVC_1.0 1.0.0
nvc_container_config_free@NVC_1.0 1.0.0
nvc_container_config_new@NVC_1.0 1.0.0
nvc_container_free@NVC_1.0 1.0.0
nvc_container_new@NVC_1.0 1.0.0
nvc_context_free@NVC_1.0 1.0.0
nvc_context_new@NVC_1.0 1.0.0
nvc_device_info_free@NVC_1.0 1.0.0
nvc_device_info_new@NVC_1.0 1.0.0
nvc_device_mount@NVC_1.0 1.0.0
nvc_driver_info_free@NVC_1.0 1.0.0
nvc_driver_info_new@NVC_1.0 1.0.0
nvc_driver_mount@NVC_1.0 1.0.0
nvc_error@NVC_1.0 1.0.0
nvc_init@NVC_1.0 1.0.0
nvc_ldcache_update@NVC_1.0 1.0.0
nvc_shutdown@NVC_1.0 1.0.0
nvc_version@NVC_1.0 1.0.0
......@@ -5,7 +5,7 @@ Packager: NVIDIA CORPORATION <cudatools@nvidia.com>
URL: https://github.com/NVIDIA/libnvidia-container
BuildRequires: make
Version: %{_version}
Release: 0.1%{?_tag:.%_tag}
Release: 1%{?_tag:.%_tag}
Summary: NVIDIA container runtime library
%description
The nvidia-container library provides an interface to configure GNU/Linux
......@@ -72,7 +72,7 @@ This package contains the debugging symbols for the library.
%{_prefix}/lib/debug%{_libdir}/lib*.so.*
%package tools
Requires: %{name}%{_major}%{?_isa} >= %{version}-%{release}
Requires: %{name}%{_major}%{?_isa} >= %{version}-1, %{name}%{_major}%{?_isa} >= %{version}-%{release}
Summary: NVIDIA container runtime library (command-line tools)
%description tools
The nvidia-container library provides an interface to configure GNU/Linux
......@@ -85,6 +85,15 @@ This package contains command-line tools that facilitate using the library.
%{_bindir}/*
%changelog
* Thu Sep 20 2018 NVIDIA CORPORATION <cudatools@nvidia.com> 1.0.0-1
- 35a9f27 Add support for CUDA forward compatibility
- ebed710 Add device brand to the device informations and requirements
- a141a7a Handle 32-bit PCI domains in procfs
- 391c4b6 Preload glibc libraries before switching root
- bcf69c6 Bump libtirpc to 1.1.4
- 30aec17 Bump nvidia-modprobe-utils to 396.51
- d05745f Bump the address space limits for ldconfig
* Mon Jun 11 2018 NVIDIA CORPORATION <cudatools@nvidia.com> 1.0.0-0.1.rc.2
- 7ea554a Rework capabilities to support more unprivileged use-cases
- f06cbbb Fix driver process DEATHSIG teardown
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册