summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-08 08:48:34 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-08 08:48:34 +0000
commit1528771f284f2d8867dc807e6b14e019c1ead9d6 (patch)
treeb72f1557800c8824086e7578006ab8c2c1f742d5 /Changelog
parent2da24876a6ef26d87e68e7d1a61cf2104346e673 (diff)
Update docs in preparation for release
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog30
1 files changed, 30 insertions, 0 deletions
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.