From 41d7b0733b72fae61299aa9416e2ab726d6da2ee Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sat, 6 Mar 2004 00:01:11 +0000 Subject: [PATCH] - Added rest of release notes. --- .RELEASE.NOTES | 3 ++- Changes | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.RELEASE.NOTES b/.RELEASE.NOTES index 3c438bc91..1837eb12d 100644 --- a/.RELEASE.NOTES +++ b/.RELEASE.NOTES @@ -42,9 +42,10 @@ Unreal3.2-RC2 Release Notes ==[ MAJOR BUGS FIXED ]== * The ircd was unable to boot on some OSs because unreal removed tmp/ * crash: if an invalid regex was entered (eg: in spamfilter) the ircd could crash +* crash: The TRE regex library could be crashed in case of some (advanced) regexes. * crash: several remote includes problems (also non-crash) +* crash/security: an user-triggerable crash bug * Fixed problem with 'tkl update' which could lead to server fights in some cases. -[incomplete!] ==[ MINOR BUGS FIXED ]== * allow::options::noident now actually works diff --git a/Changes b/Changes index b9e15468c..66175965c 100644 --- a/Changes +++ b/Changes @@ -2999,3 +2999,4 @@ seen. gmtime warning still there Based on a suggestion by satmd (#0001604) - Imported TRE 0.6.5 on Win32 and Linux, solves (#0001542) and (#0001564) reported by methos +- Added rest of release notes.