[uClibc-cvs] uClibc Changelog.full.last, NONE, 1.1 Changelog, 1.21, 1.22 Changelog.full, 1.15, 1.16

Erik Andersen andersen at uclibc.org
Thu Nov 13 12:45:55 UTC 2003


Update of /var/cvs/uClibc
In directory winder:/tmp/cvs-serv14387

Modified Files:
	Changelog Changelog.full 
Added Files:
	Changelog.full.last 
Log Message:
Prepare for release


--- NEW FILE: Changelog.full.last ---
---------------------
PatchSet 2680 
Date: 2003/09/11 11:24:28
Author: andersen
Branch: HEAD
Tag: (none) 
Log:
Stefan Allius writes:

1. Under Solaris the test command with the 'string' argument don't
   work well. So I added the '-n' argument, which might work on all
   platforms.

2. The sed under Solaris don't support the '-s' argument, which is a
   GNU extension. I changed it to '-e' which works fine for me.

Members: 
	extra/scripts/fix_includes.sh:1.4->1.5 
	extra/scripts/get-needed-libgcc-objects.sh:1.20->1.21 
[...2698 lines suppressed...]
Add some basic cvs usage info

Members: 
	docs/uclibc.org/cvs_anon.html:1.4->1.5 

---------------------
PatchSet 2848 
Date: 2003/11/08 06:33:35
Author: andersen
Branch: HEAD
Tag: (none) 
Log:
Fix up several errors related to filename length and errno that
showed up while running the latest LTP testsuite.
 -Erik

Members: 
	libc/misc/ftw/ftw.c:1.4->1.5 
	libc/sysdeps/linux/common/syscalls.c:1.118->1.119 


Index: Changelog.full
===================================================================
RCS file: /var/cvs/uClibc/Changelog.full,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Changelog.full	8 Nov 2003 08:48:31 -0000	1.15
+++ Changelog.full	13 Nov 2003 12:45:51 -0000	1.16
@@ -1,2737 +1,469 @@
 ---------------------
-PatchSet 2680 
-Date: 2003/09/11 11:24:28
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Stefan Allius writes:
-
-1. Under Solaris the test command with the 'string' argument don't
-   work well. So I added the '-n' argument, which might work on all
[...2947 lines suppressed...]
+    the "delta" calculations, such as delta = PLT_LONGBRANCH_ENTRY_WORDS*4 - (insn_addr-plt_addr+4),
+    are supposed to be unsigned.
 
----------------------
-PatchSet 2848 
-Date: 2003/11/08 06:33:35
-Author: andersen
-Branch: HEAD
-Tag: (none) 
-Log:
-Fix up several errors related to filename length and errno that
-showed up while running the latest LTP testsuite.
- -Erik
+      Jocke
 
 Members: 
-	libc/misc/ftw/ftw.c:1.4->1.5 
-	libc/sysdeps/linux/common/syscalls.c:1.118->1.119 
+	ldso/ldso/powerpc/elfinterp.c:1.27->1.28 
 

Index: Changelog
===================================================================
RCS file: /var/cvs/uClibc/Changelog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Changelog	8 Nov 2003 08:48:31 -0000	1.21
+++ Changelog	13 Nov 2003 12:45:50 -0000	1.22
@@ -1,3 +1,31 @@
+0.9.22	13 November 2003
+
+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
+    long as you take care to avoid any configuraton changes that will
+    break things.  Enabling or disabling things like soft-float,
+    locale, wide wchar support, or changing cpu type are all good
+    examples of things that will break binary compatibility.
+
+Release highlights:
+    o Fixed several silly configuration problems that were
+	present in the 0.9.22 release.
+    o Fixed compilation problem with soft-float support on
+	several architectures.
+    o Lots of cleanup work on the powepc shared lib loader
+	thanks to Joakim Tjernlund.
+    o Updated the debian packaging for use in a standalone uClibc
+	system, rather than being a subordinate library under a
+	glibc based system.
+
+ -Erik
+
+
+
+
+
 0.9.22	8 November 2003
 
 See Changelog.full for the complete list of who did what. 




More information about the uClibc-cvs mailing list