From 2345bdec6850677dc363d2e1edbc3aa818375d1c Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Mon, 26 Nov 2012 17:32:25 +0800 Subject: [PATCH] Update the doc for 0.2.5 version. --- Changelog.txt | 16 ++++++++++++++++ Makefile.rule | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index 1b0a9b01e..db0732c4f 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,20 @@ 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 diff --git a/Makefile.rule b/Makefile.rule index debc91dcf..1240ab0ad 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -3,7 +3,7 @@ # # This library's version -VERSION = 0.2.4 +VERSION = 0.2.5 # If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a # and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library