Skip to content

Commit 1140c48

Browse files
committed
#351. Release 0.2.9 rc2.
1 parent 804a306 commit 1140c48

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

Changelog.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11
OpenBLAS ChangeLog
2+
====================================================================
3+
Version 0.2.9.rc2
4+
06-Mar-2014
5+
common:
6+
* Added OPENBLAS_VERBOSE environment variable.(#338)
7+
* Make OpenBLAS thread-pool resilient to fork via pthread_atfork.
8+
(#294, Thank Olivier Grisel)
9+
* Rewrote rotmg
10+
* Fixed sdsdot bug.
11+
x86/x86-64:
12+
* Detect Intel Haswell for new Macbook.
13+
14+
====================================================================
15+
Version 0.2.9.rc1
16+
13-Jan-2013
17+
common:
18+
* Update LAPACK to 3.5.0 version
19+
* Fixed compatiable issues with Clang and Pathscale compilers.
20+
21+
x86/x86-64:
22+
* Optimization on Intel Haswell.
23+
* Enable optimization kernels on AMD Bulldozer and Piledriver.
24+
25+
ARM:
26+
* Support ARMv6 and ARMv7 ISA.
27+
* Optimization on ARM Cortex-A9.
28+
229
====================================================================
330
Version 0.2.8
431
01-Aug-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.9.rc1
6+
VERSION = 0.2.9.rc2
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)