summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-13 12:45:53 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-13 12:45:53 +0000
commit85bfb82ad8457167b83c1f5788c30407fbf2c9a7 (patch)
treebc162ab1796bc56cb22b310e50ca9ffc21f529e7 /Changelog
parent49839bbb2ac59d44a4e92367f3fb83bfc4ace17d (diff)
Prepare for release
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog28
1 files changed, 28 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index ac806380f..7e6b5d19c 100644
--- a/Changelog
+++ b/Changelog
@@ -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.