From 3324b6eb2b08c552f65f529e549d8fce0afdee0d Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 1 Oct 2015 14:14:11 -0400 Subject: Update ChangeLog, fix frees, build Apache 2.2, autoconf --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 03b2f3b..3d68334 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2015-10-01 Rob Crittenden + * Add compatibility for Apache 2.2 and older versions of NSS. + Tested on RHEL 6.5. + * Replace some PR_Free calls with more correct PORT_Free. + * Initialize session_tickets as FALSE instead of UNSET. + * Modernize the autotools configuration, generate config.h + * Get the version from config.h to get the proper mod_nss version + for reporting at runtime. It previously displayed the version + of Apache where the mod_nss version should have gone. + 2015-09-25 Rob Crittenden * Add support for SNI * Display hints if there are issues initializing NSS -- cgit