From ff1e6fcd35d867fd950bf45789c7afe63a3302d8 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: May 27 2010 22:24:53 +0000 Subject: - tag 0.23 --- diff --git a/certmonger.spec b/certmonger.spec index 657b1dc..8c745bb 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -2,7 +2,7 @@ %{?_with_check: %global pcheck 1} Name: certmonger -Version: 0.22 +Version: 0.23 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -100,6 +100,13 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* Thu May 27 2010 Nalin Dahyabhai 0.23-1 +- update to 0.23 + - new translations + - pl by Piotr Drąg! + - cancel daemon startup if we can't gain ownership of our well-known + service name on the DBus (#596719) + * Fri May 14 2010 Nalin Dahyabhai 0.22-1 - update to 0.22 - new translations diff --git a/configure.ac b/configure.ac index 734863b..89d2779 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.22) +AC_INIT(certmonger,0.23) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE