From ec15c7233bd2de821ad5127cb0de6b52d9d2083c Mon Sep 17 00:00:00 2001 From: Jonathan Calmels Date: Mon, 30 Oct 2017 16:24:35 -0700 Subject: [PATCH] Update changelogs for v1.0.0-alpha.2 --- pkg/deb/changelog | 12 +++++++ pkg/deb/libnvidia-container@MAJOR@.symbols | 40 +++++++++++----------- pkg/rpm/SPECS/libnvidia-container.spec | 9 +++++ 3 files changed, 41 insertions(+), 20 deletions(-) diff --git a/pkg/deb/changelog b/pkg/deb/changelog index a51a16af..665b06d4 100644 --- a/pkg/deb/changelog +++ b/pkg/deb/changelog @@ -1,3 +1,15 @@ +libnvidia-container (1.0.0~alpha.2-1) UNRELEASED; urgency=medium + + * b80e4b6 Relax some requirement constraints + * 3cd1bb6 Handle 32-bit PCI domains + * 6c67a19 Add support for device architecture requirement + * 7584e96 Filter NVRM proc filesystem based on visible devices + * 93c46e1 Prevent the driver process from triggering MPS + * fe4925e Reject invalid device identifier "GPU-" + * dabef1c Do not change bind mount attributes on top-level directories + + -- NVIDIA CORPORATION Mon, 30 Oct 2017 14:03:39 -0700 + libnvidia-container (1.0.0~alpha.1-1) UNRELEASED; urgency=medium * Initial release diff --git a/pkg/deb/libnvidia-container@MAJOR@.symbols b/pkg/deb/libnvidia-container@MAJOR@.symbols index 8961b961..8c11673f 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.1 - nvc_config_free@NVC_1.0 1.0.0~alpha.1 - nvc_config_new@NVC_1.0 1.0.0~alpha.1 - nvc_container_config_free@NVC_1.0 1.0.0~alpha.1 - nvc_container_config_new@NVC_1.0 1.0.0~alpha.1 - nvc_container_free@NVC_1.0 1.0.0~alpha.1 - nvc_container_new@NVC_1.0 1.0.0~alpha.1 - nvc_context_free@NVC_1.0 1.0.0~alpha.1 - nvc_context_new@NVC_1.0 1.0.0~alpha.1 - nvc_device_info_free@NVC_1.0 1.0.0~alpha.1 - nvc_device_info_new@NVC_1.0 1.0.0~alpha.1 - nvc_device_mount@NVC_1.0 1.0.0~alpha.1 - nvc_driver_info_free@NVC_1.0 1.0.0~alpha.1 - nvc_driver_info_new@NVC_1.0 1.0.0~alpha.1 - nvc_driver_mount@NVC_1.0 1.0.0~alpha.1 - nvc_error@NVC_1.0 1.0.0~alpha.1 - nvc_init@NVC_1.0 1.0.0~alpha.1 - nvc_ldcache_update@NVC_1.0 1.0.0~alpha.1 - nvc_shutdown@NVC_1.0 1.0.0~alpha.1 - nvc_version@NVC_1.0 1.0.0~alpha.1 + 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 diff --git a/pkg/rpm/SPECS/libnvidia-container.spec b/pkg/rpm/SPECS/libnvidia-container.spec index 1ea7e638..acbdeea0 100644 --- a/pkg/rpm/SPECS/libnvidia-container.spec +++ b/pkg/rpm/SPECS/libnvidia-container.spec @@ -87,5 +87,14 @@ This package contains command-line tools that facilitate using the library. %{_bindir}/* %changelog +* Mon Oct 30 2017 NVIDIA CORPORATION 1.0.0-0.1.alpha.2 +- b80e4b6 Relax some requirement constraints +- 3cd1bb6 Handle 32-bit PCI domains +- 6c67a19 Add support for device architecture requirement +- 7584e96 Filter NVRM proc filesystem based on visible devices +- 93c46e1 Prevent the driver process from triggering MPS +- fe4925e Reject invalid device identifier "GPU-" +- dabef1c Do not change bind mount attributes on top-level directories + * Tue Sep 05 2017 NVIDIA CORPORATION 1.0.0-0.1.alpha.1 - Initial release