summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-20 13:35:09 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-20 13:35:09 -0400
commit2f2921b8bad2a5f6ee339f058bb8cad2b305e8a1 (patch)
tree8b82da359179ac1d6d0cf620944e507b0424e328
parente84e20409921b7da8386b9a60fee3d2c963f77ef (diff)
reorder
-rw-r--r--debian/changelog8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index ed8e38973..9248df329 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,11 +7,7 @@ git-annex (5.20150410) UNRELEASED; urgency=medium
* info dir: Added information about repositories that
contain files in the specified directory.
* info: Added --bytes option.
- * Windows: Renamed start menu file to avoid loop in some versions
- of Windows where the menu file is treated as a git-annex program.
* bittorrent: Fix handling of magnet links.
- * Windows: Fixed support of remotes on other drives.
- (A reversion introduced in version 5.20150113.)
* When a key's size is unknown, still check the annex.diskreserve,
and avoid getting content if the disk is too full.
* Fix fsck --from a git remote in a local directory, and from
@@ -25,6 +21,10 @@ git-annex (5.20150410) UNRELEASED; urgency=medium
* required: New command, like wanted, but for required content.
* Removed dependency on haskell SHA library,
instead using cryptohash >= 0.11.0.
+ * Windows: Renamed start menu file to avoid loop in some versions
+ of Windows where the menu file is treated as a git-annex program.
+ * Windows: Fixed support of remotes on other drives.
+ (A reversion introduced in version 5.20150113.)
* Windows: Bundled versions of rsync, wget, ssh, and gpg from
cygwin all updated. Thanks, Yury V. Zaytsev.