From b2051d75e384bd86a0c322eb05e3c06282f95de4 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jun 21 2015 05:55:11 +0000 Subject: Tag 0.78.1 --- diff --git a/certmonger.spec b/certmonger.spec index c69c523..ef09c61 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.78 +Version: 0.78.1 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -241,6 +241,10 @@ exit 0 %endif %changelog +* Sun Jun 21 2015 Nalin Dahyabhai 0.78.1-1 +- self-tests: assume that certutil won't generate DSA keys with more than 1024 + bits, and will often short us by a few + * Sat Jun 20 2015 Nalin Dahyabhai 0.78-1 - switch to using popt for parsing command line arguments, continuing to use old help text for now so that we can catch up with translations (print @@ -259,9 +263,9 @@ exit 0 returns a success code rather than just queuing the request (#12 again) - ipa-submit: pass requested profile names to the server as an argument named "profile_id"; if the server gives us an "unrecognized argument" - error, retry without it for compatibility's sake + error, retry without it for compatibility's sake (part of IPA ticket #57) - keygen: fix a possible crash if keygen fails to return a key from NSS -- correct the certmonger(8) man page's description of the -c flag, whic it +- correct the certmonger(8) man page's description of the -c flag, which it used to call the -C flag - add logic for setting ownership and permissions on certificates and keys when saving them to disk diff --git a/configure.ac b/configure.ac index 8121806..6bdb26b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.78) +AC_INIT(certmonger,0.78.1) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])