bumping version to 0.29-1 master v0.29
authorJude Nagurney <jude@pwan.org>
Fri, 16 Oct 2015 05:21:43 +0000 (01:21 -0400)
committerJude Nagurney <jude@pwan.org>
Fri, 16 Oct 2015 05:21:43 +0000 (01:21 -0400)
Makefile
certmaster.spec
setup.py
test-it.sh

index af1432e..6f5f908 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION                = 0.28
+VERSION                = 0.29
 RELEASE                = 1
 PYTHON         = /usr/bin/python
 DIST            = pwan
index 0e68308..26c13f8 100644 (file)
@@ -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 <jude@pwan.org> - 0.29-1
+- Added multi-ca support
+- Added support for hashing functions other than sha1
+- added shunit2 tests
+
+* Thu Apr 7 2011 Seth Vidal <skvidal@fedoraproject.org> - 0.28-1
+- 0.28
+
 * Wed Aug 25 2010 Seth Vidal <skvidal at fedoraproject.org> - 0.27-1
 - 0.27
 
index ab2eb86..205802c 100644 (file)
--- 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
index f251154..10c2365 100755 (executable)
@@ -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