From 0b719945c56bc2a25146706ff12542a0d6688d9b Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Mon, 8 Oct 2012 13:37:44 +0800 Subject: [PATCH] Updated the doc for 0.2.4 version. --- Changelog.txt | 16 ++++++++++++++++ Makefile.rule | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index 3d6151b..1b0a9b0 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,21 @@ OpenBLAS ChangeLog ==================================================================== +Version 0.2.4 +8-Oct-2012 +common: + * Upgraded LAPACK to 3.4.2 version. (#145) + * Provided support for passing CFLAGS, FFLAGS, PFLAGS, + FPFLAGS to make. (#137) + * f77blas.h:compatibility for compilers without C99 complex + number support. (#141) +x86/x86-64: + * Added NO_AVX flag. Check OS supporting AVX on runtime. (#139) + * Fixed zdot incompatibility ABI issue with GCC 4.7 on + Windows 32-bit. (#140) +MIPS64: + * Fixed the generation of shared library bug. + * Fixed the detection bug on the Loongson 3A server. +==================================================================== Version 0.2.3 20-Aug-2012 common: diff --git a/Makefile.rule b/Makefile.rule index 37b6c8a..077bf92 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -3,7 +3,7 @@ # # This library's version -VERSION = 0.2.3 +VERSION = 0.2.4 # If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a # and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library -- 2.7.4