From 2a248fd3170ee684e6e0d6fe93516c4cd02f3b04 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Nov 12 2015 22:52:50 +0000 Subject: tag 0.78.5 --- diff --git a/certmonger.spec b/certmonger.spec index 2850554..1038ec0 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.78.4 +Version: 0.78.5 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -242,6 +242,10 @@ exit 0 %endif %changelog +* Thu Nov 12 2015 Nalin Dahyabhai 0.78.5-1 +- fix a possible uninitialized memory read (possibly #1260871) +- log a diagnostic error when we fail to initialize libkrb5 + * Tue Aug 4 2015 Nalin Dahyabhai 0.78.4-1 - fix the "getcert start-tracking" -L and -l options (#1249753) - output diagnostics about the second request when scep-submit encounters an diff --git a/configure.ac b/configure.ac index 986169b..91e71f0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.78.4) +AC_INIT(certmonger,0.78.5) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])