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

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

Diff Legend

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