From 66ec482f2f57460e796b82e570bd143f5db04b1d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 12 Aug 2002 11:08:38 +0000 Subject: Update to version 0.9.14 -Erik --- Changelog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'Changelog') 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 -- cgit v1.2.3