summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-06-01 23:46:08 +0200
committerGuido Günther <agx@sigxcpu.org>2012-06-01 23:46:41 +0200
commit0f5e68aa69a483e3731a17e8282850ef6ef23e8e (patch)
tree0423ef8f95a853c5f8fcd19608ae89ead8ed4465
parent7f580d9da449b13b6bb3c6aaf6f35eba05a35c7e (diff)
Document changes and release 0.6.0~git20120601debian/0.6.0_git20120601
-rw-r--r--debian/changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d9f56e35..aeeb8693 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+git-buildpackage (0.6.0~git20120601) unstable; urgency=low
+
+ * Upload to unstable
+ * [a5f0d87] git-import-dsc: add --allow-unauthenticated
+ (Closes: #670623)
+ * [a116edd] Refactor deb helpers: move PristineTar class based on a patch
+ by Markus Lehtonen. This refactor is preparation to the upcoming rpm
+ support.
+ * [f52a417] git-buildpackage: add missing import so move_old_export works
+ again
+ * [16f0309] git-buildpackage overlay-mode: don't fail on files named like
+ the tarball. Instead of moving individual files around simply rename the
+ directories. This is faster and independent of the tarballs content.
+ (Closes: #675412)
+ * [7f580d9] git-buildpackage: allow to build packages from detached HEAD
+ state with --git-ignore-branch.
+ (Closes: #661598)
+
+ -- Guido Günther <agx@sigxcpu.org> Fri, 01 Jun 2012 23:44:17 +0200
+
git-buildpackage (0.6.0~git20120524) experimental; urgency=low
[ Markus Lehtonen ]