Updated the doc for 0.2.2 version.

This commit is contained in:
Zhang Xianyi 2012-07-06 22:08:35 +08:00
parent 4a5d08d0cf
commit 50848e34ec
2 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,16 @@
OpenBLAS ChangeLog 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 Version 0.2.1
30-Jun-2012 30-Jun-2012

View File

@ -3,7 +3,7 @@
# #
# This library's version # 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 # If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library # and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library