[arrayfire] 77/79: Update release notes and version details

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jun 15 13:38:09 UTC 2015


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

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

commit 42eca2774b5aba4e43f106485a6700aa1b8e6025
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Fri Jun 12 18:23:55 2015 -0400

    Update release notes and version details
---
 CMakeModules/Version.cmake  |  2 +-
 docs/pages/release_notes.md | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/CMakeModules/Version.cmake b/CMakeModules/Version.cmake
index 0fefc95..3a4dc47 100644
--- a/CMakeModules/Version.cmake
+++ b/CMakeModules/Version.cmake
@@ -3,7 +3,7 @@
 #
 SET(AF_VERSION_MAJOR "3")
 SET(AF_VERSION_MINOR "0")
-SET(AF_VERSION_PATCH "0")
+SET(AF_VERSION_PATCH "1")
 
 SET(AF_VERSION "${AF_VERSION_MAJOR}.${AF_VERSION_MINOR}.${AF_VERSION_PATCH}")
 EXECUTE_PROCESS(
diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md
index 2d2f9ec..a04642b 100644
--- a/docs/pages/release_notes.md
+++ b/docs/pages/release_notes.md
@@ -1,6 +1,31 @@
 Release Notes {#releasenotes}
 ==============
 
+v3.0.1
+==============
+
+Bug Fixes
+--------------
+
+* Fixed header to work in Visual Studio 2015
+* Fixed a bug in batched mode for FFT based convolutions
+* Fixed graphics issues on OSX
+* Fixed various bugs in visualization functions
+
+Other improvements
+---------------
+
+* Improved fractal example
+* New OSX installer
+* Improved Windows installer
+  * Default install path has been changed
+* Fixed bug in machine learning examples
+
+<br>
+
+v3.0.0
+=================
+
 Major Updates
 -------------
 

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



More information about the debian-science-commits mailing list