diff options
author | Viper <viper@anope.org> | 2012-12-23 23:46:32 +0100 |
---|---|---|
committer | Viper <viper@anope.org> | 2012-12-23 23:46:32 +0100 |
commit | 8fb31b6441d87d0b4302cfbb7835b09fe61e8c7e (patch) | |
tree | ec85923fd9e13a6aeee323af50c157e50d87f3cf | |
parent | 969258352a3cc23a5c58fdbc144b30ea7e5b3e0f (diff) |
Updated Changes and version.log to include Hybrid support changes.
-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 |