diff --git a/Changelog.txt b/Changelog.txt index e9fe824ca..b11321f71 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,25 @@ OpenBLAS ChangeLog +==================================================================== +Version 0.2.13 +3-Dec-2014 +common: + * Add SYMBOLPREFIX and SYMBOLSUFFIX makefile options + for adding a prefix or suffix to all exported symbol names + in the shared library.(#459, Thanks Tony Kelman) + * Provide OpenBLASConfig.cmake at installation. + * Fix Fortran compiler detection on FreeBSD. + (#470, Thanks Mike Nolta) + + +x86/x86-64: + * Add generic kernel files for x86-64. make TARGET=GENERIC + * Fix a bug of sgemm kernel on Intel Sandy Bridge. + * Fix c_check bug on some amd64 systems. (#471, Thanks Mike Nolta) + +ARM: + * Support APM's X-Gene 1 AArch64 processors. + Optimize trmm and sgemm. (#465, Thanks Dave Nuechterlein) + ==================================================================== Version 0.2.12 13-Oct-2014 diff --git a/Makefile.rule b/Makefile.rule index 7f0356fff..d3a2d1fa3 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -3,7 +3,7 @@ # # This library's version -VERSION = 0.2.12 +VERSION = 0.2.13 # If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a # and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library