Changeset b26a792 in mod_gnutls
- Timestamp:
- Nov 1, 2016, 8:26:04 AM (6 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
- Children:
- e1c094c
- Parents:
- b888e8b
- 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) 2 2 - New: Support for OCSP stapling 3 3 - Bugfix: Access to DBM cache is locked using global mutex … … 16 16 certificate authority 17 17 - mod_gnutls can be built using Clang (unsupported) 18 - Known Issues:19 * OCSP cache refresh stalls other requests on the virtual host and20 other vhosts that need a cache refresh at the same time. Requests21 to vhosts with a fresh response in the cache or OCSP stapling22 disabled are not affected.23 * Rate limiting for OCSP requests is not yet implemented.24 You can work around both issues using the GnuTLSOCSPResponseFile25 option.26 18 27 19 ** Version 0.7.5 (2016-05-28) -
configure.ac
rb888e8b rb26a792 1 1 dnl 2 AC_INIT(mod_gnutls, 0.8.0- alpha)2 AC_INIT(mod_gnutls, 0.8.0-beta) 3 3 OOO_CONFIG_NICE(config.nice) 4 4 MOD_GNUTLS_VERSION=AC_PACKAGE_VERSION
Note: See TracChangeset
for help on using the changeset viewer.