diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-20 14:09:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-20 14:09:50 -0400 |
commit | dcd8970a8feae8b699922f5bd1d69d698f0b0c4f (patch) | |
tree | 91611f3be0672b9ec06eb6532fcce96deb17ec2f /debian | |
parent | 751258da057d5dc83ea312d3547bf0f7a098af63 (diff) |
run the test suite twice, once in direct mode
On a filesystem that only supports direct mode, it will test
direct mode twice, but oh well.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c302f55b5..91265bef4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,9 +12,10 @@ git-annex (4.20130517) UNRELEASED; urgency=low failing to link -lHSrts_thr * Temporarily build without webapp on kfreebsd-i386, until yesod is installable there again. - * direct mode bug fix: After a conflicted merge was automatically resolved, + * Direct mode bug fix: After a conflicted merge was automatically resolved, the content of a file that was already present could incorrectly be replaced with a symlink. + * Direct mode is now fully tested by the test suite. -- Joey Hess <joeyh@debian.org> Fri, 17 May 2013 11:17:03 -0400 |