From eecd5c649c5bef05a2559ab5d76988ea74ece856 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 4 Jan 2004 05:32:21 +0000 Subject: Update for release --- Changelog | 27 ++++++++++++++++++++++++--- Changelog.full | 47 +++++++++++++++++++++++++++++++++++++++++++++++ Rules.mak | 2 +- docs/uclibc.org/news.html | 24 ++++++++++++++++++++++++ 4 files changed, 96 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index 6ce013ace..e0b1299fb 100644 --- a/Changelog +++ b/Changelog @@ -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 @@ Release highlights: - - 0.9.24 15 December 2003 See Changelog.full for the complete list of who did what. diff --git a/Changelog.full b/Changelog.full index fe74bea4c..bf6c91ce8 100644 --- a/Changelog.full +++ b/Changelog.full @@ -809,4 +809,51 @@ Be sure to fully clean 2.6 kernel headers on 'make clean' 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 + diff --git a/Rules.mak b/Rules.mak index 1e3eda713..eef3a0636 100644 --- a/Rules.mak +++ b/Rules.mak @@ -58,7 +58,7 @@ HOSTCFLAGS=-O2 -Wall # 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 diff --git a/docs/uclibc.org/news.html b/docs/uclibc.org/news.html index 238ec3e4c..03805e326 100644 --- a/docs/uclibc.org/news.html +++ b/docs/uclibc.org/news.html @@ -3,6 +3,30 @@