[uClibc-cvs] uClibc Changelog, 1.24, 1.25 Changelog.full, 1.18, 1.19 Changelog.full.last, 1.2, 1.3

Erik Andersen andersen at uclibc.org
Sat Jan 3 11:06:50 UTC 2004


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

Modified Files:
	Changelog Changelog.full Changelog.full.last 
Log Message:
Update for release


Index: Changelog.full.last
===================================================================
RCS file: /var/cvs/uClibc/Changelog.full.last,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Changelog.full.last	8 Dec 2003 21:18:40 -0000	1.2
+++ Changelog.full.last	3 Jan 2004 11:06:47 -0000	1.3
@@ -1,469 +1,928 @@
 ---------------------
-PatchSet 2849 
-Date: 2003/11/08 07:42:34
+PatchSet 2873 
+Date: 2003/11/13 12:45:50
 Author: andersen
 Branch: HEAD
+Tag: uClibc_0_9_23 
+Log:
+Prepare for release
+
[...1139 lines suppressed...]
+  Normalize the tm_isdst value to -1, 0, or 1.
+  If no dst for this timezone, then reset tm_isdst to 0.
 
-      Jocke
+Members: 
+	libc/misc/time/time.c:1.17->1.18 
+
+---------------------
+PatchSet 2937 
+Date: 2003/12/14 23:52:57
+Author: mjn3
+Branch: HEAD
+Tag: (none) 
+Log:
+Link ldconfig with the appropriate libraries.
 
 Members: 
-	ldso/ldso/powerpc/elfinterp.c:1.27->1.28 
+	utils/Makefile:1.9->1.10 
 

Index: Changelog.full
===================================================================
RCS file: /var/cvs/uClibc/Changelog.full,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Changelog.full	16 Dec 2003 06:47:28 -0000	1.18
+++ Changelog.full	3 Jan 2004 11:06:47 -0000	1.19
@@ -1,928 +1,812 @@
 ---------------------
-PatchSet 2873 
-Date: 2003/11/13 12:45:50
+PatchSet 2938 
+Date: 2003/12/16 06:45:48
 Author: andersen
 Branch: HEAD
-Tag: uClibc_0_9_23 
-Log:
-Prepare for release
-
[...1322 lines suppressed...]
-  Normalize the tm_isdst value to -1, 0, or 1.
-  If no dst for this timezone, then reset tm_isdst to 0.
-
-Members: 
-	libc/misc/time/time.c:1.17->1.18 
-
----------------------
-PatchSet 2937 
-Date: 2003/12/14 23:52:57
-Author: mjn3
-Branch: HEAD
-Tag: (none) 
-Log:
-Link ldconfig with the appropriate libraries.
+Be sure to fully clean 2.6 kernel headers on 'make clean'
 
 Members: 
-	utils/Makefile:1.9->1.10 
+	Makefile:1.241->1.242 
 

Index: Changelog
===================================================================
RCS file: /var/cvs/uClibc/Changelog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Changelog	16 Dec 2003 06:47:27 -0000	1.24
+++ Changelog	3 Jan 2004 11:06:47 -0000	1.25
@@ -1,12 +1,48 @@
+0.9.25	15 December 2003
+
+See Changelog.full for the complete list of who did what.
+
+Note:
+    This release remains binary compatible with uClibc 0.9.21-24 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.26 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 Fixed a ton of problems found using the LTP and NIST test suites.
+	The few remaining test failures are obscure corner cases, such as
+	a few functions that fail (correctly) with incorrect errno values.
+    o Fixed a longstanding pthreads bug -- amoung other things, you no
+	longer need to explicitly add -lpthread for perl to work.
+    o Added some sh optimized string functions
+    o Added sh64 shared library support
+    o The default malloc implementation has been replaced, and will
+	now actually free memory when told to do so.
+    o Both popen() and exec*() now behave themselves per SuSv3
+    o Better 2.6.x kernel header support
+    o Added support for Position Independent Executables (PIE) on x86
+    o Lots of other minor cleanups
+
+ -Erik
+
+
+
+
+
 0.9.24	15 December 2003
 
