summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang Xianyi <traits.zhang@gmail.com>2014-03-06 17:44:03 +0800
committerZhang Xianyi <traits.zhang@gmail.com>2014-03-06 17:44:03 +0800
commit1140c489c902fb773db0cb90ba29a7bdcc21f186 (patch)
treec2d3d8db10f457e9dca96d48d5518ff7a4b894c0
parent804a3063135f1de9b5a85fa2da566939f31fd523 (diff)
downloadopenblas-1140c489c902fb773db0cb90ba29a7bdcc21f186.tar.gz
openblas-1140c489c902fb773db0cb90ba29a7bdcc21f186.tar.bz2
openblas-1140c489c902fb773db0cb90ba29a7bdcc21f186.zip
#351. Release 0.2.9 rc2.
-rw-r--r--Changelog.txt27
-rw-r--r--Makefile.rule2
2 files changed, 28 insertions, 1 deletions
diff --git a/Changelog.txt b/Changelog.txt
index dd186b683..198c2d8f1 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,5 +1,32 @@
OpenBLAS ChangeLog
====================================================================
+Version 0.2.9.rc2
+06-Mar-2014
+common:
+ * Added OPENBLAS_VERBOSE environment variable.(#338)
+ * Make OpenBLAS thread-pool resilient to fork via pthread_atfork.
+ (#294, Thank Olivier Grisel)
+ * Rewrote rotmg
+ * Fixed sdsdot bug.
+x86/x86-64:
+ * Detect Intel Haswell for new Macbook.
+
+====================================================================
+Version 0.2.9.rc1
+13-Jan-2013
+common:
+ * Update LAPACK to 3.5.0 version
+ * Fixed compatiable issues with Clang and Pathscale compilers.
+
+x86/x86-64:
+ * Optimization on Intel Haswell.
+ * Enable optimization kernels on AMD Bulldozer and Piledriver.
+
+ARM:
+ * Support ARMv6 and ARMv7 ISA.
+ * Optimization on ARM Cortex-A9.
+
+====================================================================
Version 0.2.8
01-Aug-2013
common:
diff --git a/Makefile.rule b/Makefile.rule
index 4cdccb98c..e4b0465f5 100644
--- a/Makefile.rule
+++ b/Makefile.rule
@@ -3,7 +3,7 @@
#
# This library's version
-VERSION = 0.2.9.rc1
+VERSION = 0.2.9.rc2
# If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library