Update Changelog.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@41 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2008-05-07 11:11:41 +00:00
parent d809649484
commit dbfde76622

View File

@@ -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)