Changeset 2a912c3 in mod_gnutls
- Timestamp:
- Oct 20, 2017, 7:58:26 AM (5 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
- Children:
- 994a5fb, f5342b1
- Parents:
- 54d07a1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r54d07a1 r2a912c3 1 ** UNRELEASED1 ** Version 0.8.3 (2017-10-20) 2 2 - Use GnuTLS' default DH parameters by default 3 3 - Handle long Server Name Indication data and gracefully ignore 4 4 unknown SNI types 5 - Send SNI for proxy connections 5 6 - Deprecate OpenPGP support like GnuTLS did (will be removed 6 7 completely in a future release) 7 - Fix documentation of SSL_CLIENT_I_DN 8 - Do not announce session ticket support for proxy connections 9 - Minor documentation updates (SSL_CLIENT_I_DN, reference for SNI) 10 - Test suite: Simplify handling of proxy backend servers and OCSP 11 responders 8 12 - Test suite: stability/compatibility fixes 9 13 -
configure.ac
r54d07a1 r2a912c3 1 dnl 2 AC_INIT(mod_gnutls, 0.8.2) 1 AC_INIT(mod_gnutls, 0.8.3) 3 2 OOO_CONFIG_NICE(config.nice) 4 3 MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION
Note: See TracChangeset
for help on using the changeset viewer.