Skip to content

Commit

Permalink
Updated changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pak Markthub committed Sep 16, 2019
1 parent 7765d0b commit 7cda184
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand All @@ -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

3 changes: 2 additions & 1 deletion packages/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pmarkthub@nvidia.com> Fri, 16 Aug 2019 11:59:59 -0700
-- Pak Markthub <pmarkthub@nvidia.com> Mon, 16 Sep 2019 11:59:59 -0700

2 changes: 1 addition & 1 deletion packages/dkms/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ gdrdrv-dkms (@VERSION@) stable; urgency=low
* Harden security in gdrdrv.
* Enable cached mappings in POWER9.

-- Pak Markthub <pmarkthub@nvidia.com> Fri, 16 Aug 2019 11:59:59 -0700
-- Pak Markthub <pmarkthub@nvidia.com> Mon, 16 Sep 2019 11:59:59 -0700

7 changes: 4 additions & 3 deletions packages/gdrcopy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,18 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}


%changelog
* Fri Aug 16 2019 Pak Markthub <pmarkthub@nvidia.com> 2.0-3
* Mon Sep 16 2019 Pak Markthub <pmarkthub@nvidia.com> 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 <davide.rossetti@gmail.com> 1.4-2
- bumped minor version
* Fri Jun 29 2018 Davide Rossetti <davide.rossetti@gmail.com> 1.3-2
Expand Down

0 comments on commit 7cda184

Please sign in to comment.