diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2014-10-16 Rob Crittenden <rcritten@redhat.com + * Add support for enabling TLS v1.2 + * Don't enable SSL 3 by default (CVE-2014-3566) + * Improve protocol testing + 2014-02-20 Rob Crittenden <rcritten@redhat.com * Sync with Fedora builds which were basicaly the defacto upstream. * Add nss_pcache man page diff --git a/Makefile.am b/Makefile.am index 5a94c2f..986048d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -VERSION = 1.0.9 +VERSION = 1.0.10 ## This is the shared library to be built lib_LTLIBRARIES = libmodnss.la |