diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-12 11:08:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-12 11:08:38 +0000 |
commit | 66ec482f2f57460e796b82e570bd143f5db04b1d (patch) | |
tree | eed92db23fb41d4adf4ca81d41df94f37dde08df /Changelog | |
parent | d20b48de93d4cbcc0074b6c57c96bde1c8169fb1 (diff) |
Update to version 0.9.14
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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 |