From 67c04a443e0eb4fae78d0e1107a6a894eef61a24 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 28 Sep 2012 16:08:01 -0400 Subject: [PATCH] reorg --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0f8352401b..5eb34743f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,5 @@ git-annex (3.20120925) UNRELEASED; urgency=low - * copy: Avoid updating the location log when no copy is performed. - * Test that uuid -m works, falling back to plain uuid if not. * fsck: Now has an incremental mode. Start a new incremental fsck pass with git annex fsck --incremental. Now the fsck can be interrupted as desired, and resumed with git annex fsck --more. @@ -22,6 +20,8 @@ git-annex (3.20120925) UNRELEASED; urgency=low * The Makefile now builds with the new yesod by default. Systems like Debian that have the old yesod 1.0.1 should set GIT_ANNEX_LOCAL_FEATURES=-DWITH_OLD_YESOD + * copy: Avoid updating the location log when no copy is performed. + * configure: Test that uuid -m works, falling back to plain uuid if not. -- Joey Hess Mon, 24 Sep 2012 19:58:07 -0400