From 0ed42b65b0485ff6acb4a3e13302358ac2c8e242 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Aug 18 2014 15:24:36 +0000 Subject: Tag 0.75.13 --- diff --git a/certmonger.spec b/certmonger.spec index cb27812..40a0a51 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.75.12 +Version: 0.75.13 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -234,10 +234,13 @@ exit 0 %endif %changelog +* Mon Aug 18 2014 Nalin Dahyabhai 0.75.13-1 +- add a missing test case file (whoops) + * Mon Aug 18 2014 Nalin Dahyabhai 0.75.12-1 -- correct encoding/decoding of variant-typed data which we receive and - send as part of the org.freedesktop.DBus.Properties interface over the - bus, and add some tests for them (based on patch from David Kupka) +- correct encoding/decoding of variant-typed data which we receive and send + as part of the org.freedesktop.DBus.Properties interface over the bus, and + add some tests for them (based on patch from David Kupka, ticket #36) * Tue Aug 12 2014 Nalin Dahyabhai 0.75.11-1 - when getcert is passed a -a flag, to indicate that CA root certificates diff --git a/configure.ac b/configure.ac index f156e7c..b40981a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.75.12) +AC_INIT(certmonger,0.75.13) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])