From 50848e34ec2b67ff38ee4ddb057ec8884707a469 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Fri, 6 Jul 2012 22:08:35 +0800 Subject: [PATCH] Updated the doc for 0.2.2 version. --- Changelog.txt | 12 ++++++++++++ Makefile.rule | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index 019870d..4e80473 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,17 @@ OpenBLAS ChangeLog ==================================================================== +Version 0.2.2 +6-July-2012 +common: + * Fixed exporting DLL functions bug on Windows/MingW + * Support GNU Hurd (Thank Sylvestre Ledru) + * Support kfreebsd kernel (Thank Sylvestre Ledru) +x86/x86-64: + * Support Intel Sandy Bridge 22nm desktop/mobile CPU +SPARC: + * Improve the detection of SPARC (Thank Sylvestre Ledru) + +==================================================================== Version 0.2.1 30-Jun-2012 common: diff --git a/Makefile.rule b/Makefile.rule index 0824878..85abf58 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -3,7 +3,7 @@ # # This library's version -VERSION = 0.2.1 +VERSION = 0.2.2 # 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