From b736aa811089fddf586188447f4e25c77df3b103 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Thu, 1 Aug 2013 23:52:43 +0800 Subject: [PATCH] Update the doc for 0.2.8 version. --- Changelog.txt | 12 ++++++++++++ Makefile.rule | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index 574f462..dd186b6 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,17 @@ OpenBLAS ChangeLog ==================================================================== +Version 0.2.8 +01-Aug-2013 +common: + * Support Open64 5.0. (#266) + * Add executable stack markings. (#262, Thank Sébastien Fabbro) + * Respect user's LDFLAGS (Thank Sébastien Fabbro) + +x86/x86-64: + * Rollback bulldozer and piledriver kernels to barcelona kernels (#263) + We will fix the compuational error bug in bulldozer and piledriver kernels. + +==================================================================== Version 0.2.7 20-Jul-2013 common: diff --git a/Makefile.rule b/Makefile.rule index a1a88cb..a92eb50 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -3,7 +3,7 @@ # # This library's version -VERSION = 0.2.8-rc1 +VERSION = 0.2.8 # 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