From: Seth Vidal Date: Mon, 20 Sep 2010 18:39:44 +0000 (-0400) Subject: jump to 0.27 X-Git-Tag: v0.28~6 X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=commitdiff_plain;h=3553e2a88d6b77f7932cb3814306415536f7df80 jump to 0.27 --- diff --git a/certmaster.spec b/certmaster.spec index c3ad279..42656ee 100644 --- a/certmaster.spec +++ b/certmaster.spec @@ -16,7 +16,7 @@ Summary: Remote certificate distribution framework Name: certmaster -Version: 0.25 +Version: 0.27 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPLv2+ @@ -150,6 +150,9 @@ fi %changelog +* Wed Aug 25 2010 Seth Vidal - 0.27-1 +- 0.27 + * Thu Jun 11 2009 Adrian Likins - 0.25-1 - add /etc/certmaster/func diff --git a/setup.py b/setup.py index cb50b7a..10618f0 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup #from setuptools import setup,find_packages NAME = "certmaster" -VERSION = "0.25" +VERSION = "0.27" SHORT_DESC = "%s remote configuration and management api" % NAME LONG_DESC = """ A small pluggable xml-rpc daemon used by %s to implement various web services hooks