summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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)