summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2011-02-23 09:29:40 -0700
committerJesse Keating <jkeating@redhat.com>2011-02-23 09:29:40 -0700
commit47b3cebd9ef1027929f9e0ba6366d9dc1ddcdd84 (patch)
tree1d382f4d38e36bc200353168a783c7648aa03451 /ChangeLog
parent6d4334e325f67586d97cb861ed18484286150eaf (diff)
downloadfedora-packager-47b3cebd9ef1027929f9e0ba6366d9dc1ddcdd84.tar.gz
fedora-packager-47b3cebd9ef1027929f9e0ba6366d9dc1ddcdd84.tar.xz
fedora-packager-47b3cebd9ef1027929f9e0ba6366d9dc1ddcdd84.zip
Prep for release of 0.5.6.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 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)