diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-28 16:08:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-28 16:08:01 -0400 |
commit | 17a1487e4110b3c7e91919e64c08790ae0cca560 (patch) | |
tree | 4139ae76ee6c880826ac6806cf46dc24fb9ca2b1 /debian | |
parent | 806b699ce5cc5761b35392cb034620f3d97f7bee (diff) |
reorg
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 0f8352401..5eb34743f 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 <joeyh@debian.org> Mon, 24 Sep 2012 19:58:07 -0400 |