diff --git a/debian/changelog b/debian/changelog index 85522785cea3290feee84f90ee261aead7812272..c27d658bcceaa245e1cc97191eaf4077fc68f236 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +nvidia-settings (460.91.03-1+apertis0) apertis; urgency=medium + + * Sync from debian/bullseye. + + -- Apertis CI <devel@lists.apertis.org> Wed, 11 Aug 2021 16:29:37 +0000 + +nvidia-settings (460.91.03-1) unstable; urgency=medium + + * New upstream release 460.91.03. + + -- Andreas Beckmann <anbe@debian.org> Mon, 26 Jul 2021 12:36:00 +0200 + nvidia-settings (460.73.01-1+apertis0) apertis; urgency=medium * Sync from debian/bullseye. diff --git a/doc/version.mk b/doc/version.mk index 80e0e648cd5531788afb3437382c2cdbd3d27e04..634141a6768f9b92afa7bf08936c52df0d0dece6 100644 --- a/doc/version.mk +++ b/doc/version.mk @@ -1,4 +1,4 @@ -NVIDIA_VERSION = 460.73.01 +NVIDIA_VERSION = 460.91.03 # This file. VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST)) diff --git a/samples/version.mk b/samples/version.mk index 80e0e648cd5531788afb3437382c2cdbd3d27e04..634141a6768f9b92afa7bf08936c52df0d0dece6 100644 --- a/samples/version.mk +++ b/samples/version.mk @@ -1,4 +1,4 @@ -NVIDIA_VERSION = 460.73.01 +NVIDIA_VERSION = 460.91.03 # This file. VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST)) diff --git a/src/libXNVCtrl/version.mk b/src/libXNVCtrl/version.mk index 80e0e648cd5531788afb3437382c2cdbd3d27e04..634141a6768f9b92afa7bf08936c52df0d0dece6 100644 --- a/src/libXNVCtrl/version.mk +++ b/src/libXNVCtrl/version.mk @@ -1,4 +1,4 @@ -NVIDIA_VERSION = 460.73.01 +NVIDIA_VERSION = 460.91.03 # This file. VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST)) diff --git a/src/nvml.h b/src/nvml.h index 6ec534035aff8f5c95d8accb6c7ce4558ee84ff0..58de790c22156b008ce17fd66c26bd7015af860f 100644 --- a/src/nvml.h +++ b/src/nvml.h @@ -5963,6 +5963,7 @@ nvmlReturn_t DECLDIR nvmlDeviceGetGridLicensableFeatures_v3(nvmlDevice_t device, * - \ref NVML_ERROR_UNINITIALIZED if the library has not been successfully initialized * - \ref NVML_ERROR_INVALID_ARGUMENT if \a device is invalid, \a utilization is NULL, or \a samplingPeriodUs is NULL * - \ref NVML_ERROR_NOT_SUPPORTED if the device does not support this feature + * - \ref NVML_ERROR_NOT_FOUND if sample entries are not found * - \ref NVML_ERROR_GPU_IS_LOST if the target GPU has fallen off the bus or is otherwise inaccessible * - \ref NVML_ERROR_UNKNOWN on any unexpected error */ diff --git a/src/version.mk b/src/version.mk index 80e0e648cd5531788afb3437382c2cdbd3d27e04..634141a6768f9b92afa7bf08936c52df0d0dece6 100644 --- a/src/version.mk +++ b/src/version.mk @@ -1,4 +1,4 @@ -NVIDIA_VERSION = 460.73.01 +NVIDIA_VERSION = 460.91.03 # This file. VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST)) diff --git a/version.mk b/version.mk index 80e0e648cd5531788afb3437382c2cdbd3d27e04..634141a6768f9b92afa7bf08936c52df0d0dece6 100644 --- a/version.mk +++ b/version.mk @@ -1,4 +1,4 @@ -NVIDIA_VERSION = 460.73.01 +NVIDIA_VERSION = 460.91.03 # This file. VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST))