diff options
-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. |