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 7204 by michael, Tue Feb 2 17:15:26 2016 UTC vs.
Revision 7692 by michael, Sun Aug 28 18:38:42 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 +
7 + -- Noteworthy changes in version 8.2.19 (2016-08-21)
8 + o) Fixed a possible server name leak in "WHO" with server hiding enabled
9 + o) "WHO" now allows opers to search by IP address
10 + o) Admins no longer can see IP addresses in "STATS P" with
11 +   'serverhide::hide_server_ips' enabled
12 + o) User mode 'n' now shows nick name changes from remote clients, too
13 +
14 +
15 + -- Noteworthy changes in version 8.2.18 (2016-06-22)
16 + o) Fixed an assert when a client sends invalid LIST options
17 + o) Fixed invalid memory stats of channel invites in "STATS z"
18 +
19 +
20 + -- Noteworthy changes in version 8.2.17 (2016-04-21)
21 + o) Fixed core on "REHASH CONF" with 'general::whowas_history_length'
22 +   set to 0
23 + o) Fixed possible core on "INVITE" with 'channel::max_channels' set to 0
24 +
25 +
26 + -- Noteworthy changes in version 8.2.16 (2016-03-20)
27 + o) Added 'general::whowas_history_length' configuration option which
28 +   allows to define the maximum length of the WHOWAS nickname history
29 + o) Services are now allowed to override 'general::min_nonwildcard',
30 +   and 'general::min_nonwildcard_simple' settings
31 + o) Minor updates to help files
32 +
33 +
34 + -- Noteworthy changes in version 8.2.15 (2016-02-24)
35 + o) Added proper support for Raspbian/ARM. Gracias to Beave/2600.net
36 +   for providing a box for testing purposes.
37 + o) Fixed an assert with empty user = "" directives in auth {} blocks
38 + o) "STATS z" now shows allocated listeners
39 + o) Fixed bug where 'can_flood' auth {} flags did not work on channels
40 +
41 +
42 + -- Noteworthy changes in version 8.2.14 (2016-02-09)
43 + o) Fixed server clustering
44 + o) Major cleanups to the configuration subsystem
45 + o) Improvements to libGeoIP support:
46 +   - Works now with IPv6 addresses
47 +   - Added 'libgeoip_database_options', 'libgeoip_ipv4_database_file',
48 +     and 'libgeoip_ipv6_database_file' configuration directives to the
49 +     serverinfo {} block
50 + o) Further improvements to GnuTLS support
51 +
52 +
53   -- Noteworthy changes in version 8.2.13 (2016-02-02)
54   o) Implemented support for GnuTLS. Currently ./configure's autodetection
55     intentionally prefers OpenSSL over GnuTLS, so OpenSSL detection needs
56     to be disabled explicitely by using the --disable-openssl switch.
57 + o) Minimum supported GnuTLS version is 3.3.8 now
58 + o) Minimum supported OpenSSL version is 1.0.1d now
59   o) Added support for remote REHASH: REHASH <server> <option>
60   o) Added 'rehash:remote' irc-operator privilege flag
61   o) Added 'rehash' type to shared {} blocks

Comparing ircd-hybrid/trunk/NEWS (property svn:keywords):
Revision 7204 by michael, Tue Feb 2 17:15:26 2016 UTC vs.
Revision 7692 by michael, Sun Aug 28 18:38:42 2016 UTC

# Line 1 | Line 1
1 < Id Revision
1 > Id

Diff Legend

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