Changeset b26a792 in mod_gnutls


Ignore:
Timestamp:
Nov 1, 2016, 8:26:04 AM (6 years ago)
Author:
Thomas Klute <thomas2.klute@…>
Branches:
asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
Children:
e1c094c
Parents:
b888e8b
Message:

Beta release version 0.8.0-beta

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    rb888e8b rb26a792  
    1 ** Version 0.8.0-alpha (2016-06-21)
     1** Version 0.8.0-beta (2016-11-01)
    22- New: Support for OCSP stapling
    33- Bugfix: Access to DBM cache is locked using global mutex
     
    1616  certificate authority
    1717- mod_gnutls can be built using Clang (unsupported)
    18 - Known Issues:
    19   * OCSP cache refresh stalls other requests on the virtual host and
    20     other vhosts that need a cache refresh at the same time. Requests
    21     to vhosts with a fresh response in the cache or OCSP stapling
    22     disabled are not affected.
    23   * Rate limiting for OCSP requests is not yet implemented.
    24   You can work around both issues using the GnuTLSOCSPResponseFile
    25   option.
    2618
    2719** Version 0.7.5 (2016-05-28)
  • configure.ac

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