From feff8c1fb17f661d580b4933d671999187232014 Mon Sep 17 00:00:00 2001 From: sjaz Date: Sat, 4 Jul 2009 12:26:52 +0000 Subject: Small amendment to version.log to complete a few missing entries. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2356 5417fbe8-f217-4b02-8779-1006273d7864 --- version.log | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/version.log b/version.log index 8166976a1..dec468dc1 100644 --- a/version.log +++ b/version.log @@ -9,12 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="0" VERSION_EXTRA="-svn" -VERSION_BUILD="2337" +VERSION_BUILD="2356" # $Log$ # Changes since 1.8.0 Release #Revision 2337 - Fixed several bugs in messages.c regarding parsing TS6 encoded commands. This is a prerequisite for an InspIRCd 1.2 protocol module. +#Revision 2329 - Update to allow windows build to function with the removal of inspircd10.c #Revision 2327 - Fix memory leak in NS SUSPEND, patch by Adam. +#Revision 2325 - Added a few missing entries to Changes. #Revision 2322 - Bugfix for bug #1082, remove check for NSModeOnID from NS UPDATE, it's not logical to check for NSModeOnID since you must be identified to use NS UPDATE anyways. #Revision 2321 - Fix potential crash in Charybdis protocol module, patch by Adam. #Revision 2316 - Change default of UnRestrictSAdmin to enabled, so hopefully we get less users complaining about their +a being removed and being unable to use /sa* commands. -- cgit