aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-12-27 00:05:48 +0100
committerGuido Günther <agx@sigxcpu.org>2010-12-27 00:05:48 +0100
commit0e98d3a3fd3ee9814cf1a3f2441ee4647abb57ea (patch)
treef077935961ab86ea28830065a5a574c7e4a3d4f0
parent5a312dbd55b829a3a9a5a9da5a66be9539afbd4c (diff)
Document changes and release 0.5.13debian/0.5.13
-rw-r--r--debian/changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1455a484..68aa1065 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+git-buildpackage (0.5.13) experimental; urgency=low
+
+ * [7e697a9] Update the repo after the first import so master matches the
+ debian branch. Thanks to Rob Browning for the testcase
+ * [83b9235] Initialize Logger.get_color{,off} so we can print errors before
+ the option parsing finished. (Closes: #608004)
+ * [b1f081a] Rewrite gbp-pq in python so we get consistent logging and
+ debugging options.
+ * [5a312db] Allow to drop numbers from patch names via --no-patch-numbers
+ so patch names remain constant when interim patches are dropped.
+ (Closes: #592129)
+
+ -- Guido Günther <agx@sigxcpu.org> Mon, 27 Dec 2010 00:05:30 +0100
+
git-buildpackage (0.5.12) experimental; urgency=low
[ Guido Günther ]