-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Renaud Gaubert
committed
Jan 15, 2019
1 parent
deccb28
commit fe20a8e
Showing
4 changed files
with
31 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
libnvidia-container (1.0.1-1) UNRELEASED; urgency=medium | ||
|
||
* deccb28 Allow yet more syscalls in ldconfig | ||
|
||
-- NVIDIA CORPORATION <[email protected]> Mon, 14 Jan 2019 17:52:52 -0700 | ||
|
||
libnvidia-container (1.0.0-1) UNRELEASED; urgency=medium | ||
|
||
* 35a9f27 Add support for CUDA forward compatibility | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
nvc_config_free@NVC_1.0 1.0.0 | ||
nvc_config_new@NVC_1.0 1.0.0 | ||
nvc_container_config_free@NVC_1.0 1.0.0 | ||
nvc_container_config_new@NVC_1.0 1.0.0 | ||
nvc_container_free@NVC_1.0 1.0.0 | ||
nvc_container_new@NVC_1.0 1.0.0 | ||
nvc_context_free@NVC_1.0 1.0.0 | ||
nvc_context_new@NVC_1.0 1.0.0 | ||
nvc_device_info_free@NVC_1.0 1.0.0 | ||
nvc_device_info_new@NVC_1.0 1.0.0 | ||
nvc_device_mount@NVC_1.0 1.0.0 | ||
nvc_driver_info_free@NVC_1.0 1.0.0 | ||
nvc_driver_info_new@NVC_1.0 1.0.0 | ||
nvc_driver_mount@NVC_1.0 1.0.0 | ||
nvc_error@NVC_1.0 1.0.0 | ||
nvc_init@NVC_1.0 1.0.0 | ||
nvc_ldcache_update@NVC_1.0 1.0.0 | ||
nvc_shutdown@NVC_1.0 1.0.0 | ||
nvc_version@NVC_1.0 1.0.0 | ||
NVC_1.0@NVC_1.0 1.0.1 | ||
nvc_config_free@NVC_1.0 1.0.1 | ||
nvc_config_new@NVC_1.0 1.0.1 | ||
nvc_container_config_free@NVC_1.0 1.0.1 | ||
nvc_container_config_new@NVC_1.0 1.0.1 | ||
nvc_container_free@NVC_1.0 1.0.1 | ||
nvc_container_new@NVC_1.0 1.0.1 | ||
nvc_context_free@NVC_1.0 1.0.1 | ||
nvc_context_new@NVC_1.0 1.0.1 | ||
nvc_device_info_free@NVC_1.0 1.0.1 | ||
nvc_device_info_new@NVC_1.0 1.0.1 | ||
nvc_device_mount@NVC_1.0 1.0.1 | ||
nvc_driver_info_free@NVC_1.0 1.0.1 | ||
nvc_driver_info_new@NVC_1.0 1.0.1 | ||
nvc_driver_mount@NVC_1.0 1.0.1 | ||
nvc_error@NVC_1.0 1.0.1 | ||
nvc_init@NVC_1.0 1.0.1 | ||
nvc_ldcache_update@NVC_1.0 1.0.1 | ||
nvc_shutdown@NVC_1.0 1.0.1 | ||
nvc_version@NVC_1.0 1.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,6 +85,9 @@ This package contains command-line tools that facilitate using the library. | |
%{_bindir}/* | ||
|
||
%changelog | ||
* Mon Jan 14 2019 NVIDIA CORPORATION <[email protected]> 1.0.1-1 | ||
- deccb28 Allow yet more syscalls in ldconfig | ||
|
||
* Thu Sep 20 2018 NVIDIA CORPORATION <[email protected]> 1.0.0-1 | ||
- 35a9f27 Add support for CUDA forward compatibility | ||
- ebed710 Add device brand to the device informations and requirements | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters