--- ircd-hybrid-7.2/RELNOTES 2006/05/13 08:45:18 597 +++ ircd-hybrid-7.2/RELNOTES 2007/10/23 11:17:07 874 @@ -1,4 +1,23 @@ +-- ircd-hybrid-7.2.4 RELNOTES +o) Fixed occasional core when placing RESVs on channel names +o) Fixed topic desyncs during netbursts + + +-- ircd-hybrid-7.2.3 RELNOTES +o) Added ircd-italian.lang language file +o) Added -full to etrace +o) Added +C for opers +o) Fixed core in temp channel resv +o) Fixed CHALLENGE to work with user=IP +o) Misc fixes to TESTMASK and TESTLINE +o) Added support for nick masks to TESTMASK +o) Fixed /modlist to show up whether or not a module is resident +o) Fixed command line arguments handling to allow more than one switch +o) Fixed numeric delivery for mixed TS5 target on the other side of a TS6 server. + + -- ircd-hybrid-7.2.2 RELNOTES +o) Added channel::disable_fake_channels config directive o) Fixed broken FORCEJOIN (contrib) o) Added missing documentation for connect::vhost o) Fixed problem with G-Line voting @@ -9,6 +28,15 @@ o) Added general::stats_e_disabled which for other operators and administrators o) Ignore signal SIGXFSZ to prevent the daemon from dying on missconfigured file size limits +o) Slight optimizations to the block allocator +o) Fixed harmless bug that could result in incorrect bytes sent statistics + in "STATS t" +o) "STATS y|Y" now shows whether a class is active or disabled +o) Added ircd-brazilian_pt.lang language file +o) Misc. ACCEPT fixes. E.g. don't remove an accept record if a client is + changing between equivalent nicknames like 'nick' and 'NiCk'. +o) Minor resolv.conf parser fixes. Added missing support for ';' comments +o) Fixed core on MODRESTART -- ircd-hybrid-7.2.1 RELNOTES