summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-22 18:27:53 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-22 18:28:04 +0100
commitb02768d1fe0704c4a7e48012aeee4628c8d10afa (patch)
tree6f096a2fd66e88496b8ce2edc0d3cd19eeb3165e /debian
parent42ea26ff75759778f898fdb418e1f98edc391f35 (diff)
If dak ls, or rmadison, reports multiple versions, look for them all, and pick the newest .dsc that doesn't give 404.
(url_get can now return undef for 404)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index cd78bc1..18dc1ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
dgit (0.7) unstable; urgency=low
+ * If dak ls, or rmadison, reports multiple versions, look for them
+ all, and pick the newest .dsc that doesn't give 404.
* Manpage formatting fix.
* Name the local remote tracking branch remotes/dgit/dgit/<suite>
so that we avoid a warning from git about ambiguous branch names.
- -- Ian Jackson <ijackson@chiark.greenend.org.uk> Thu, 22 Aug 2013 18:08:25 +0100
+ --
dgit (0.6) unstable; urgency=low