diff options
author | Adam <Adam@anope.org> | 2013-12-09 20:59:18 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-12-09 20:59:18 -0500 |
commit | 304e6eaabe829a7a0d493b81de5103a225846155 (patch) | |
tree | 488082d74a67b724cfbd50e23b5acdb46f2564eb | |
parent | 564b8b8d9d3ce92bc77c1b64cf65047451053b70 (diff) |
Bump version.log and Changes
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | version.log | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -3,6 +3,7 @@ Anope Version 1.8 - GIT 06/05 F Fixed modules being loaded regardless of the load abort signal. [#1527] 08/16 F Fixed hs_request to show requested ident in memos [#1545] 08/16 F Fix kick reason in cs_suspend/cs_forbid if no reason is given [#1544] +12/09 F Fix undefined symbol error on Solaris11 [ #00] Provided by Michael Wobst - 2013 05/25 U Update Hybrid protocol module to support Hybrid 8.1 diff --git a/version.log b/version.log index 3466d5a8c..f18a95352 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="3127" +VERSION_BUILD="3128" # Changes since 1.8.8 Release +#Revision 3128 - Fix undefined symbol error on Solaris11 when building anopesmtp #Revision 3125 - Fix kick reason in cs_suspend and cs_forbid if no reason is given #Revision 3124 - hs_request: Improve logging of new vhost requests #Revision 3120 - Fix many memory leaks and valgrind warnings, see pull request #15 |