From b02daf3d665a584ea3cebea08fa75f726a8a7318 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 28 Jul 2009 17:05:54 -0500 Subject: bump to 0.3.6 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4109a14..fcf7ca6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +* Dennis Gilmore - 0.3.6 +- default to annonymous checkout when there is no user cert RH BZ#514108 +- quote the passed arcuments to rpmbuild to make sure args get passed +correctly RH BZ#513269 * Dennis Gilmore - 0.3.5 - script for doing svn checkouts - add rpmbuild-md5 diff --git a/configure.ac b/configure.ac index 30cb903..bd2688b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([fedora-packager], [0.3.5]) +AC_INIT([fedora-packager], [0.3.6]) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) AC_PATH_PROGS(PYTHON, python) AC_PATH_PROGS(BASH, sh bash) -- cgit