diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-04-01 20:02:19 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-04-01 20:02:19 +0000 |
commit | a895077b5403da413e69ad680aec05671918f183 (patch) | |
tree | 991b9351d49f9b40650ef75c63d6022fea7ef738 | |
parent | 7e10fca23b214f665c55ce56138a32172a959347 (diff) |
Moved an entry in the Changelog I had oringinally put in the wrong place
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2853 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | version.log | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,7 @@ Anope Version 1.8 - SVN ----------------------- 3/10 F Added support for tracking permanent channels [ #00] +3/29 F Fixed defcon to only apply its mode parameters when it's on [#1146] Anope Version 1.8.3 ------------------- @@ -27,7 +28,6 @@ Provided by Anope Dev. <team@anope.org> - 2009 12/01 F Fixed tracking of users host when they disable their vhost [#1106] 12/20 F Fixed nickcores access list being loaded from SQL with RDB [ #00] 1/15 F Fixed BotServ from kicking and banning ULined clients [#1135] -3/29 F Fixed defcon to only apply its mode parameters when it's on [#1146] Provided by Han` <Han@mefalcon.org> - 2009 07/28 F Updated german language file. [ #00] diff --git a/version.log b/version.log index 4df8b8eab..ca17cfa5b 100644 --- a/version.log +++ b/version.log @@ -9,7 +9,7 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="3" VERSION_EXTRA="-svn" -VERSION_BUILD="2851" +VERSION_BUILD="2853" # $Log$ # Changes since 1.8.3 Release |