From dbfde76622560957cde525e32330006b490d5832 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Wed, 7 May 2008 11:11:41 +0000 Subject: [PATCH] Update Changelog. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@41 13b04d17-f746-0410-82c6-800466cd88b0 --- Changelog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Changelog b/Changelog index 5e22117..70b99ef 100644 --- a/Changelog +++ b/Changelog @@ -9,6 +9,20 @@ * Fix module load version check logic. (caf) +* [1.1s01] Cleanups to allow compiling with new gcc releases. (caf) + +* [1.1s01] Fix configure check for termcap.h. (caf) + +* [1.1s01] Re-implement code to find available vhost addresses + (CVE-2007-5839). (caf) + +* [1.1s01] Fix test for GCC >= 2.7 - fixes compiling on S390 platform. (caf) + +* [1.1s01] Improve buffer handling in convert_output_format_raw + (CVE-2007-4584). (caf) + +* [1.1s01] Handle negative numerics correctly (CVE-2007-3360). (caf) + [Changes 1.1-final] * Fixed bug with using [$8] in expressions (Reported by BlackJac)