summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorZhang Xianyi <traits.zhang@gmail.com>2012-11-26 17:32:25 +0800
committerZhang Xianyi <traits.zhang@gmail.com>2012-11-26 17:32:25 +0800
commit2345bdec6850677dc363d2e1edbc3aa818375d1c (patch)
treeb149a555dd832d6e0ed58a0abde05b67a62d2edb /Changelog.txt
parent5f0117385e1d4f986ad75fa66b873b014a7792c2 (diff)
downloadopenblas-2345bdec6850677dc363d2e1edbc3aa818375d1c.tar.gz
openblas-2345bdec6850677dc363d2e1edbc3aa818375d1c.tar.bz2
openblas-2345bdec6850677dc363d2e1edbc3aa818375d1c.zip
Update the doc for 0.2.5 version.
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 1b0a9b01e..db0732c4f 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,5 +1,21 @@
OpenBLAS ChangeLog
====================================================================
+Version 0.2.5
+26-Nov-2012
+common:
+ * Added NO_SHARED flag to disable generating the shared library.
+ * Compile LAPACKE with ILP64 modle when INTERFACE64=1 (#158)
+ * Export LAPACK 3.4.2 symbols in shared library. (#147)
+ * Only detect the number of physical CPU cores on Mac OSX. (#157)
+ * Fixed NetBSD build. (#155)
+ * Fixed compilation with TARGET=GENERIC. (#160)
+x86/x86-64:
+ * Restore the original CPU affinity when calling
+ openblas_set_num_threads(1) (#153)
+ * Fixed a SEGFAULT bug in dgemv_t when m is very large.(#154)
+MIPS64:
+
+====================================================================
Version 0.2.4
8-Oct-2012
common: