Skip to content

Commit

Permalink
Update changelogs for v1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
3XX0 committed Jun 11, 2018
1 parent 7ea554a commit e3a2035
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Refer to the [repository configuration](https://nvidia.github.io/libnvidia-conta
With Docker:
```bash
# Generate packages for a given distribution in the dist/ directory
make docker-ubuntu:16.04 TAG=rc.1
make docker-ubuntu:16.04 TAG=rc.2
````

Without Docker:
Expand Down
9 changes: 9 additions & 0 deletions pkg/deb/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
libnvidia-container (1.0.0~rc.2-1) UNRELEASED; urgency=medium

* 7ea554a Rework capabilities to support more unprivileged use-cases
* f06cbbb Fix driver process DEATHSIG teardown
* 931bd4f Allow more syscalls in ldconfig
* a0644ea Fix off-by-one error

-- NVIDIA CORPORATION <[email protected]> Mon, 11 Jun 2018 13:39:47 -0700

libnvidia-container (1.0.0~rc.1-1) UNRELEASED; urgency=medium

* 4d43665 Bump nvidia-modprobe-utils to 396.18
Expand Down
40 changes: 20 additions & 20 deletions pkg/deb/libnvidia-container@[email protected]
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
libnvidia-container.so.1 libnvidia-container1 #MINVER#
NVC_1.0@NVC_1.0 1.0.0~rc.1
nvc_config_free@NVC_1.0 1.0.0~rc.1
nvc_config_new@NVC_1.0 1.0.0~rc.1
nvc_container_config_free@NVC_1.0 1.0.0~rc.1
nvc_container_config_new@NVC_1.0 1.0.0~rc.1
nvc_container_free@NVC_1.0 1.0.0~rc.1
nvc_container_new@NVC_1.0 1.0.0~rc.1
nvc_context_free@NVC_1.0 1.0.0~rc.1
nvc_context_new@NVC_1.0 1.0.0~rc.1
nvc_device_info_free@NVC_1.0 1.0.0~rc.1
nvc_device_info_new@NVC_1.0 1.0.0~rc.1
nvc_device_mount@NVC_1.0 1.0.0~rc.1
nvc_driver_info_free@NVC_1.0 1.0.0~rc.1
nvc_driver_info_new@NVC_1.0 1.0.0~rc.1
nvc_driver_mount@NVC_1.0 1.0.0~rc.1
nvc_error@NVC_1.0 1.0.0~rc.1
nvc_init@NVC_1.0 1.0.0~rc.1
nvc_ldcache_update@NVC_1.0 1.0.0~rc.1
nvc_shutdown@NVC_1.0 1.0.0~rc.1
nvc_version@NVC_1.0 1.0.0~rc.1
NVC_1.0@NVC_1.0 1.0.0~rc.2
nvc_config_free@NVC_1.0 1.0.0~rc.2
nvc_config_new@NVC_1.0 1.0.0~rc.2
nvc_container_config_free@NVC_1.0 1.0.0~rc.2
nvc_container_config_new@NVC_1.0 1.0.0~rc.2
nvc_container_free@NVC_1.0 1.0.0~rc.2
nvc_container_new@NVC_1.0 1.0.0~rc.2
nvc_context_free@NVC_1.0 1.0.0~rc.2
nvc_context_new@NVC_1.0 1.0.0~rc.2
nvc_device_info_free@NVC_1.0 1.0.0~rc.2
nvc_device_info_new@NVC_1.0 1.0.0~rc.2
nvc_device_mount@NVC_1.0 1.0.0~rc.2
nvc_driver_info_free@NVC_1.0 1.0.0~rc.2
nvc_driver_info_new@NVC_1.0 1.0.0~rc.2
nvc_driver_mount@NVC_1.0 1.0.0~rc.2
nvc_error@NVC_1.0 1.0.0~rc.2
nvc_init@NVC_1.0 1.0.0~rc.2
nvc_ldcache_update@NVC_1.0 1.0.0~rc.2
nvc_shutdown@NVC_1.0 1.0.0~rc.2
nvc_version@NVC_1.0 1.0.0~rc.2
6 changes: 6 additions & 0 deletions pkg/rpm/SPECS/libnvidia-container.spec
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ This package contains command-line tools that facilitate using the library.
%{_bindir}/*

%changelog
* Mon Jun 11 2018 NVIDIA CORPORATION <[email protected]> 1.0.0-0.1.rc.2
- 7ea554a Rework capabilities to support more unprivileged use-cases
- f06cbbb Fix driver process DEATHSIG teardown
- 931bd4f Allow more syscalls in ldconfig
- a0644ea Fix off-by-one error

* Thu Apr 26 2018 NVIDIA CORPORATION <[email protected]> 1.0.0-0.1.rc.1
- 4d43665 Bump nvidia-modprobe-utils to 396.18
- d8338a6 Bump libtirpc to 1.0.3
Expand Down

0 comments on commit e3a2035

Please sign in to comment.