summaryrefslogtreecommitdiff
path: root/version.log
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-09-21 21:39:32 -0400
committerAdam <Adam@anope.org>2012-09-21 21:39:32 -0400
commit3779ed916a1bf70d744a7ba6ac5fa31862057d0f (patch)
tree0e1f5f3b2b8c36eefa8e52872fb2164fa5569075 /version.log
parent3f05a42515b588b508419040e71b74ea2a27f1d0 (diff)
Made all module functions static to fix OSX's linker from linking
modules with similar function names to each other which causes complete and total chaos.
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 6de54230c..6eceac9d1 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="3097"
+VERSION_BUILD="3098"
# Changes since 1.8.7 Release
+#Revision 3098 - Made all module functions static to fix OSX's linker from linking modules with similar function names to each other
#Revision 3097 - Do not apply akills or sxlines that are pending expiration
#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