diff options
-rw-r--r-- | Changes | 6 | ||||
-rw-r--r-- | version.log | 3 |
2 files changed, 7 insertions, 2 deletions
@@ -1,10 +1,14 @@ Anope Version 1.8 - GIT ----------------------- -12/31 F Fixed os_svsnick to allow changing the case of a users' nick [#1369] +12/23 A Added Hybrid 8.0 support. (Patch provided by Hybrid Team) [ #00] +12/23 R Removed experimental Hybrid 7.0 support. [ #00] 02/22 F Fixed several grammar errors in docs/ (patch provided by Simba) [ #00] 02/25 F Do not allow akill masks to end in @ [#1380] 07/14 F Fixed crash with cs_enforce and empty permanent channels [ #00] +Provided by Anope Dev. <team@anope.org> - 2011 +12/31 F Fixed os_svsnick to allow changing the case of a users' nick [#1369] + Anope Version 1.8.7 ----------------------- 08/18 A Added support for Hybrid's channel mode +S [#1319] diff --git a/version.log b/version.log index e8c1d8ae0..4e1a825f4 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="3105" +VERSION_BUILD="3106" # Changes since 1.8.7 Release +#Revision 3106 - Replaced experimental Hybrid 7.0 support by Hybrid 8.0 support. (Patch provided by Hybrid Development Team) #Revision 3105 - Added french language support to some modules (patch provided by Coolsmile) #Revision 3104 - Updated the Polish language file #Revision 3103 - Updated .gitignore |