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 9096 by michael, Wed Dec 25 15:53:01 2019 UTC vs.
Revision 9196 by michael, Tue Jan 21 17:48:20 2020 UTC

# Line 1 | Line 1
1   -- Noteworthy changes in version 8.2.27 (2019-??-??)
2 + o) Experimental support for wolfSSL has been implemented. Minimum supported version is 4.3.0
3 + o) The --enable-openssl, --enable-gnutls switches, and their disabling counterparts
4 +   --disable-openssl and --disable-gnutls, have been replaced with the --with-tls switch
5 +   which takes one of the following options: 'openssl', 'wolfssl', 'gnutls', and 'none'.
6 +   If nothing has been specified, configure tries to autodetect in the following order:
7 +   openssl/libressl -> gnutls -> wolfssl.
8   o) Fixed segfault with GnuTLS/libgmp in case there's no DH parameters file
9     defined in 'serverinfo::ssl_dh_param_file' or if that file is missing
10   o) The connection timeout for connect{} blocks can now be configured via
11     the 'connect::timeout' configuration directive
12 + o) Minimum supported OpenSSL version is 1.1.1 now
13 + o) Minimum supported GnuTLS version is 3.6.5 now
14 + o) Supported TLSv1.3 cipher suites can now be configured explicitely via the
15 +   new 'serverinfo::tls_cipher_suites' configuration directive
16 + o) In the serverinfo {} block, the following configuration directives have been renamed:
17 +     ssl_certificate_file -> tls_certificate_file
18 +     ssl_dh_param_file -> tls_dh_param_file
19 +     ssl_dh_elliptic_curve -> tls_supported_groups
20 +     ssl_cipher_list -> tls_cipher_list
21 +     ssl_message_digest_algorithm -> tls_message_digest_algorithm
22 + o) In the operator {} block, the following configuration directives have been renamed:
23 +     ssl_certificate_fingerprint -> tls_certificate_fingerprint
24 +     ssl_connection_required -> tls_connection_required
25 + o) In the connect {} block, the following configuration directives have been renamed:
26 +     ssl_cipher_list -> tls_cipher_list
27 +     ssl_certificate_fingerprint -> tls_certificate_fingerprint
28  
29  
30   -- Noteworthy changes in version 8.2.26 (2019-05-31)
# Line 171 | Line 193 | o) Far client exit notices (+F) now show
193   o) Made idle time look nicer in "STATS v|p" by using a formatted time string
194   o) 'general::ts_warn_delta', and 'general::ts_max_delta' can be set to 0 now
195   o) Several code cleanups and optimizations. Improved documentation
196 + o) For a full list of all changes in this release, see https://git.io/JvLtj
197  
198  
199   -- Noteworthy changes in version 8.2.11 (2015-11-19)
200   o) Implemented IRCv3.2 invite-notify extension
201   o) Implemented IRCv3.2 chghost extension
202   o) Added channel::invite_delay_channel configuration option
203 + o) For a full list of all changes in this release, see https://git.io/JvLqe
204  
205  
206   -- Noteworthy changes in version 8.2.10 (2015-11-06)
# Line 195 | Line 219 | o) RSA keys with less than 2048 bits are
219     to the DH param file
220   o) Added missing irc-operator privilege flags to /stats o. For a full list
221     of flags see doc/reference.conf
222 + o) For a full list of all changes in this release, see https://git.io/JvLqJ
223  
224  
225   -- Noteworthy changes in version 8.2.9 (2015-09-13)
# Line 226 | Line 251 | o) Added 'resv', and 'unresv' irc-operat
251     privileges.
252   o) Added 'close' to irc-operator flags
253   o) ircd is using ISO 8601 date and time notation in most places now
254 + o) For a full list of all changes in this release, see https://git.io/JvLqI
255  
256  
257   -- Noteworthy changes in version 8.2.8 (2015-05-10)
# Line 244 | Line 270 | o) Fixed bug where a REHASH would clear
270   o) Fixed broken temporary remote XLINEs
271   o) The 'general::havent_read_conf' configuration directive has been removed
272   o) Various code cleanups
273 + o) For a full list of all changes in this release, see https://git.io/JvLqq
274  
275  
276   -- Noteworthy changes in version 8.2.7 (2015-04-05)

Diff Legend

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