1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 06:43:12 +02:00

Update version.log for the last two commits

This commit is contained in:
Adam
2013-07-25 19:47:32 -04:00
parent d2d89ac412
commit 1a3f890613
+3 -1
View File
@@ -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)