From 727e6d83c05d0fba4f8fd9a04f84cf032eaaca6e Mon Sep 17 00:00:00 2001 From: Xianyi Zhang Date: Sun, 19 Feb 2012 22:55:31 +0800 Subject: [PATCH] Released 0.1 alpha 2.5. Updated the documents. --- Changelog.txt | 13 +++++++++++++ Makefile.rule | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index 48c5a727d..cd0413610 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,17 @@ OpenBLAS ChangeLog +==================================================================== +Version 0.1 alpha2.5 +19-Feb-2012 +common: + * Upgraded LAPACK to 3.4.0 version + * Fixed a bug on Mac OS X. Don't require SystemStubs on OS X. + SystemStubs does not exist on Lion. Thank Stefan Karpinski. + * Improved README with using OpenMP. Check the internal threads + count less than or equal to omp_get_max_threads() +x86/x86_64: + * Auto-detect Intel Core i6/i7 (Sandy Bridge) CPU with Nehalem assembly kernels + * Fixed some bugs on MingW 64-bit including zgemv, cdot, zdot. + ==================================================================== Version 0.1 alpha2.4 18-Sep-2011 diff --git a/Makefile.rule b/Makefile.rule index a7ba203fc..db1a48d9f 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -3,7 +3,7 @@ # # This library's version -VERSION = 0.1alpha2.4 +VERSION = 0.1alpha2.5 # You can specify the target architecture, otherwise it's # automatically detected.