Skip to content

Commit ec15c72

Browse files
committed
Update changelogs for v1.0.0-alpha.2
1 parent f552ab4 commit ec15c72

File tree

3 files changed

+41
-20
lines changed

3 files changed

+41
-20
lines changed

pkg/deb/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
libnvidia-container (1.0.0~alpha.2-1) UNRELEASED; urgency=medium
2+
3+
* b80e4b6 Relax some requirement constraints
4+
* 3cd1bb6 Handle 32-bit PCI domains
5+
* 6c67a19 Add support for device architecture requirement
6+
* 7584e96 Filter NVRM proc filesystem based on visible devices
7+
* 93c46e1 Prevent the driver process from triggering MPS
8+
* fe4925e Reject invalid device identifier "GPU-"
9+
* dabef1c Do not change bind mount attributes on top-level directories
10+
11+
-- NVIDIA CORPORATION <[email protected]> Mon, 30 Oct 2017 14:03:39 -0700
12+
113
libnvidia-container (1.0.0~alpha.1-1) UNRELEASED; urgency=medium
214

315
* Initial release
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~alpha.1
3-
nvc_config_free@NVC_1.0 1.0.0~alpha.1
4-
nvc_config_new@NVC_1.0 1.0.0~alpha.1
5-
nvc_container_config_free@NVC_1.0 1.0.0~alpha.1
6-
nvc_container_config_new@NVC_1.0 1.0.0~alpha.1
7-
nvc_container_free@NVC_1.0 1.0.0~alpha.1
8-
nvc_container_new@NVC_1.0 1.0.0~alpha.1
9-
nvc_context_free@NVC_1.0 1.0.0~alpha.1
10-
nvc_context_new@NVC_1.0 1.0.0~alpha.1
11-
nvc_device_info_free@NVC_1.0 1.0.0~alpha.1
12-
nvc_device_info_new@NVC_1.0 1.0.0~alpha.1
13-
nvc_device_mount@NVC_1.0 1.0.0~alpha.1
14-
nvc_driver_info_free@NVC_1.0 1.0.0~alpha.1
15-
nvc_driver_info_new@NVC_1.0 1.0.0~alpha.1
16-
nvc_driver_mount@NVC_1.0 1.0.0~alpha.1
17-
nvc_error@NVC_1.0 1.0.0~alpha.1
18-
nvc_init@NVC_1.0 1.0.0~alpha.1
19-
nvc_ldcache_update@NVC_1.0 1.0.0~alpha.1
20-
nvc_shutdown@NVC_1.0 1.0.0~alpha.1
21-
nvc_version@NVC_1.0 1.0.0~alpha.1
2+
NVC_1.0@NVC_1.0 1.0.0~alpha.2
3+
nvc_config_free@NVC_1.0 1.0.0~alpha.2
4+
nvc_config_new@NVC_1.0 1.0.0~alpha.2
5+
nvc_container_config_free@NVC_1.0 1.0.0~alpha.2
6+
nvc_container_config_new@NVC_1.0 1.0.0~alpha.2
7+
nvc_container_free@NVC_1.0 1.0.0~alpha.2
8+
nvc_container_new@NVC_1.0 1.0.0~alpha.2
9+
nvc_context_free@NVC_1.0 1.0.0~alpha.2
10+
nvc_context_new@NVC_1.0 1.0.0~alpha.2
11+
nvc_device_info_free@NVC_1.0 1.0.0~alpha.2
12+
nvc_device_info_new@NVC_1.0 1.0.0~alpha.2
13+
nvc_device_mount@NVC_1.0 1.0.0~alpha.2
14+
nvc_driver_info_free@NVC_1.0 1.0.0~alpha.2
15+
nvc_driver_info_new@NVC_1.0 1.0.0~alpha.2
16+
nvc_driver_mount@NVC_1.0 1.0.0~alpha.2
17+
nvc_error@NVC_1.0 1.0.0~alpha.2
18+
nvc_init@NVC_1.0 1.0.0~alpha.2
19+
nvc_ldcache_update@NVC_1.0 1.0.0~alpha.2
20+
nvc_shutdown@NVC_1.0 1.0.0~alpha.2
21+
nvc_version@NVC_1.0 1.0.0~alpha.2

pkg/rpm/SPECS/libnvidia-container.spec

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,14 @@ This package contains command-line tools that facilitate using the library.
8787
%{_bindir}/*
8888

8989
%changelog
90+
* Mon Oct 30 2017 NVIDIA CORPORATION <[email protected]> 1.0.0-0.1.alpha.2
91+
- b80e4b6 Relax some requirement constraints
92+
- 3cd1bb6 Handle 32-bit PCI domains
93+
- 6c67a19 Add support for device architecture requirement
94+
- 7584e96 Filter NVRM proc filesystem based on visible devices
95+
- 93c46e1 Prevent the driver process from triggering MPS
96+
- fe4925e Reject invalid device identifier "GPU-"
97+
- dabef1c Do not change bind mount attributes on top-level directories
98+
9099
* Tue Sep 05 2017 NVIDIA CORPORATION <[email protected]> 1.0.0-0.1.alpha.1
91100
- Initial release

0 commit comments

Comments
 (0)