--- ircd-hybrid/trunk/NEWS 2016/02/24 12:40:19 7366 +++ ircd-hybrid/trunk/NEWS 2016/06/22 16:54:28 7618 @@ -1,3 +1,27 @@ +####################################################################### +Reminder for package maintainers of ircd-hybrid: ircd-hybrid now has +GnuTLS support as of version 8.2.13 +####################################################################### + +-- Noteworthy changes in version 8.2.18 (2016-06-22) +o) Fixed an assert when a client sends invalid LIST options +o) Fixed invalid memory stats of channel invites in "STATS z + + +-- Noteworthy changes in version 8.2.17 (2016-04-21) +o) Fixed core on "REHASH CONF" with 'general::whowas_history_length' + set to 0 +o) Fixed possible core on INVITE with 'channel::max_channels' set to 0 + + +-- Noteworthy changes in version 8.2.16 (2016-03-20) +o) Added 'general::whowas_history_length' configuration option which + allows to define the maximum length of the WHOWAS nickname history +o) Services are now allowed to override 'general::min_nonwildcard', + and 'general::min_nonwildcard_simple' settings +o) Minor updates to help files + + -- Noteworthy changes in version 8.2.15 (2016-02-24) o) Added proper support for Raspbian/ARM. Gracias to Beave/2600.net for providing a box for testing purposes.