summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-08-12 11:08:38 +0000
committerEric Andersen <andersen@codepoet.org>2002-08-12 11:08:38 +0000
commit66ec482f2f57460e796b82e570bd143f5db04b1d (patch)
treeeed92db23fb41d4adf4ca81d41df94f37dde08df /Changelog
parentd20b48de93d4cbcc0074b6c57c96bde1c8169fb1 (diff)
Update to version 0.9.14
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 6251eaf4d..fab153868 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,23 @@
+0.9.14 12 August 2002
+
+This is a minor bugfix release.
+
+See Changelog.full for the complete list of who did what.
+Release highlights:
+ o Fix a compile error when RPC and Pthread support
+ were both enabled.
+ o Eliminate duplicate define warnings in wstring.c.
+ o Fix potentially broken preprocessor comparisons.
+ o Erik was an idiot and broke thread locking in exit(),
+ atexit() and friends. Fix that.
+ o Fix the gcc wrapper to use crtbeginS.o and crtendS.o when
+ compiling PIC code (crtbegin.o and crtend.o) otherwise.
+
+ -Erik
+
+
+
+
0.9.13 9 August 2002
Security Fixes