diff --git a/Changelog.txt b/Changelog.txt index 5b85227b2..d33cffc7b 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,19 @@ OpenBLAS ChangeLog +==================================================================== +Version 0.2.10 +18-Aug-2014 +common: + * Added some benchmark codes. + * Fix link error on Linux/musl.(Thanks Isaac Dunham) + +x86/x86-64: + * Improved s/c/zgemm performance for Intel Haswell. + * Improved s/d/c/zgemv performance. + * Support the big numa machine.(EXPERIMENT) + +ARM: + * Fix detection when cpuinfo uses "Processor". (Thanks Isaiah) + ==================================================================== Version 0.2.10 16-Jul-2014 diff --git a/Makefile.rule b/Makefile.rule index 7bbb39e7a..7430320b7 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -3,7 +3,7 @@ # # This library's version -VERSION = 0.2.10 +VERSION = 0.2.11 # If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a # and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library