-See Changelog.full for the complete list of who did what. 
+See Changelog.full for the complete list of who did what.
 
 Note:
     This release remains binary compatible with uClibc 0.9.21-23 as
     long as you take care to avoid any configuraton changes that will
-    break things.  
-    
+    break things.
+
     We currently plan to break binary compatibilty in the upcoming 0.9.25 to
     implement a few things we have been postponing, which will hopefully be
     the last change....
@@ -24,7 +60,7 @@
 
 0.9.23	13 November 2003
 
-See Changelog.full for the complete list of who did what. 
+See Changelog.full for the complete list of who did what.
 
 Note:
     This release is binary compatible with uClibc 0.9.21 and 0.9.22 as
@@ -52,7 +88,7 @@
 
 0.9.22	8 November 2003
 
-See Changelog.full for the complete list of who did what. 
+See Changelog.full for the complete list of who did what.
 
 Note:
     This release is binary compatible with the 0.9.21 release
@@ -82,7 +118,7 @@
 
 0.9.21	9 September 2003
 
-See Changelog.full for the complete list of who did what. 
+See Changelog.full for the complete list of who did what.
 
 Note:
     This release is not binary compatible with earlier releases.
@@ -113,7 +149,7 @@
 
 0.9.20	30 June 2003
 
-See Changelog.full for the complete list of who did what. 
+See Changelog.full for the complete list of who did what.
 
 Note:
     This release remains binary compatible with 0.9.18 and 0.9.19.
@@ -141,7 +177,7 @@
 
 0.9.19	3 March 2003
 
-See Changelog.full for the complete list of who did what. 
+See Changelog.full for the complete list of who did what.
 
 Note:
     This release remains binary compatible with 0.9.18 (except
@@ -190,7 +226,7 @@
 
 0.9.18	12 February 2003
 
-See Changelog.full for the complete list of who did what. 
+See Changelog.full for the complete list of who did what.
 
 Note:
 
@@ -241,7 +277,7 @@
 
 0.9.17	25 January 2003
 
-See Changelog.full for the complete list of who did what. 
+See Changelog.full for the complete list of who did what.
 
 Note:
 
@@ -331,7 +367,7 @@
 
 0.9.16	8 November 2002
 
-See Changelog.full for the complete list of who did what. 
+See Changelog.full for the complete list of who did what.
 
 Release highlights:
     o   CRIS architecture and shared library support from Tobias Anderberg 
@@ -356,7 +392,7 @@
 
 This is a minor bugfix release.
 
-See Changelog.full for the complete list of who did what. 
+See Changelog.full for the complete list of who did what.
 Release highlights:
     o   Eliminated the HAS_LONG_LONG option.  gcc always supports 
 	long long, and the option never excluded all long long anyways.
@@ -380,7 +416,7 @@
 
 This is a minor bugfix release.
 
-See Changelog.full for the complete list of who did what. 
+See Changelog.full for the complete list of who did what.
 Release highlights:
     o   Fix a compile error when RPC and Pthread support
 	were both enabled.
@@ -406,7 +442,7 @@
     o   There was an integer overflow bug in the xdr_array 
 	RPC code, per http://online.securityfocus.com/bid/5356
 
-See Changelog.full for the complete list of who did what. 
+See Changelog.full for the complete list of who did what.
 Release highlights:
     o   Add full shared library support for Hitachi SuperH (sh)
 	thanks to Stefan Allius and Edie C. Dost 
@@ -433,7 +469,7 @@
 
 0.9.12	20 June 2002
 
-See Changelog.full for the complete list of who did what. 
+See Changelog.full for the complete list of who did what.
 Release highlights:
     o   Add full shared library support for mips (big and little
 	endian), thanks to a lot of hard work from Steven J. Hill




More information about the uClibc-cvs mailing list