From 7cda18407347e07bc48d19698a001eb94756f572 Mon Sep 17 00:00:00 2001 From: Pak Markthub Date: Mon, 16 Sep 2019 10:23:29 -0700 Subject: [PATCH] Updated changelogs --- CHANGELOG.md | 9 +++------ packages/debian/changelog | 3 ++- packages/dkms/debian/changelog | 2 +- packages/gdrcopy.spec | 7 ++++--- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0df29ad..7c1103f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,6 @@ # Changelog -## Pre-release [2.0-beta.3] - 2019-08-12 -- Minor bug fixes in packaging. - -## Pre-release [2.0-beta.2] - 2019-08-09 +## [2.0] - 2019-09-16 - Harden security in gdrdrv. - Enable cached mappings in POWER9. - Improve copy performance with unrolling in POWERPC. @@ -14,6 +11,7 @@ - Introduce deb packaging for the userspace library and the applications. - Introduce dkms packaging for the _gdrdrv_ driver. - Rename gdr\_copy\_from/to\_bar to gdr\_copy\_from/to\_mapping. +- Update README ## [1.3] - 2018-07-26 - Add _gdrdrv_ driver for converting cudaMalloc'd addresses to the GPU's BAR1 @@ -26,7 +24,6 @@ - Add a script for packaging gdrcopy in the rpm format. -[2.0-beta.3]: https://github.com/NVIDIA/gdrcopy/releases/tag/v2.0-beta.3 -[2.0-beta.2]: https://github.com/NVIDIA/gdrcopy/releases/tag/v2.0-beta.2 +[2.0]: https://github.com/NVIDIA/gdrcopy/releases/tag/v2.0 [1.3]: https://github.com/NVIDIA/gdrcopy/releases/tag/v1.3 diff --git a/packages/debian/changelog b/packages/debian/changelog index bb120304..7dd37a57 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog @@ -8,6 +8,7 @@ gdrcopy (@VERSION@) stable; urgency=low * Introduce deb packaging for the userspace library and the applications. * Introduce dkms packaging for the gdrdrv driver. * Rename gdr_copy_from/to_bar to gdr_copy_from/to_mapping. + * Update README - -- Pak Markthub Fri, 16 Aug 2019 11:59:59 -0700 + -- Pak Markthub Mon, 16 Sep 2019 11:59:59 -0700 diff --git a/packages/dkms/debian/changelog b/packages/dkms/debian/changelog index 1007df32..4daeb57f 100644 --- a/packages/dkms/debian/changelog +++ b/packages/dkms/debian/changelog @@ -3,5 +3,5 @@ gdrdrv-dkms (@VERSION@) stable; urgency=low * Harden security in gdrdrv. * Enable cached mappings in POWER9. - -- Pak Markthub Fri, 16 Aug 2019 11:59:59 -0700 + -- Pak Markthub Mon, 16 Sep 2019 11:59:59 -0700 diff --git a/packages/gdrcopy.spec b/packages/gdrcopy.spec index 7c519604..f9ed48c6 100644 --- a/packages/gdrcopy.spec +++ b/packages/gdrcopy.spec @@ -116,17 +116,18 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} %changelog -* Fri Aug 16 2019 Pak Markthub 2.0-3 +* Mon Sep 16 2019 Pak Markthub 2.0-3 - Harden security in gdrdrv. - Enable cached mappings in POWER9. - Improve copy performance with unrolling in POWERPC. -- Creates sanity unit test for testing the functionality and security. -- Consolidate basic and validate into sanity unit test. +- Creates _sanity_ unit test for testing the functionality and security. +- Consolidate basic and _validate_ into sanity unit test. - Introduce compile time and runtime version checking in libgdrapi. - Improve rpm packaging. - Introduce deb packaging for the userspace library and the applications. - Introduce dkms packaging for the gdrdrv driver. - Rename gdr_copy_from/to_bar to gdr_copy_from/to_mapping. +- Update README * Thu Jul 26 2018 Davide Rossetti 1.4-2 - bumped minor version * Fri Jun 29 2018 Davide Rossetti 1.3-2