Skip to content

Commit b736aa8

Browse files
committed
Update the doc for 0.2.8 version.
1 parent ae521ec commit b736aa8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
OpenBLAS ChangeLog
2+
====================================================================
3+
Version 0.2.8
4+
01-Aug-2013
5+
common:
6+
* Support Open64 5.0. (#266)
7+
* Add executable stack markings. (#262, Thank Sébastien Fabbro)
8+
* Respect user's LDFLAGS (Thank Sébastien Fabbro)
9+
10+
x86/x86-64:
11+
* Rollback bulldozer and piledriver kernels to barcelona kernels (#263)
12+
We will fix the compuational error bug in bulldozer and piledriver kernels.
13+
214
====================================================================
315
Version 0.2.7
416
20-Jul-2013

Makefile.rule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
# This library's version
6-
VERSION = 0.2.8-rc1
6+
VERSION = 0.2.8
77

88
# If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
99
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library

0 commit comments

Comments
 (0)