Changeset 677754f in mod_gnutls


Ignore:
Timestamp:
Dec 11, 2016, 5:13:25 PM (6 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
Children:
5ac4bbe, d8afa3e
Parents:
c22af3a
Message:

Release version 0.8.0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    rc22af3a r677754f  
    1 ** Version 0.8.0-beta (2016-11-01)
     1** Version 0.8.0 (2016-12-11)
    22- New: Support for OCSP stapling
    33- Bugfix: Access to DBM cache is locked using global mutex
     
    1010- Improved error handling in post_config hook
    1111- Various handbook updates
     12- Internal API documentation can be generated using Doxygen
    1213- Unused code has been removed (conditionals for GnuTLS 2.x and Apache
    1314  versions before 2.2, internal Lua bytecode structure last used in
  • configure.ac

    rc22af3a r677754f  
    11dnl
    2 AC_INIT(mod_gnutls, 0.8.0-beta)
     2AC_INIT(mod_gnutls, 0.8.0)
    33OOO_CONFIG_NICE(config.nice)
    44MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION
Note: See TracChangeset for help on using the changeset viewer.