From aa858cf69cf87b907c83340599d1575a64ad5717 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Nov 10 2014 16:55:10 +0000 Subject: tag 0.76.4 --- diff --git a/certmonger.spec b/certmonger.spec index f3ff9ba..797848f 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.76.3 +Version: 0.76.4 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -239,7 +239,11 @@ exit 0 %endif %changelog +* Mon Nov 10 2014 Nalin Dahyabhai 0.76.4-1 +- fix a failure in self-tests + * Mon Nov 10 2014 Nalin Dahyabhai 0.76.3-1 +- fixes for bugs found by static analysis - handle IDN correctly when doing service location using SRV records - documentation updates diff --git a/configure.ac b/configure.ac index 7e042a7..1e09c93 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.76.3) +AC_INIT(certmonger,0.76.4) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])