Changeset 2a912c3 in mod_gnutls


Ignore:
Timestamp:
Oct 20, 2017, 7:58:26 AM (5 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
Children:
994a5fb, f5342b1
Parents:
54d07a1
Message:

Release version 0.8.3

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r54d07a1 r2a912c3  
    1 ** UNRELEASED
     1** Version 0.8.3 (2017-10-20)
    22- Use GnuTLS' default DH parameters by default
    33- Handle long Server Name Indication data and gracefully ignore
    44  unknown SNI types
     5- Send SNI for proxy connections
    56- Deprecate OpenPGP support like GnuTLS did (will be removed
    67  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
    812- Test suite: stability/compatibility fixes
    913
  • configure.ac

    r54d07a1 r2a912c3  
    1 dnl
    2 AC_INIT(mod_gnutls, 0.8.2)
     1AC_INIT(mod_gnutls, 0.8.3)
    32OOO_CONFIG_NICE(config.nice)
    43MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION
Note: See TracChangeset for help on using the changeset viewer.