summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-04-11 15:10:19 -0400
committerJoey Hess <joey@kitenet.net>2014-04-11 15:10:19 -0400
commit91fa570aad2dbf2c0a61135c9a978f157617ba03 (patch)
tree3934aad0b39d2fb8377645f02648044742466cea
parentbdb81af880fdbb2cefdc7ff256768a4d57c0a131 (diff)
-rw-r--r--debian/changelog8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index bd82732131..0c0bfafdba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,16 @@
-git-annex (5.20140411) unstable; urgency=medium
+git-annex (5.20140411) unstable; urgency=high
* importfeed: Filename template can now contain an itempubdate variable.
Needs feed 0.3.9.2.
- * Remove wget from OSX dmg, due to issues with cert paths that broke
- git-annex automatic upgrading. Instead, curl is used, unless the
- OSX system has wget installed, which will then be used.
* Fix rsync progress parsing in locales that use comma in number display.
Closes: #744148
* assistant: Fix high CPU usage triggered when a monthly fsck is scheduled,
and the last time the job ran was a day of the month > 12. This caused a
runaway loop. Thanks to Anarcat for his assistance, and to Maximiliano
Curia for identifying the cause of this bug.
+ * Remove wget from OSX dmg, due to issues with cert paths that broke
+ git-annex automatic upgrading. Instead, curl is used, unless the
+ OSX system has wget installed, which will then be used.
-- Joey Hess <joeyh@debian.org> Fri, 11 Apr 2014 14:59:49 -0400