diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 43465c33..29ba8878 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,13 @@ +nvidia-container-toolkit (1.2.0-1) UNRELEASED; urgency=medium + + * 8e0aab46 Fix repo listed in changelog for debian distributions + * 320bb6e4 Update dependence on libnvidia-container to 1.2.0 + * 6cfc8097 Update package license to match source license + * e7dc3cbb Fix debian copyright file + * d3aee3e0 Add the 'ngx' driver capability + + -- NVIDIA CORPORATION Wed, 08 Jul 2020 18:11:19 -0700 + nvidia-container-toolkit (1.1.2-1) UNRELEASED; urgency=medium * c32237f3 Add support for parsing Linux Capabilities for older OCI specs diff --git a/packaging/rpm/SPECS/nvidia-container-toolkit.spec b/packaging/rpm/SPECS/nvidia-container-toolkit.spec index 6e7c2fe5..8b06aab3 100644 --- a/packaging/rpm/SPECS/nvidia-container-toolkit.spec +++ b/packaging/rpm/SPECS/nvidia-container-toolkit.spec @@ -53,6 +53,13 @@ rm -f %{_bindir}/nvidia-container-runtime-hook /usr/share/containers/oci/hooks.d/oci-nvidia-hook.json %changelog +* Wed Jul 08 2020 NVIDIA CORPORATION 1.2.0-1 +- 8e0aab46 Fix repo listed in changelog for debian distributions +- 320bb6e4 Update dependence on libnvidia-container to 1.2.0 +- 6cfc8097 Update package license to match source license +- e7dc3cbb Fix debian copyright file +- d3aee3e0 Add the 'ngx' driver capability + * Wed Jun 03 2020 NVIDIA CORPORATION 1.1.2-1 - c32237f3 Add support for parsing Linux Capabilities for older OCI specs