From 1528771f284f2d8867dc807e6b14e019c1ead9d6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 8 Nov 2003 08:48:34 +0000 Subject: Update docs in preparation for release --- Changelog | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 8b3e832bf..ac806380f 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,33 @@ +0.9.22 8 November 2003 + +See Changelog.full for the complete list of who did what. + +Note: + This release is binary compatible with the 0.9.21 release + if you take care to avoid any configuraton changes that + might break things for you (i.e. enabling or disabling things + like soft-float, locale, wide wchar support, or changing cpu + type are all good examples of binary incompatible config options). + +Release highlights: + o Added e1, microblaze, and sh64 architectures. + o Much improved soft-float support + o Rewrote the passwd and group handing functions + and implemented all SuSv3 required reentrant + versions. + o Reworked and updated the Config system. You now + get to select your target architecture with the + config system. + o Fixed pthreads for mmuless m68k systems + o Added some x86 optimized string functions. + o Lots and lots of bugs fixed. + + -Erik + + + + + 0.9.21 9 September 2003 See Changelog.full for the complete list of who did what. -- cgit v1.2.3