diff options
author | jantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-04-03 18:07:13 +0000 |
---|---|---|
committer | jantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-04-03 18:07:13 +0000 |
commit | 9d89891a903ca3c5406fe4a9e11299457f842a01 (patch) | |
tree | 245fd72b62f6c790a5c3173160249aa3291e944e | |
parent | 1cbfdac929df69368ff515563600a75d54ae3f1a (diff) |
Someone seems to have forgotten about Changes.. added most significant commits to Changes.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2249 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 26 | ||||
-rw-r--r-- | version.log | 3 |
2 files changed, 25 insertions, 4 deletions
@@ -1,19 +1,39 @@ Anope Version 1.8 SVN ------------------- Provided by Anope Dev. <team@anope.org> - 2009 +03/30 R Removed InspIRCd 1.0 support. [ #00] 01/03 F Updated install.js url for windows build help. [ #00] 01/17 F Fixed MySQL DB saving failing due to unsafe queries. [ #994] 01/18 F Fixed check for backtrace() in configure. [ #00] 01/22 F Do not allow invalied nicks to be grouped. [#1000] 01/26 F Do not allow empty vIdent when loading from MySQL. [ #00] 01/26 F Readonly/noexpire are now checked before saving on shutdown. [ #00] +02/12 F Fixed timestamps blowing away on JOIN in InspIRCd 1.1. [ #00] +02/12 F Fixed dropped mode changes coming from Anope on TS6 IRCds. [ #00] +02/23 F Added missing FD_ZERO() call before FD_SET(). [ #00] +02/23 F Send correct akill timestamp on InspIRCd 1.1. [ #00] +03/10 F MLOCK +f parameter isn't correctly read on DB load. [#1020] +03/10 F Buggy message when deleting invalid number from ACCESS/XOP list. [#1025] +03/18 F Hide password for ignored users in log/logchan. [#1054] +03/23 F Some BS cmds no longer send error msgs to users without access. [#1062] +03/23 F Fixed NS RECOVER sending "(null)" in some places. [#1064] +03/23 F Force a user off a nick when it is suspended. [#1065] +03/23 F Fixed CS SET MLOCK requiring a param to allow clearing. [#1044] +03/30 F Fantasy commands in CTCP ACTIONs will now be ignored. [#1073] + +Provided by Adam <Adam@SubZeroIRC.net> - 2009 +01/28 F Added internal support for +j channelmodes. [#1001] +02/07 F CS OP/PROTECT/etc now enforced SECUREOPS setting. [#1006] +03/07 F Channel list re-ordering. [#1024] +03/22 F Log message about the deleting from channel access list. [#1030] Provided by mooncup <mooncup@anonnet.org> - 2009 02/04 F Automatically reapply vhost on hs off for unreal32. [ #00] +04/03 F MS STAFF sends wrong syntax error. [#1050] -Provided by Adam <Adam@SubZeroIRC.net> - 2009 -03/07 F Channel list re-ordering. [#1024] -01/28 F Added internal support for +j channelmodes. [#1001] +Provided by DukePyrolator <> - 2009 +03/15 F Log error when NSMemoReceipt isn't defined in config. [ #00] +03/22 F Fixed memleak in channels.c. [ #00] Provided by Szymek <> - 2009 03/30 F Fix HS OFF to work in all cases on InspIRCd. [#1075] diff --git a/version.log b/version.log index c01034f0c..383409fa6 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,11 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="0" VERSION_EXTRA="-svn" -VERSION_BUILD="2245" +VERSION_BUILD="2249" # $Log$ # Changes since 1.8.0 Release +#Revision 2249 - Someone seems to have forgotten about Changes.. added most significant commits to Changes. #Revision 2245 - Backport of bugfix for bug #1050 from SVN r2163, patch from Adam, MS STAFF's syntax shows correctly, required adding a language string as well, currently they are all English until they can be properly translated. #Revision 2240 - Fix compile error with inspircd11 module. #Revision 2221 - Modified patch to change vhost removal to work correctly in all cases, originally by Szymek. |