From 84de7eed41e75fe55627d19d427a2d3ba5e7ec8b Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Aug 18 2014 14:00:29 +0000 Subject: Tag 0.75.12 --- diff --git a/certmonger.spec b/certmonger.spec index d5f0015..cb27812 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.75.11 +Version: 0.75.12 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -234,6 +234,11 @@ exit 0 %endif %changelog +* 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) + * Tue Aug 12 2014 Nalin Dahyabhai 0.75.11-1 - when getcert is passed a -a flag, to indicate that CA root certificates should be stored in the specified database, don't ignore locations which diff --git a/configure.ac b/configure.ac index ad4980c..f156e7c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.75.11) +AC_INIT(certmonger,0.75.12) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])