Skip to content

Commit 163054a

Browse files
committed
Update changelogs for v1.0.0-rc.1
1 parent 4d43665 commit 163054a

File tree

4 files changed

+34
-21
lines changed

4 files changed

+34
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Refer to the [repository configuration](https://nvidia.github.io/libnvidia-conta
1717
With Docker:
1818
```bash
1919
# Generate packages for a given distribution in the dist/ directory
20-
make docker-ubuntu:16.04 TAG=beta.1
20+
make docker-ubuntu:16.04 TAG=rc.1
2121
````
2222

2323
Without Docker:

pkg/deb/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
libnvidia-container (1.0.0~rc.1-1) UNRELEASED; urgency=medium
2+
3+
* 4d43665 Bump nvidia-modprobe-utils to 396.18
4+
* d8338a6 Bump libtirpc to 1.0.3
5+
* cef6c8f Add execveat to the list of allowed syscalls
6+
7+
-- NVIDIA CORPORATION <[email protected]> Thu, 26 Apr 2018 15:35:29 -0700
8+
19
libnvidia-container (1.0.0~beta.1-1) UNRELEASED; urgency=medium
210

311
* 6822b13 Bump nvidia-modprobe-utils to 390.25
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.0~beta.1
3-
nvc_config_free@NVC_1.0 1.0.0~beta.1
4-
nvc_config_new@NVC_1.0 1.0.0~beta.1
5-
nvc_container_config_free@NVC_1.0 1.0.0~beta.1
6-
nvc_container_config_new@NVC_1.0 1.0.0~beta.1
7-
nvc_container_free@NVC_1.0 1.0.0~beta.1
8-
nvc_container_new@NVC_1.0 1.0.0~beta.1
9-
nvc_context_free@NVC_1.0 1.0.0~beta.1
10-
nvc_context_new@NVC_1.0 1.0.0~beta.1
11-
nvc_device_info_free@NVC_1.0 1.0.0~beta.1
12-
nvc_device_info_new@NVC_1.0 1.0.0~beta.1
13-
nvc_device_mount@NVC_1.0 1.0.0~beta.1
14-
nvc_driver_info_free@NVC_1.0 1.0.0~beta.1
15-
nvc_driver_info_new@NVC_1.0 1.0.0~beta.1
16-
nvc_driver_mount@NVC_1.0 1.0.0~beta.1
17-
nvc_error@NVC_1.0 1.0.0~beta.1
18-
nvc_init@NVC_1.0 1.0.0~beta.1
19-
nvc_ldcache_update@NVC_1.0 1.0.0~beta.1
20-
nvc_shutdown@NVC_1.0 1.0.0~beta.1
21-
nvc_version@NVC_1.0 1.0.0~beta.1
2+
NVC_1.0@NVC_1.0 1.0.0~rc.1
3+
nvc_config_free@NVC_1.0 1.0.0~rc.1
4+
nvc_config_new@NVC_1.0 1.0.0~rc.1
5+
nvc_container_config_free@NVC_1.0 1.0.0~rc.1
6+
nvc_container_config_new@NVC_1.0 1.0.0~rc.1
7+
nvc_container_free@NVC_1.0 1.0.0~rc.1
8+
nvc_container_new@NVC_1.0 1.0.0~rc.1
9+
nvc_context_free@NVC_1.0 1.0.0~rc.1
10+
nvc_context_new@NVC_1.0 1.0.0~rc.1
11+
nvc_device_info_free@NVC_1.0 1.0.0~rc.1
12+
nvc_device_info_new@NVC_1.0 1.0.0~rc.1
13+
nvc_device_mount@NVC_1.0 1.0.0~rc.1
14+
nvc_driver_info_free@NVC_1.0 1.0.0~rc.1
15+
nvc_driver_info_new@NVC_1.0 1.0.0~rc.1
16+
nvc_driver_mount@NVC_1.0 1.0.0~rc.1
17+
nvc_error@NVC_1.0 1.0.0~rc.1
18+
nvc_init@NVC_1.0 1.0.0~rc.1
19+
nvc_ldcache_update@NVC_1.0 1.0.0~rc.1
20+
nvc_shutdown@NVC_1.0 1.0.0~rc.1
21+
nvc_version@NVC_1.0 1.0.0~rc.1

pkg/rpm/SPECS/libnvidia-container.spec

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

8787
%changelog
88+
* Thu Apr 26 2018 NVIDIA CORPORATION <[email protected]> 1.0.0-0.1.rc.1
89+
- 4d43665 Bump nvidia-modprobe-utils to 396.18
90+
- d8338a6 Bump libtirpc to 1.0.3
91+
- cef6c8f Add execveat to the list of allowed syscalls
92+
8893
* Mon Mar 05 2018 NVIDIA CORPORATION <[email protected]> 1.0.0-0.1.beta.1
8994
- 6822b13 Bump nvidia-modprobe-utils to 390.25
9095
- 8245f6c Slightly improve RPC error messages

0 commit comments

Comments
 (0)