[clfft] 16/16: notes & versioning for 2.12.2

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Sep 1 07:42:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository clfft.

commit ce107c4d5432d70321af8980a5e7fb64c4b4cce4
Author: bragadeesh <bragadeesh.natarajan at amd>
Date:   Wed Aug 31 14:46:51 2016 -0700

    notes & versioning for 2.12.2
---
 ReleaseNotes.txt   | 14 ++++++++++++++
 src/CMakeLists.txt |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 9b32f7c..5764e71 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -19,6 +19,20 @@ implementation of discrete Fast Fourier Transforms. It:
 * Supports in-place or out-of-place transforms
 
 
+clFFT - Release Notes - version 2.12.2
+--------------------------------------
+
+This is a patch update release to v2.12.1.
+It has the following:
+
+* Fix for thread safety issues
+* Fix for failures in certain 2D transforms
+* Fix for failures on POCL runtime
+* Other minor improvements
+
+Details on issues available on GitHub.
+
+
 clFFT - Release Notes - version 2.12.1
 --------------------------------------
 
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 600c781..ee2600b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -44,7 +44,7 @@ if( NOT DEFINED CLFFT_VERSION_MINOR )
 endif( )
 
 if( NOT DEFINED CLFFT_VERSION_PATCH )
-	set( CLFFT_VERSION_PATCH 1 )
+	set( CLFFT_VERSION_PATCH 2 )
 endif( )
 
 set( CLFFT_VERSION "${CLFFT_VERSION_MAJOR}.${CLFFT_VERSION_MINOR}.${CLFFT_VERSION_PATCH}")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git



More information about the debian-science-commits mailing list