ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/NEWS
(Generate patch)

Comparing:
ircd-hybrid-7.2/RELNOTES (file contents), Revision 855 by db, Mon Feb 26 22:06:45 2007 UTC vs.
ircd-hybrid-7.2/NEWS (file contents), Revision 991 by michael, Sun Aug 16 14:44:45 2009 UTC

# Line 1 | Line 1
1 + -- ircd-hybrid-7.3 RELNOTES
2 + o) Various resolver improvements and fixes
3 + o) Implemented GUNGLINE (global ungline)
4 + o) Updated PCRE lib to latest 7.9 release
5 + o) Completely rewrote build system. we're now using automake and libtool
6 + o) Added support for sha256/sha512 encrypted passwords to mkpasswd
7 + o) Added ssl_server_protocol configuration option to servinfo{}.
8 +   Valid flags are 'sslv3' and 'tlsv1'
9 + o) Added new 'server' option to listener::flags. Listener with that flag
10 +   set may only accept server connections.
11 + o) Fixed occasional core when placing RESVs on channel names
12 + o) Fixed topic desynchronization which sometimes may
13 +   happen during netbursts
14 + o) WATCH support implemented. Known from other irc-daemons, such
15 +   as Dreamforge and Bahamut.
16 + o) Fixed bug which would cause invalid invisible counts on oper-up in case
17 +   operator::umodes and/or general::oper_umodes contains 'invisible'
18 + o) Removed broken LazyLinks
19 + o) Removed --disable-gline-voting configure option
20 + o) Minor code optimizations and cleanups
21 + o) ACCEPT now supports nick!user@host masks
22 +
23 +
24   -- ircd-hybrid-7.2.3 RELNOTES
25   o) Added ircd-italian.lang language file
26   o) Added -full to etrace
27   o) Added +C for opers
28   o) Fixed core in temp channel resv
29 + o) Fixed CHALLENGE to work with user=IP
30 + o) Misc fixes to TESTMASK and TESTLINE
31 + o) Added support for nick masks to TESTMASK
32 + o) Fixed /modlist to show up whether or not a module is resident
33 + o) Fixed command line arguments handling to allow more than one switch
34 + o) Fixed numeric delivery for mixed TS5 target on the other side of a TS6 server.
35 +
36  
37   -- ircd-hybrid-7.2.2 RELNOTES
38   o) Added channel::disable_fake_channels config directive
# Line 102 | Line 132 | o) Introduced new listen::flags directiv
132   BUGS: Major bugs in this release are listed in BUGS
133  
134   BUG REPORTS: If you run this code and encounter problems, you must report
135 < the bug in one of the following ways:
136 <  a) By EMAIL to bugs@ircd-hybrid.org
137 <  b) On http://forum.ircd-hybrid.org/
108 < Please include a gdb backtrace and a copy of your setup.h and
109 < ircd.conf with any report  (with passwords and other sensitive
135 > the bug by EMAIL to bugs@ircd-hybrid.org
136 > Please include a gdb backtrace and a copy of your config.h and
137 > ircd.conf with any report (with passwords and other sensitive
138   information masked).
139  
140   DISCUSSION: There is a mailing list for discussion of hybrid issues,
# Line 114 | Line 142 | DISCUSSION: There is a mailing list for
142      https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
143   This is the proper place to discuss new features, bugs, etc.  Posting here
144   is much more likely to get something done than ranting on #TZ.
117 You can also use Hybrid forums at http://forum.ircd-hybrid.org/
145  
146   Questions/comments directed to bugs@ircd-hybrid.org
147  
148 < Please read doc/whats-new.txt for information about what is in this release
122 <
123 < Other files recommended for reading: BUGS, README.FIRST, INSTALL
148 > Other files recommended for reading: BUGS, README, INSTALL
149  
150   --------------------------------------------------------------------------------
151   $Id$

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)