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

Comparing ircd-hybrid/trunk/NEWS (file contents):
Revision 6820 by michael, Thu Nov 19 19:29:03 2015 UTC vs.
Revision 7546 by michael, Thu Apr 21 18:11:36 2016 UTC

# Line 1 | Line 1
1 + #######################################################################
2 + Reminder for package maintainers of ircd-hybrid: ircd-hybrid now has
3 + GnuTLS support as of version 8.2.13
4 + #######################################################################
5 +
6 + -- Noteworthy changes in version 8.2.17 (2016-04-21)
7 + o) Fixed core on "REHASH CONF" with 'general::whowas_history_length'
8 +   set to 0
9 + o) Fixed possible core on INVITE with 'channel::max_channels' set to 0
10 +
11 +
12 + -- Noteworthy changes in version 8.2.16 (2016-03-20)
13 + o) Added 'general::whowas_history_length' configuration option which
14 +   allows to define the maximum length of the WHOWAS nickname history
15 + o) Services are now allowed to override 'general::min_nonwildcard',
16 +   and 'general::min_nonwildcard_simple' settings
17 + o) Minor updates to help files
18 +
19 +
20 + -- Noteworthy changes in version 8.2.15 (2016-02-24)
21 + o) Added proper support for Raspbian/ARM. Gracias to Beave/2600.net
22 +   for providing a box for testing purposes.
23 + o) Fixed an assert with empty user = "" directives in auth {} blocks
24 + o) "STATS z" now shows allocated listeners
25 + o) Fixed bug where 'can_flood' auth {} flags did not work on channels
26 +
27 +
28 + -- Noteworthy changes in version 8.2.14 (2016-02-09)
29 + o) Fixed server clustering
30 + o) Major cleanups to the configuration subsystem
31 + o) Improvements to libGeoIP support:
32 +   - Works now with IPv6 addresses
33 +   - Added 'libgeoip_database_options', 'libgeoip_ipv4_database_file',
34 +     and 'libgeoip_ipv6_database_file' configuration directives to the
35 +     serverinfo {} block
36 + o) Further improvements to GnuTLS support
37 +
38 +
39 + -- Noteworthy changes in version 8.2.13 (2016-02-02)
40 + o) Implemented support for GnuTLS. Currently ./configure's autodetection
41 +   intentionally prefers OpenSSL over GnuTLS, so OpenSSL detection needs
42 +   to be disabled explicitely by using the --disable-openssl switch.
43 + o) Minimum supported GnuTLS version is 3.3.8 now
44 + o) Minimum supported OpenSSL version is 1.0.1d now
45 + o) Added support for remote REHASH: REHASH <server> <option>
46 + o) Added 'rehash:remote' irc-operator privilege flag
47 + o) Added 'rehash' type to shared {} blocks
48 + o) Fixed minor memory leak with shared {} and cluster {} blocks
49 +
50 +
51 + -- Noteworthy changes in version 8.2.12 (2016-01-05)
52 + #######################################################################
53 + o) IMPORTANT: Character case mapping is 'ascii' now. It is recommended
54 +   to update all servers on the network to prevent possible channel
55 +   desynchronizations and nick name collision kills
56 + #######################################################################
57 + o) Added channel mode +T which forbids NOTICEs to be sent to a channel
58 + o) Fixed minor SVSTAG memory leak
59 + o) Fixed broken PART message blocking mechanism
60 + o) ircd now makes use of up to 8 name servers that are specified in
61 +   /etc/resolv.conf
62 + o) The -klinefile, -dlinefile, etc. switches didn't work at all
63 + o) Fixed possible core on ident lookups if ircd is out of file descriptors
64 + o) Far client exit notices (+F) now show IP addresses, too
65 + o) Made idle time look nicer in "STATS v|p" by using a formatted time string
66 + o) 'general::ts_warn_delta', and 'general::ts_max_delta' can be set to 0 now
67 + o) Several code cleanups and optimizations. Improved documentation
68 +
69 +
70   -- Noteworthy changes in version 8.2.11 (2015-11-19)
71   o) Implemented IRCv3.2 invite-notify extension
72   o) Implemented IRCv3.2 chghost extension
# Line 14 | Line 83 | o) Fixed bug where changing 'serverhide:
83     would not have any effect
84   o) mkpasswd (tools): fixed broken bcrypt support on *BSD in conjunction
85     with the -s and -l switches. Dropped MD5, DES and Extended DES support.
86 < o) Removed CHALLENGE in favour or ssl certificate fingerprint enabled
86 > o) Removed CHALLENGE in favor of ssl certificate fingerprint enabled
87     operator {} blocks
88   o) RSA keys with less than 2048 bits are no longer supported; same applies
89     to the DH param file

Diff Legend

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