summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
-rw-r--r--configure.ac2
-rw-r--r--fedora-packager.spec12
3 files changed, 24 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 407e02d..2ba61ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+* Wed Feb 23 2011 Jesse Keating <jkeating@redhat.com> - 0.5.6.0-1
+- Fix improper use of strip() (jkeating)
+- Improve the way we detect branch data (jkeating)
+- Leave a hint about things to remove later (jkeating)
+- Fix clone to work with old/new branch styles (jkeating)
+- Add new and old support to switch_branches (jkeating)
+- Update the regexes used for finding branches (jkeating)
+- Clarify and make more exact the branch regex (jkeating)
+- Don't use temporary editor files for spec (#677121) (jkeating)
+- fedpkg requires rpm-build (#676973) (jkeating)
+- Don't error out just from stderr from rpm (jkeating)
+
* Wed Feb 09 2011 Jesse Keating <jkeating@redhat.com> - 0.5.5.0-1
- rearrnage import and drop hints about why (jkeating)
- Move some module imports to command runtime (hun)
diff --git a/configure.ac b/configure.ac
index 47ba1c6..c767866 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([fedora-packager], [0.5.5.0])
+AC_INIT([fedora-packager], [0.5.6.0])
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
AM_PATH_PYTHON(,, [:])
AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
diff --git a/fedora-packager.spec b/fedora-packager.spec
index 27621e3..fd28dfe 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -3,7 +3,7 @@
%endif
Name: fedora-packager
-Version: 0.5.5.0
+Version: 0.5.6.0
Release: 1%{?dist}
Summary: Tools for setting up a fedora maintainer environment
@@ -96,6 +96,16 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Feb 23 2011 Jesse Keating <jkeating@redhat.com> - 0.5.6.0-1
+- Fix improper use of strip() (jkeating)
+- Improve the way we detect branch data (jkeating)
+- Fix clone to work with old/new branch styles (jkeating)
+- Add new and old support to switch_branches (jkeating)
+- Update the regexes used for finding branches (jkeating)
+- Don't use temporary editor files for spec (#677121) (jkeating)
+- fedpkg requires rpm-build (#676973) (jkeating)
+- Don't error out just from stderr from rpm (jkeating)
+
* Wed Feb 09 2011 Jesse Keating <jkeating@redhat.com> - 0.5.5.0-1
- Re-add 'lint' command hookup into argparse magic (hun)
- Catch errors parsing spec to get name. (#676383) (jkeating)