Changeset 71cac80 in mod_gnutls
- Timestamp:
- Oct 18, 2015, 1:33:11 PM (7 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 83b3901, 89f863f
- Parents:
- fc8e463b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rfc8e463b r71cac80 2 2 - Handle Unclean Shutdowns 3 3 - make session cache use generic apache caches 4 5 ** Version 0.7.1 (2015-10-18) 6 - Improved handling of PKCS #11 modules: mod_gnutls now loads either 7 modules specified using GnuTLSP11Module, or the system defaults, but 8 not both. Thanks to Nikos Mavrogiannopoulos for the report and 9 initial patch! 10 - Initialize variables to safe defaults during client certificate 11 verification. Certain error code paths did not set them, but they 12 should never be hit due to config validation. This adds another line 13 of defense. 14 - Enable C99 support via autoconf 15 - Test suite improvements. Most importantly, automake now handles 16 environment setup without any external make calls. Rules to build 17 the certificates are included from the old test makefile. Note that 18 the dependency on GNU make is not new (the test makefile always used 19 GNU make syntax), it just wasn't listed explicitly. 4 20 5 21 ** Version 0.7 (2015-07-12) -
configure.ac
rfc8e463b r71cac80 1 1 dnl 2 AC_INIT(mod_gnutls, 0.7 )2 AC_INIT(mod_gnutls, 0.7.1) 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.