[git commit] Release 0.2.4

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri May 25 21:15:31 UTC 2012


commit: http://git.uclibc.org/uClibc++/commit/?id=e4c1097fbd84e70cf0edaf44a6b29c883ff0355d
branch: http://git.uclibc.org/uClibc++/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 ChangeLog |    6 ++++++
 Rules.mak |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7edb613..58b66fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,12 @@
 -   valarray: Fix copy'n paster error in atan2() inner fn call
 -   valarray: Fix pow  (const T& const valarray<T>&)
 -   istream: fix readin<traits, char, bool>
+-   fix compilation with >= gcc-4.7
+-   ios: Fix typo in operator!=
+-   tests: Fix typo in chartraitstest
+-   bitset: reset(), flip(): Fix off-by-one error
+-   tests: Show diff when V=1 was given
+-   buildsys: several fixes (ccache, Makefile deps, portability)
 
 0.2.3
 -   eh: Add alloc/free for dependent exception
diff --git a/Rules.mak b/Rules.mak
index ec2d255..52af917 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -51,7 +51,7 @@ HOSTCXXFLAGS=-O2 -Wall
 # this stuff alone.
 MAJOR_VERSION:=0
 MINOR_VERSION:=2
-SUBLEVEL:=4-git
+SUBLEVEL:=4
 VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
 # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
 # LC_ALL:= C


More information about the uClibc-cvs mailing list