From 251e2dafb711c0cdc687685a959bc5bd1c42918e Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Aug 28 2014 17:57:29 +0000 Subject: Tag 0.75.14 --- diff --git a/certmonger.spec b/certmonger.spec index 5ee87b4..512d164 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.75.13 +Version: 0.75.14 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -236,6 +236,11 @@ exit 0 %endif %changelog +* Thu Aug 28 2014 Nalin Dahyabhai 0.75.14-1 +- make pathname canonicalization slightly smarter, to handle ".." in + locations +- updates to self-tests + * Thu Aug 21 2014 Kevin Fenzi - 0.75.13-2 - Rebuild for rpm bug 1131960 diff --git a/configure.ac b/configure.ac index b40981a..556ee60 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.75.13) +AC_INIT(certmonger,0.75.14) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])