From 55ce102319ee2673ca055d8596cfa140befaaa85 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Aug 05 2014 19:13:55 +0000 Subject: Tag 0.75.10 --- diff --git a/certmonger.spec b/certmonger.spec index 76e6634..3cd9fd1 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -25,7 +25,7 @@ %endif Name: certmonger -Version: 0.75.9 +Version: 0.75.10 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -234,6 +234,11 @@ exit 0 %endif %changelog +* Tue Aug 5 2014 Nalin Dahyabhai 0.75.10-1 +- when attempting to contact an IPA LDAP server, if no "ldap_uri" is set in + default.conf, and no "host" is set either, try to construct the server URI + using the "server" setting (#1126985) + * Thu Jul 31 2014 Nalin Dahyabhai 0.75.9-1 - avoid potential use-after-free after a CA is removed dynamically (thanks to Keenan Brock) (#1125342) diff --git a/configure.ac b/configure.ac index 06e8ace..fbdc8fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.75.9) +AC_INIT(certmonger,0.75.10) AM_INIT_AUTOMAKE([foreign subdir-objects]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])