summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-07-25 19:47:32 -0400
committerAdam <Adam@anope.org>2013-07-25 19:52:27 -0400
commit1a3f890613a624316b333206ed03dc38178d3ea5 (patch)
tree6c73f54758de99d3210b5d3fa300366ffdb9aa35
parentd2d89ac412dbdba0747e44cdf1e4c90e29f6ef2b (diff)
Update version.log for the last two commits
-rw-r--r--version.log4
1 files changed, 3 insertions, 1 deletions
diff --git a/version.log b/version.log
index 5abbb4bcc..042b4531c 100644
--- a/version.log
+++ b/version.log
@@ -8,9 +8,11 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="9"
VERSION_EXTRA="-git"
-VERSION_BUILD="3118"
+VERSION_BUILD="3120"
# Changes since 1.8.8 Release
+#Revision 3120 - Fix many memory leaks and valgrind warnings, see pull request #15
+#Revision 3119 - Fix not deleting the old server entry when juping existing servers on Unreal
#Revision 3118 - Fix fd leak in mail.c with ForkForMail enabled
#Revision 3117 - Updated Hybrid protocol module to support vhosts
#Revision 3116 - Bug #1527 - Fixed modules being loaded regardless of the load abort signal returned by a modules AnopeInit function. (Introduced in commit. e0c3069c)