From 21a6b5f79e7f4d5ba1fac0b851bc46a0df53e042 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Tue, 10 Jun 2014 21:55:19 +0800 Subject: [PATCH] OpenBLAS 0.2.9 Version. --- Changelog.txt | 11 +++++++++++ Makefile.rule | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index f53cadc61..195d98b35 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,15 @@ OpenBLAS ChangeLog +==================================================================== +Version 0.2.9 +10-Jun-2014 +common: + * Improved the result for LAPACK testing. (#372) + * Installed DLL to prefix/bin instead of prefix/lib. (#366) + * Build import library on Windows.(#374) +x86/x86-64: + * To improve LAPACK testing, we fallback some kernels. (#372) + https://github.com/xianyi/OpenBLAS/wiki/Fixed-optimized-kernels-To-do-List + ==================================================================== Version 0.2.9.rc2 06-Mar-2014 diff --git a/Makefile.rule b/Makefile.rule index cf631d843..5bbabe37a 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -3,7 +3,7 @@ # # This library's version -VERSION = 0.2.9.rc2 +VERSION = 0.2.9 # If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a # and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library