diff options
author | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-07-04 12:26:52 +0000 |
---|---|---|
committer | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-07-04 12:26:52 +0000 |
commit | feff8c1fb17f661d580b4933d671999187232014 (patch) | |
tree | b0c5ecaee6ffb80abbb0298c568b05e4ada235bc | |
parent | ea05ff108a56aa1179e336f3775f1b166f806641 (diff) |
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
-rw-r--r-- | version.log | 4 |
1 files changed, 3 insertions, 1 deletions
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. |