From 7c5e3e18b57c7310d5fb8dd2f50328e929e1712e Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Feb 11 2010 19:53:28 +0000 Subject: - get ready to call this 0.18 --- diff --git a/certmonger.spec b/certmonger.spec index 59a8fe4..d01c197 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -2,8 +2,8 @@ %{?_with_check: %global pcheck 1} Name: certmonger -Version: 0.17 -Release: 2%{?dist} +Version: 0.18 +Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client Group: System Environment/Daemons @@ -96,6 +96,13 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* Fri Feb 12 2010 Nalin Dahyabhai 0.18-1 +- update to 0.18 + - add support for using encrypted storage for keys, using PIN values + supplied directly or read from files whose names are supplied + - don't choke on NSS database locations that use the "sql:" or "dbm:" + prefix + * Mon Jan 25 2010 Nalin Dahyabhai 0.17-2 - make the D-Bus configuration file (noreplace) (#541072) - make the %%check section and the deps we have just for it conditional on diff --git a/configure.ac b/configure.ac index 52084a5..61af6d3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.17) +AC_INIT(certmonger,0.18) AM_INIT_AUTOMAKE([foreign]) AM_MAINTAINER_MODE AC_PROG_CC