summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4109a14..fcf7ca6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+* Dennis Gilmore <dennis@ausil.us> - 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 <dennis@ausil.us> - 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)