- Timestamp:
- Jun 21, 2016, 1:50:30 PM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, main, master, proxy-ticket, upstream
- Children:
- 3f0b470
- Parents:
- 8a0da86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r8a0da86 r4bc17ae 1 **TODO: 2 - Handle Unclean Shutdowns 3 - make session cache use generic apache caches 1 ** Version 0.8.0-alpha (2016-06-21) 2 - New: Support for OCSP stapling 3 - Bugfix: Access to DBM cache is locked using global mutex 4 "gnutls-cache" 5 - Bugfix: GnuTLSSessionTickets is now disabled by default as described 6 in the handbook 7 - Fixed memory leak while checking proxy backend certificate 8 - Fixed memory leaks in post_config 9 - Safely delete session ticket key (requires GnuTLS >= 3.4) 10 - Improved error handling in post_config hook 11 - Various handbook updates 12 - Unused code has been removed (conditionals for GnuTLS 2.x and Apache 13 versions before 2.2, internal Lua bytecode structure last used in 14 2011). 15 - Test suite: Fixed locking for access to the PGP keyring of the test 16 certificate authority 17 - 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. 4 26 5 27 ** Version 0.7.5 (2016-05-28)
Note: See TracChangeset
for help on using the changeset viewer.