aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-10-24 21:34:00 +0200
committerGuido Günther <agx@sigxcpu.org>2009-10-24 21:35:42 +0200
commite58395ab449219202d9b5aeb530dec39e9dfa0af (patch)
tree4a3e3fd43121ab78fdf9b72e1331b47bc0239f7c
parent189ff522caa3179aa282738fc084e9dcf71c4ddc (diff)
document changes and release 0.4.59debian/0.4.59
-rw-r--r--debian/changelog21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 368b528..fd4c92b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+git-buildpackage (0.4.59) unstable; urgency=low
+
+ * new tools:
+ * [9ccbcd2] add examples/gbp-pull. Addresses another part of #540185.
+ * git-buildpackage:
+ * [38fcab2] add --git-retag (Closes: #521329)
+ * git-import-orig:
+ * [ee3209c] Drop superfluous argument. Fixes TypeError on merge failures.
+ (Closes: #549885)
+ * examples/gbp-clone:
+ * [1d8fb9d] gbp-clone: import Command too. Fixes "--verbose".
+ * gbp module:
+ * [db7cbab] add GitFetch
+ * [6f03267] add GitRepository.get_merge_branch()
+ * [b543f67] add GitRepository.is_fast_forward()
+ * [5bf8201] move FastImport into gbp/git.py
+ * docs:
+ * [189ff52] fix link to "homepage"
+
+ -- Guido Günther <agx@sigxcpu.org> Sat, 24 Oct 2009 21:31:08 +0200
+
git-buildpackage (0.4.58) unstable; urgency=low
* [78bcf5e] catch config file parse errors (Closes: #545690)