Skip to content

Commit 1a77323

Browse files
author
Renaud Gaubert
committed
Merge branch 'master' into 'master'
Bump version to 1.0.5 See merge request dl/container-dev/libnvidia-container!5
2 parents 4e23c65 + 657c74c commit 1a77323

File tree

4 files changed

+31
-22
lines changed

4 files changed

+31
-22
lines changed

pkg/deb/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libnvidia-container (1.0.5-1) UNRELEASED; urgency=medium
2+
3+
* 688495e Add Opensuse15.1 support
4+
5+
-- NVIDIA CORPORATION <[email protected]> Wed, Sep 04 2019 10:50:40 -0700
6+
17
libnvidia-container (1.0.4-1) UNRELEASED; urgency=medium
28

39
* 61bfaf38 Update DSL to output the first element instead of the last in case of failure
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
libnvidia-container.so.1 libnvidia-container1 #MINVER#
2-
NVC_1.0@NVC_1.0 1.0.4
3-
nvc_config_free@NVC_1.0 1.0.4
4-
nvc_config_new@NVC_1.0 1.0.4
5-
nvc_container_config_free@NVC_1.0 1.0.4
6-
nvc_container_config_new@NVC_1.0 1.0.4
7-
nvc_container_free@NVC_1.0 1.0.4
8-
nvc_container_new@NVC_1.0 1.0.4
9-
nvc_context_free@NVC_1.0 1.0.4
10-
nvc_context_new@NVC_1.0 1.0.4
11-
nvc_device_info_free@NVC_1.0 1.0.4
12-
nvc_device_info_new@NVC_1.0 1.0.4
13-
nvc_device_mount@NVC_1.0 1.0.4
14-
nvc_driver_info_free@NVC_1.0 1.0.4
15-
nvc_driver_info_new@NVC_1.0 1.0.4
16-
nvc_driver_mount@NVC_1.0 1.0.4
17-
nvc_error@NVC_1.0 1.0.4
18-
nvc_init@NVC_1.0 1.0.4
19-
nvc_ldcache_update@NVC_1.0 1.0.4
20-
nvc_shutdown@NVC_1.0 1.0.4
21-
nvc_version@NVC_1.0 1.0.4
2+
NVC_1.0@NVC_1.0 1.0.5
3+
nvc_config_free@NVC_1.0 1.0.5
4+
nvc_config_new@NVC_1.0 1.0.5
5+
nvc_container_config_free@NVC_1.0 1.0.5
6+
nvc_container_config_new@NVC_1.0 1.0.5
7+
nvc_container_free@NVC_1.0 1.0.5
8+
nvc_container_new@NVC_1.0 1.0.5
9+
nvc_context_free@NVC_1.0 1.0.5
10+
nvc_context_new@NVC_1.0 1.0.5
11+
nvc_device_info_free@NVC_1.0 1.0.5
12+
nvc_device_info_new@NVC_1.0 1.0.5
13+
nvc_device_mount@NVC_1.0 1.0.5
14+
nvc_driver_info_free@NVC_1.0 1.0.5
15+
nvc_driver_info_new@NVC_1.0 1.0.5
16+
nvc_driver_mount@NVC_1.0 1.0.5
17+
nvc_error@NVC_1.0 1.0.5
18+
nvc_init@NVC_1.0 1.0.5
19+
nvc_ldcache_update@NVC_1.0 1.0.5
20+
nvc_shutdown@NVC_1.0 1.0.5
21+
nvc_version@NVC_1.0 1.0.5

pkg/rpm/SPECS/libnvidia-container.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ This package contains command-line tools that facilitate using the library.
8585
%{_bindir}/*
8686

8787
%changelog
88+
* Wed Sep 04 2019 NVIDIA CORPORATION <[email protected]> 1.0.5-1
89+
- 688495e Add Opensuse15.1 support
90+
8891
* Wed Aug 21 2019 NVIDIA CORPORATION <[email protected]> 1.0.4-1
8992
- 61bfaf38 Update DSL to output the first element instead of the last in case of failure
9093
- 5ce32c6c Add initial support for Optix

src/nvc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ extern "C" {
1515

1616
#define NVC_MAJOR 1
1717
#define NVC_MINOR 0
18-
#define NVC_PATCH 4
19-
#define NVC_VERSION "1.0.4"
18+
#define NVC_PATCH 5
19+
#define NVC_VERSION "1.0.5"
2020

2121
#define NVC_ARG_MAX 256
2222

0 commit comments

Comments
 (0)