diff options
author | Rob Crittenden <rcritten@redhat.com> | 2015-10-01 14:14:11 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2015-10-02 16:51:56 -0400 |
commit | 3324b6eb2b08c552f65f529e549d8fce0afdee0d (patch) | |
tree | 33b9822a66be791ba31a36e8234645d72f2c2903 | |
parent | d536eae8b69e500a9d20954c102e05d7ba676566 (diff) | |
download | mod_nss-3324b6eb2b08c552f65f529e549d8fce0afdee0d.tar.gz mod_nss-3324b6eb2b08c552f65f529e549d8fce0afdee0d.tar.xz mod_nss-3324b6eb2b08c552f65f529e549d8fce0afdee0d.zip |
Update ChangeLog, fix frees, build Apache 2.2, autoconf
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2015-10-01 Rob Crittenden <rcritten@redhat.com> + * 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 <rcritten@redhat.com> * Add support for SNI * Display hints if there are issues initializing NSS |