From a8d53acdcf139368ca5de389690f42008614d279 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Nov 12 2015 22:24:24 +0000 Subject: tag 0.77.6 --- diff --git a/certmonger.spec b/certmonger.spec index b5ee832..ca9d852 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.77.5 +Version: 0.77.6 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -241,6 +241,11 @@ exit 0 %endif %changelog +* Thu Nov 12 2015 Nalin Dahyabhai 0.77.6-1 +- fix "getcert start-tracking"'s -L and -l options +- fix a possible uninitialized memory read (possibly #1260871) +- make self-tests more tolerant of NSS's handling of requested DSA key sizes + * Thu May 28 2015 Nalin Dahyabhai 0.77.5-1 - pass $CERTMONGER_REQ_IP_ADDRESS to enrollment helpers if the signing request includes IP address subjectAltName values diff --git a/configure.ac b/configure.ac index 798d7b7..7d08ff7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.77.5) +AC_INIT(certmonger,0.77.6) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])