[uClibc-cvs] uClibc Rules.mak, 1.160, 1.161 Changelog, 1.25, 1.26 Changelog.full, 1.19, 1.20

Erik Andersen andersen at uclibc.org
Sun Jan 4 05:32:23 UTC 2004


Update of /var/cvs/uClibc
In directory nail:/tmp/cvs-serv11914

Modified Files:
	Rules.mak Changelog Changelog.full 
Log Message:
Update for release


Index: Rules.mak
===================================================================
RCS file: /var/cvs/uClibc/Rules.mak,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -d -r1.160 -r1.161
--- Rules.mak	2 Jan 2004 12:02:24 -0000	1.160
+++ Rules.mak	4 Jan 2004 05:32:21 -0000	1.161
@@ -58,7 +58,7 @@
 # this stuff alone.
 MAJOR_VERSION:=0
 MINOR_VERSION:=9
-SUBLEVEL:=25
+SUBLEVEL:=26
 VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
 # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
 LC_ALL:= C

Index: Changelog.full
===================================================================
RCS file: /var/cvs/uClibc/Changelog.full,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Changelog.full	3 Jan 2004 11:06:47 -0000	1.19
+++ Changelog.full	4 Jan 2004 05:32:21 -0000	1.20
@@ -809,4 +809,51 @@
 
 Members: 
 	Makefile:1.241->1.242 
+---------------------
+PatchSet 2987 
+Date: 2004/01/03 11:06:47
+Author: andersen
+Branch: HEAD
+Tag: (none) 
+Log:
+Update for release
+
+Members: 
+	Changelog:1.24->1.25 
+	Changelog.full:1.18->1.19 
+	Changelog.full.last:1.2->1.3 
+	docs/uclibc.org/about.html:INITIAL->1.1 
+	docs/uclibc.org/header.html:1.2->1.3 
+	docs/uclibc.org/index.html:1.79->1.80 
+	docs/uclibc.org/news.html:1.5->1.6 
+
+---------------------
+PatchSet 2988 
+Date: 2004/01/03 11:17:11
+Author: andersen
+Branch: HEAD
+Tag: uClibc_0_9_25 
+Log:
+Fix up the news a bit
+
+Members: 
+	docs/uclibc.org/news.html:1.6->1.7 
+	docs/uclibc.org/oldnews.html:1.1->1.2 
+
+---------------------
+PatchSet 2989 
+Date: 2004/01/04 01:29:01
+Author: mjn3
+Branch: HEAD
+Tag: (none) 
+Log:
+My mistake.  We do need some weak pthread_* funcs.  But we were previously
+missing one in the glibc abi, and including a number of extras (which I
+left in commented).
+Unfortunately, this brings back the perl pthread bug.  Fixing the incorrect
+weaks in libpthread wasn't sufficient to escape the shared loader bug.  :-(
+
+Members: 
+	libc/misc/pthread/weaks.c:1.4->1.5 
+
 

Index: Changelog
===================================================================
RCS file: /var/cvs/uClibc/Changelog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Changelog	3 Jan 2004 11:06:47 -0000	1.25
+++ Changelog	4 Jan 2004 05:32:21 -0000	1.26
@@ -1,4 +1,27 @@
-0.9.25	15 December 2003
+0.9.26	3 January 2004
+
+    This simply adds a fix for a pthread bug that was noticed a few hours
+    after the previous release.  Otherwise identical to 0.9.25.
+
+    This release remains binary compatible with uClibc 0.9.21-25 as long as
+    you take care to avoid any configuraton changes that will break things.
+    We _were_ planning to break binary compatibilty in this release, but
+    decided to hold those changes so we could push out a bugfix release.
+
+    We _will_ break binary compatibilty in the upcoming 0.9.27 release to
+    implement a few things we have been postponing.  That should hopefully be
+    the last ABI change before we freeze the ABI for the upcoming 1.0.x
+    stable uClibc series.
+
+Release highlights:
+    o A trivial fix for a pthread bug
+    o Nothing else
+
+ -Erik
+
+
+
+0.9.25	3 January 2004
 
 See Changelog.full for the complete list of who did what.
 
@@ -32,8 +55,6 @@
 
 
 
-
-
 0.9.24	15 December 2003
 
 See Changelog.full for the complete list of who did what.




More information about the uClibc-cvs mailing list