diff options
author | Adam <Adam@anope.org> | 2011-03-03 19:21:58 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-03-03 19:21:58 -0500 |
commit | 6fca33a2baeb08de823c18692142b33ddbfcfbcc (patch) | |
tree | 8a0a4068b25d349c18e4930380bc089819815797 | |
parent | 66e2dce64656e901726d06236a275b1075380583 (diff) |
Updated Changes
-rw-r--r-- | Changes | 18 | ||||
-rw-r--r-- | version.log | 2 |
2 files changed, 17 insertions, 3 deletions
@@ -1,10 +1,24 @@ Anope Version 1.8 - GIT ----------------------- +9/11 F Fixed db-convert handling some vhost collisions [ #00] +9/14 F Fixed ./configure failing with partial SQL installations [ #00] +9/28 F Fixed ForkForMail to always work [ #00] +9/28 F Fixed /nickserv saset display to use nicktracking if enabled [#1193] +9/28 F Fixed /nickserv group to use nicktracking if enabled [#1194] +12/12 F Remove vhost requests from nicks that expire [ #00] 12/15 F Fixed /cs enforce #channel to say SET was enforced not (null) [#1213] 12/23 F Fixed /cs (un)ban and akick from matching users real hosts/IP [#1079] -12/12 F Remove vhost requests from nicks that expire [ #00] -1/28 F Fixed not introducing our clients with usermode k on InspIRCd2.0[ ] +1/19 F Fixed 'make install' recompiling src/tools [#1227] +1/21 F Fixed many incorrect apostrophe usages [#1223] +1/28 F Fixed not introducing our clients with usermode k on InspIRCd2.0[ #00] 1/29 F Updated german language file. [ #00] +2/05 F Fixed wiki URLs in Windows configure script [ #00] +2/11 F Fixed build on Mac [ #00] +2/23 F Fixed rejoining our clients if they are kicked on a TS6 IRCd [ #00] +3/2 F Fixed showing SENDPASS in HELP to users who can't use it [ #00] +3/3 F Fixed opping our clients on ratbox when not using TS6 [ #00] +10/31 A Added support for plexus3's channel mode +z [#1202] +2/23 A Added account tracking support to ratbox protocol module [ #00] Anope Version 1.8.5 ------------------- diff --git a/version.log b/version.log index 89e781005..8c74200b5 100644 --- a/version.log +++ b/version.log @@ -8,7 +8,7 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="5" VERSION_EXTRA="-git" -VERSION_BUILD="3063" +VERSION_BUILD="3064" # $Log$ # Changes since 1.8.5 Release #Revision 3063 - Fixed opping our clients on ratbox when TS6 is not used. |