diff options
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | Changes.conf | 9 | ||||
-rw-r--r-- | Changes.lang | 4 | ||||
-rw-r--r-- | Changes.mysql | 4 | ||||
-rw-r--r-- | version.log | 9 |
5 files changed, 18 insertions, 10 deletions
@@ -1,4 +1,4 @@ -Anope Version 1.8 SVN +Anope Version 1.8.3 ------------------- Provided by Anope Dev. <team@anope.org> - 2009 10/05 A Added InspIRCd 1.2 support. [ #00] diff --git a/Changes.conf b/Changes.conf index 4f4b6a42e..4ed5b3c4a 100644 --- a/Changes.conf +++ b/Changes.conf @@ -1,5 +1,10 @@ -Anope Version 1.8 SVN ---------------------- +Anope Version 1.8.3 +------------------- +** ADDED CONFIGURATION DIRECTIVES ** +inspircd12 - IRCDModule +** MODIFIED CONFIGURATION DIRECTIVES ** + +** DELETED CONFIGURATION DIRECTIVES ** Anope Version 1.8.2 ------------------- diff --git a/Changes.lang b/Changes.lang index b20269efd..99d169afc 100644 --- a/Changes.lang +++ b/Changes.lang @@ -1,5 +1,5 @@ -Anope Version 1.8 SVN ---------------------- +Anope Version 1.8.3 +------------------- *** New Strings: *** Mod Strings: diff --git a/Changes.mysql b/Changes.mysql index a6520e7cc..0023b015b 100644 --- a/Changes.mysql +++ b/Changes.mysql @@ -1,5 +1,5 @@ -Anope Version 1.8 SVN ---------------------- +Anope Version 1.8.3 +------------------- ALTER TABLE `anope_ns_access` DROP INDEX `display` ; Anope Version 1.8.2 diff --git a/version.log b/version.log index 8298211ca..7c534434d 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,13 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="2" -VERSION_EXTRA="-svn" -VERSION_BUILD="2769" +VERSION_EXTRA="" +VERSION_BUILD="2771" -# $Log$ # Changes since 1.8.2 Release +# $Log$ # + +# Leading up to 1.8.3 Release +#Revision 2770 - Updated docs/INSTALL with some more upto date information #Revision 2769 - Updated docs/IRCD to be up to date #Revision 2768 - Another attempt at making the makefile understand #Revision 2767 - Fix small omission in src/tools/Makefile |