summaryrefslogtreecommitdiff
path: root/version.log
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-07-30 02:25:46 -0400
committerAdam <Adam@anope.org>2012-07-30 02:25:46 -0400
commitd0e5a188489c8e760bd0997a9fbcdfd64907eda8 (patch)
tree78819c4b782e96ad18379952ea6f7527467d1b6a /version.log
parent670e73d69d2d8ab46c04c2c8bd8fef9a33a67993 (diff)
Fixed crash when InspIRCd sends user MODE changes
for users that don't "exist" (probably us)
Diffstat (limited to 'version.log')
-rw-r--r--version.log3
1 files changed, 2 insertions, 1 deletions
diff --git a/version.log b/version.log
index 754243b61..d4b84a078 100644
--- a/version.log
+++ b/version.log
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="8"
VERSION_EXTRA="-git"
-VERSION_BUILD="3095"
+VERSION_BUILD="3096"
# Changes since 1.8.7 Release
+#Revision 3096 - Fixed crash when InspIRCd sends user MODE changes for users that don't exist
#Revision 3095 - Fixed crash with cs_enforce and registered empty permanent channels
#Revision 3094 - Bug #1380 - Do not allow akill masks to end in @
#Revision 3093 - Fixed several grammar errors in docs/ (patch provided by Simba)