From ae521ecc3ea48f38af59af2cb424e745eb248477 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Wed, 31 Jul 2013 14:49:16 +0800 Subject: [PATCH 1/2] OpenBLAS 0.2.8 rc1. --- Makefile.rule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rule b/Makefile.rule index fb377c377..a1a88cb98 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -3,7 +3,7 @@ # # This library's version -VERSION = 0.2.7 +VERSION = 0.2.8-rc1 # If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a # and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library From b736aa811089fddf586188447f4e25c77df3b103 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Thu, 1 Aug 2013 23:52:43 +0800 Subject: [PATCH 2/2] 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 574f46226..dd186b683 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,16 @@ 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 diff --git a/Makefile.rule b/Makefile.rule index a1a88cb98..a92eb500a 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