Skip to content

Commit 773b195

Browse files
author
Renaud Gaubert
committed
Update changelogs for v1.0.2
1 parent 4045013 commit 773b195

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.2-1) UNRELEASED; urgency=medium
2+
3+
* 4045013 Adds support for libnvidia-opticalflow
4+
5+
-- NVIDIA CORPORATION <[email protected]> Mon, 04 Feb 2019 15:24:12 -0700
6+
17
libnvidia-container (1.0.1-1) UNRELEASED; urgency=medium
28

39
* deccb28 Allow yet more syscalls in ldconfig
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.1
3-
nvc_config_free@NVC_1.0 1.0.1
4-
nvc_config_new@NVC_1.0 1.0.1
5-
nvc_container_config_free@NVC_1.0 1.0.1
6-
nvc_container_config_new@NVC_1.0 1.0.1
7-
nvc_container_free@NVC_1.0 1.0.1
8-
nvc_container_new@NVC_1.0 1.0.1
9-
nvc_context_free@NVC_1.0 1.0.1
10-
nvc_context_new@NVC_1.0 1.0.1
11-
nvc_device_info_free@NVC_1.0 1.0.1
12-
nvc_device_info_new@NVC_1.0 1.0.1
13-
nvc_device_mount@NVC_1.0 1.0.1
14-
nvc_driver_info_free@NVC_1.0 1.0.1
15-
nvc_driver_info_new@NVC_1.0 1.0.1
16-
nvc_driver_mount@NVC_1.0 1.0.1
17-
nvc_error@NVC_1.0 1.0.1
18-
nvc_init@NVC_1.0 1.0.1
19-
nvc_ldcache_update@NVC_1.0 1.0.1
20-
nvc_shutdown@NVC_1.0 1.0.1
21-
nvc_version@NVC_1.0 1.0.1
2+
NVC_1.0@NVC_1.0 1.0.2
3+
nvc_config_free@NVC_1.0 1.0.2
4+
nvc_config_new@NVC_1.0 1.0.2
5+
nvc_container_config_free@NVC_1.0 1.0.2
6+
nvc_container_config_new@NVC_1.0 1.0.2
7+
nvc_container_free@NVC_1.0 1.0.2
8+
nvc_container_new@NVC_1.0 1.0.2
9+
nvc_context_free@NVC_1.0 1.0.2
10+
nvc_context_new@NVC_1.0 1.0.2
11+
nvc_device_info_free@NVC_1.0 1.0.2
12+
nvc_device_info_new@NVC_1.0 1.0.2
13+
nvc_device_mount@NVC_1.0 1.0.2
14+
nvc_driver_info_free@NVC_1.0 1.0.2
15+
nvc_driver_info_new@NVC_1.0 1.0.2
16+
nvc_driver_mount@NVC_1.0 1.0.2
17+
nvc_error@NVC_1.0 1.0.2
18+
nvc_init@NVC_1.0 1.0.2
19+
nvc_ldcache_update@NVC_1.0 1.0.2
20+
nvc_shutdown@NVC_1.0 1.0.2
21+
nvc_version@NVC_1.0 1.0.2

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+
* Tue Feb 05 2019 NVIDIA CORPORATION <[email protected]> 1.0.2-1
89+
- 4045013 Adds support for libnvidia-opticalflow
90+
8891
* Mon Jan 14 2019 NVIDIA CORPORATION <[email protected]> 1.0.1-1
8992
- deccb28 Allow yet more syscalls in ldconfig
9093

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 1
19-
#define NVC_VERSION "1.0.1"
18+
#define NVC_PATCH 2
19+
#define NVC_VERSION "1.0.2"
2020

2121
#define NVC_ARG_MAX 256
2222

0 commit comments

Comments
 (0)