From a4b883d682f9207a53401d14ed44f8c674cdbc33 Mon Sep 17 00:00:00 2001 From: guptaNswati Date: Fri, 26 Jul 2019 14:36:18 -0700 Subject: [PATCH] Update changelogs for v1.0.3 --- pkg/deb/changelog | 6 +++- pkg/deb/libnvidia-container@MAJOR@.symbols | 40 +++++++++++----------- pkg/rpm/SPECS/libnvidia-container.spec | 3 ++ src/nvc.h | 4 +-- 4 files changed, 30 insertions(+), 23 deletions(-) diff --git a/pkg/deb/changelog b/pkg/deb/changelog index 557bf19..e7a9e8b 100644 --- a/pkg/deb/changelog +++ b/pkg/deb/changelog @@ -1,4 +1,8 @@ -libnvidia-container (1.0.2-1) UNRELEASED; urgency=medium +libnvidia-container (1.0.3-1) UNRELEASED; urgency=medium + + * b9545d7 Add support for Vulkan + + -- NVIDIA CORPORATION Thu, Jul 18 2019 13:34:30 -0700 * 4045013 Adds support for libnvidia-opticalflow diff --git a/pkg/deb/libnvidia-container@MAJOR@.symbols b/pkg/deb/libnvidia-container@MAJOR@.symbols index cf5e7ae..860f6de 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.2 - nvc_config_free@NVC_1.0 1.0.2 - nvc_config_new@NVC_1.0 1.0.2 - nvc_container_config_free@NVC_1.0 1.0.2 - nvc_container_config_new@NVC_1.0 1.0.2 - nvc_container_free@NVC_1.0 1.0.2 - nvc_container_new@NVC_1.0 1.0.2 - nvc_context_free@NVC_1.0 1.0.2 - nvc_context_new@NVC_1.0 1.0.2 - nvc_device_info_free@NVC_1.0 1.0.2 - nvc_device_info_new@NVC_1.0 1.0.2 - nvc_device_mount@NVC_1.0 1.0.2 - nvc_driver_info_free@NVC_1.0 1.0.2 - nvc_driver_info_new@NVC_1.0 1.0.2 - nvc_driver_mount@NVC_1.0 1.0.2 - nvc_error@NVC_1.0 1.0.2 - nvc_init@NVC_1.0 1.0.2 - nvc_ldcache_update@NVC_1.0 1.0.2 - nvc_shutdown@NVC_1.0 1.0.2 - nvc_version@NVC_1.0 1.0.2 + NVC_1.0@NVC_1.0 1.0.3 + nvc_config_free@NVC_1.0 1.0.3 + nvc_config_new@NVC_1.0 1.0.3 + nvc_container_config_free@NVC_1.0 1.0.3 + nvc_container_config_new@NVC_1.0 1.0.3 + nvc_container_free@NVC_1.0 1.0.3 + nvc_container_new@NVC_1.0 1.0.3 + nvc_context_free@NVC_1.0 1.0.3 + nvc_context_new@NVC_1.0 1.0.3 + nvc_device_info_free@NVC_1.0 1.0.3 + nvc_device_info_new@NVC_1.0 1.0.3 + nvc_device_mount@NVC_1.0 1.0.3 + nvc_driver_info_free@NVC_1.0 1.0.3 + nvc_driver_info_new@NVC_1.0 1.0.3 + nvc_driver_mount@NVC_1.0 1.0.3 + nvc_error@NVC_1.0 1.0.3 + nvc_init@NVC_1.0 1.0.3 + nvc_ldcache_update@NVC_1.0 1.0.3 + nvc_shutdown@NVC_1.0 1.0.3 + nvc_version@NVC_1.0 1.0.3 diff --git a/pkg/rpm/SPECS/libnvidia-container.spec b/pkg/rpm/SPECS/libnvidia-container.spec index d6dd048..26396d1 100644 --- a/pkg/rpm/SPECS/libnvidia-container.spec +++ b/pkg/rpm/SPECS/libnvidia-container.spec @@ -85,6 +85,9 @@ This package contains command-line tools that facilitate using the library. %{_bindir}/* %changelog +* Thu Jul 18 2019 NVIDIA CORPORATION 1.0.3-1 +- b9545d7 Add support for Vulkan + * Tue Feb 05 2019 NVIDIA CORPORATION 1.0.2-1 - 4045013 Adds support for libnvidia-opticalflow diff --git a/src/nvc.h b/src/nvc.h index 317118f..ccb0b6d 100644 --- a/src/nvc.h +++ b/src/nvc.h @@ -15,8 +15,8 @@ extern "C" { #define NVC_MAJOR 1 #define NVC_MINOR 0 -#define NVC_PATCH 2 -#define NVC_VERSION "1.0.2" +#define NVC_PATCH 3 +#define NVC_VERSION "1.0.3" #define NVC_ARG_MAX 256 -- GitLab