diff --git a/pkg/deb/changelog b/pkg/deb/changelog index 665b06d4..26204b3f 100644 --- a/pkg/deb/changelog +++ b/pkg/deb/changelog @@ -1,3 +1,21 @@ +libnvidia-container (1.0.0~alpha.3-1) UNRELEASED; urgency=medium + + * d268f8f Improve error message if driver installed in the container + * 3fdac29 Add optional support for libelf from the elfutils project + * 584bca5 Remove top directory bind mounts to prevent EXDEV errors + * c6dc820 Add info command to nvidia-container-cli + * 44b74ee Add device model to the device informations + * cbdd58f Strip RPC prefix from error messages + * d4ee216 Rework the CLI list command + * b0c4865 Improve the --userspec CLI option and rename it to --user + * e6fa331 Refactor the CLI and split it into multiple files + * fa9853b Bump nvidia-modprobe-utils to 387.34 + * 7888296 Move the driver capabilities to the container options + * ea2f780 Add support for EGL device isolation + * b5bffa3 Fix driver procfs remount to work with unpatched kernels + + -- NVIDIA CORPORATION Wed, 10 Jan 2018 16:01:11 -0800 + libnvidia-container (1.0.0~alpha.2-1) UNRELEASED; urgency=medium * b80e4b6 Relax some requirement constraints diff --git a/pkg/deb/libnvidia-container@MAJOR@.symbols b/pkg/deb/libnvidia-container@MAJOR@.symbols index 8c11673f..24fe8dd6 100644 --- a/pkg/deb/libnvidia-container@MAJOR@.symbols +++ b/pkg/deb/libnvidia-container@MAJOR@.symbols @@ -1,21 +1,21 @@ libnvidia-container.so.1 libnvidia-container1 #MINVER# - NVC_1.0@NVC_1.0 1.0.0~alpha.2 - nvc_config_free@NVC_1.0 1.0.0~alpha.2 - nvc_config_new@NVC_1.0 1.0.0~alpha.2 - nvc_container_config_free@NVC_1.0 1.0.0~alpha.2 - nvc_container_config_new@NVC_1.0 1.0.0~alpha.2 - nvc_container_free@NVC_1.0 1.0.0~alpha.2 - nvc_container_new@NVC_1.0 1.0.0~alpha.2 - nvc_context_free@NVC_1.0 1.0.0~alpha.2 - nvc_context_new@NVC_1.0 1.0.0~alpha.2 - nvc_device_info_free@NVC_1.0 1.0.0~alpha.2 - nvc_device_info_new@NVC_1.0 1.0.0~alpha.2 - nvc_device_mount@NVC_1.0 1.0.0~alpha.2 - nvc_driver_info_free@NVC_1.0 1.0.0~alpha.2 - nvc_driver_info_new@NVC_1.0 1.0.0~alpha.2 - nvc_driver_mount@NVC_1.0 1.0.0~alpha.2 - nvc_error@NVC_1.0 1.0.0~alpha.2 - nvc_init@NVC_1.0 1.0.0~alpha.2 - nvc_ldcache_update@NVC_1.0 1.0.0~alpha.2 - nvc_shutdown@NVC_1.0 1.0.0~alpha.2 - nvc_version@NVC_1.0 1.0.0~alpha.2 + NVC_1.0@NVC_1.0 1.0.0~alpha.3 + nvc_config_free@NVC_1.0 1.0.0~alpha.3 + nvc_config_new@NVC_1.0 1.0.0~alpha.3 + nvc_container_config_free@NVC_1.0 1.0.0~alpha.3 + nvc_container_config_new@NVC_1.0 1.0.0~alpha.3 + nvc_container_free@NVC_1.0 1.0.0~alpha.3 + nvc_container_new@NVC_1.0 1.0.0~alpha.3 + nvc_context_free@NVC_1.0 1.0.0~alpha.3 + nvc_context_new@NVC_1.0 1.0.0~alpha.3 + nvc_device_info_free@NVC_1.0 1.0.0~alpha.3 + nvc_device_info_new@NVC_1.0 1.0.0~alpha.3 + nvc_device_mount@NVC_1.0 1.0.0~alpha.3 + nvc_driver_info_free@NVC_1.0 1.0.0~alpha.3 + nvc_driver_info_new@NVC_1.0 1.0.0~alpha.3 + nvc_driver_mount@NVC_1.0 1.0.0~alpha.3 + nvc_error@NVC_1.0 1.0.0~alpha.3 + nvc_init@NVC_1.0 1.0.0~alpha.3 + nvc_ldcache_update@NVC_1.0 1.0.0~alpha.3 + nvc_shutdown@NVC_1.0 1.0.0~alpha.3 + nvc_version@NVC_1.0 1.0.0~alpha.3 diff --git a/pkg/rpm/SPECS/libnvidia-container.spec b/pkg/rpm/SPECS/libnvidia-container.spec index 2c33e125..233c2cf5 100644 --- a/pkg/rpm/SPECS/libnvidia-container.spec +++ b/pkg/rpm/SPECS/libnvidia-container.spec @@ -85,6 +85,21 @@ This package contains command-line tools that facilitate using the library. %{_bindir}/* %changelog +* Wed Jan 10 2018 NVIDIA CORPORATION 1.0.0-0.1.alpha.3 +- d268f8f Improve error message if driver installed in the container +- 3fdac29 Add optional support for libelf from the elfutils project +- 584bca5 Remove top directory bind mounts to prevent EXDEV errors +- c6dc820 Add info command to nvidia-container-cli +- 44b74ee Add device model to the device informations +- cbdd58f Strip RPC prefix from error messages +- d4ee216 Rework the CLI list command +- b0c4865 Improve the --userspec CLI option and rename it to --user +- e6fa331 Refactor the CLI and split it into multiple files +- fa9853b Bump nvidia-modprobe-utils to 387.34 +- 7888296 Move the driver capabilities to the container options +- ea2f780 Add support for EGL device isolation +- b5bffa3 Fix driver procfs remount to work with unpatched kernels + * Mon Oct 30 2017 NVIDIA CORPORATION 1.0.0-0.1.alpha.2 - b80e4b6 Relax some requirement constraints - 3cd1bb6 Handle 32-bit PCI domains