diff options
-rw-r--r-- | Changes | 4 | ||||
-rw-r--r-- | Changes.conf | 7 | ||||
-rw-r--r-- | Changes.lang | 11 | ||||
-rw-r--r-- | Changes.mysql | 7 | ||||
-rw-r--r-- | version.log | 6 |
5 files changed, 23 insertions, 12 deletions
@@ -1,10 +1,10 @@ -Anope Version 1.8 - GIT +Anope Version 1.8.8 ----------------------- 01/29 F Fixed user modes on BotServ bots on Unreal3.2.10 [#1474] 02/13 F Do not allow invalid nicknames to be forbidden in ns_forbid [ #00] Provided by Ryuunosuke Ayanokouzi - 2013 -02/17 A Added japanese language support [ #00] +02/17 A Added Japanese language support [ #00] Provided by Anope Dev. <team@anope.org> - 2012 02/22 F Fixed several grammar errors in docs/ (patch provided by Simba) [ #00] diff --git a/Changes.conf b/Changes.conf index d15034405..21fe2195c 100644 --- a/Changes.conf +++ b/Changes.conf @@ -1,5 +1,10 @@ -Anope Version 1.8 - GIT +Anope Version 1.8.8 ----------------------- +** ADDED CONFIGURATION DIRECTIVES ** + +** MODIFIED CONFIGURATION DIRECTIVES ** + +** DELETED CONFIGURATION DIRECTIVES ** Anope Version 1.8.7 diff --git a/Changes.lang b/Changes.lang index b235abfa2..a72250a16 100644 --- a/Changes.lang +++ b/Changes.lang @@ -1,9 +1,14 @@ -Anope Version 1.8 - GIT ------------------------ +Anope Version 1.8.8 +------------------- +*** New Strings: + +*** Mod Strings: + +*** Del Strings: Anope Version 1.8.7 ------------------------ +------------------- *** New Strings: *** Mod Strings: diff --git a/Changes.mysql b/Changes.mysql index 9e4255acf..d38578015 100644 --- a/Changes.mysql +++ b/Changes.mysql @@ -1,8 +1,9 @@ -Anope Version 1.8 - GIT ------------------------ +Anope Version 1.8.8 +------------------- +- NONE Anope Version 1.8.7 --------------------- +------------------- - NONE Anope Version 1.8.6 diff --git a/version.log b/version.log index 4616016a7..f879edba7 100644 --- a/version.log +++ b/version.log @@ -7,10 +7,10 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="8" -VERSION_EXTRA="-git" -VERSION_BUILD="3111" +VERSION_EXTRA="" +VERSION_BUILD="3112" -# Changes since 1.8.7 Release +# Leading up to 1.8.8 Release #Revision 3110 - Added japanese language support, patch provided by Ryuunosuke Ayanokouzi #Revision 3109 - Do not allow invalid nicknames to be forbidden in ns_forbid #Revision 3108 - Bug #1474 - Fixed setting umodes on BotServ bots on Unreal3.2.10 |