From: Jude Nagurney Date: Fri, 16 Oct 2015 05:21:43 +0000 (-0400) Subject: bumping version to 0.29-1 X-Git-Tag: v0.29 X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=commitdiff_plain;h=0c21a17fd5da6021a233839bf7df84a44c3875df bumping version to 0.29-1 --- diff --git a/Makefile b/Makefile index af1432e..6f5f908 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.28 +VERSION = 0.29 RELEASE = 1 PYTHON = /usr/bin/python DIST = pwan diff --git a/certmaster.spec b/certmaster.spec index 0e68308..26c13f8 100644 --- a/certmaster.spec +++ b/certmaster.spec @@ -16,7 +16,7 @@ Summary: Remote certificate distribution framework Name: certmaster -Version: 0.28 +Version: 0.29 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPLv2+ @@ -150,6 +150,15 @@ fi %changelog + +* Fri Oct 16 2015 Jude Nagurney - 0.29-1 +- Added multi-ca support +- Added support for hashing functions other than sha1 +- added shunit2 tests + +* Thu Apr 7 2011 Seth Vidal - 0.28-1 +- 0.28 + * Wed Aug 25 2010 Seth Vidal - 0.27-1 - 0.27 diff --git a/setup.py b/setup.py index ab2eb86..205802c 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.28" +VERSION = "0.29" 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 diff --git a/test-it.sh b/test-it.sh index f251154..10c2365 100755 --- a/test-it.sh +++ b/test-it.sh @@ -2,7 +2,7 @@ /etc/init.d/certmaster stop rpm -e certmaster -rpm -i /root/certmaster.git/rpm-build/certmaster-0.28-1pwan.noarch.rpm +rpm -i /root/certmaster.git/rpm-build/certmaster-0.29-1pwan.noarch.rpm cp /etc/certmaster/certmaster.conf.rpmsave /etc/certmaster/certmaster.conf cp /etc/certmaster/minion.conf.rpmsave /etc/certmaster/minion.conf cd tests