summaryrefslogtreecommitdiff
path: root/version.log
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-07-07 05:33:16 -0400
committerAdam <Adam@anope.org>2013-07-07 05:33:16 -0400
commit1dbd7b406fdd0c50ad077a24065dada3a3a54085 (patch)
treeb04dd9fc753bcb76ff845fbc748686faca700233 /version.log
parent27dde3266c8809edd522d6a95ce0c1262e5cae0e (diff)
Fix fd leak in mail.c with ForkForMail enabled
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 326072e4d..5abbb4bcc 100644
--- a/version.log
+++ b/version.log
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="9"
VERSION_EXTRA="-git"
-VERSION_BUILD="3117"
+VERSION_BUILD="3118"
# Changes since 1.8.8 Release
+#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)