Commit b6f85bb4 authored by Evan Lezar's avatar Evan Lezar
Browse files

Merge branch 'bump-version-1.8.0-rc.2' into 'master'

Bump version to 1.8.0-rc.2

See merge request !126
parents 2cd67f72 b2e02669
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
libnvidia-container (1.8.0~rc.2-1) experimental; urgency=medium

  * Correct GSP firmware mount permissions

 -- NVIDIA CORPORATION <cudatools@nvidia.com> Tue, 18 Jan 2022 11:20:38 +0100

libnvidia-container (1.8.0~rc.1-1) experimental; urgency=medium

  * Add new cgroup.c file based on nvcgo that supports both cgroupv1 and cgroupv2
+3 −0
Original line number Diff line number Diff line
@@ -99,6 +99,9 @@ This package contains command-line tools that facilitate using the library.
%{_bindir}/*

%changelog
* Tue Jan 18 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.8.0-0.1.rc.2
- Correct GSP firmware mount permissions

* Wed Dec 08 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 1.8.0-0.1.rc.1
- Add new cgroup.c file based on nvcgo that supports both cgroupv1 and cgroupv2
- Move cgroup.c to cgroup_legacy.c in preparation for nvcgo implementation
+2 −2
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@ extern "C" {
// For stable releases, this should be defined as empty.
// For release candidates, this should be defined with the format "rc.1"
// The version string should also be updated accordingly, using a ~ separator where applicable.
#define NVC_TAG "rc.1"
#define NVC_VERSION "1.8.0~rc.1"
#define NVC_TAG "rc.2"
#define NVC_VERSION "1.8.0~rc.2"

#define NVC_ARG_MAX 256