--- ircd-hybrid/trunk/NEWS 2016/02/24 12:40:19 7366 +++ ircd-hybrid/trunk/NEWS 2016/04/21 18:11:36 7546 @@ -1,3 +1,22 @@ +####################################################################### +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.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.