| 1 |
+ |
-- Noteworthy changes in version 8.2.15 (2016-02-24) |
| 2 |
+ |
o) Added proper support for Raspbian/ARM. Gracias to Beave/2600.net |
| 3 |
+ |
for providing a box for testing purposes. |
| 4 |
+ |
o) Fixed an assert with empty user = "" directives in auth {} blocks |
| 5 |
+ |
o) "STATS z" now shows allocated listeners |
| 6 |
+ |
o) Fixed bug where 'can_flood' auth {} flags did not work on channels |
| 7 |
+ |
|
| 8 |
+ |
|
| 9 |
+ |
-- Noteworthy changes in version 8.2.14 (2016-02-09) |
| 10 |
+ |
o) Fixed server clustering |
| 11 |
+ |
o) Major cleanups to the configuration subsystem |
| 12 |
+ |
o) Improvements to libGeoIP support: |
| 13 |
+ |
- Works now with IPv6 addresses |
| 14 |
+ |
- Added 'libgeoip_database_options', 'libgeoip_ipv4_database_file', |
| 15 |
+ |
and 'libgeoip_ipv6_database_file' configuration directives to the |
| 16 |
+ |
serverinfo {} block |
| 17 |
+ |
o) Further improvements to GnuTLS support |
| 18 |
+ |
|
| 19 |
+ |
|
| 20 |
|
-- Noteworthy changes in version 8.2.13 (2016-02-02) |
| 21 |
|
o) Implemented support for GnuTLS. Currently ./configure's autodetection |
| 22 |
|
intentionally prefers OpenSSL over GnuTLS, so OpenSSL detection needs |