summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-17 18:10:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-17 18:10:57 -0400
commit66344a3613cf12720585f9afa98d2422b699b9c8 (patch)
tree41a91d501b0be69dd20854df21c37a95ef5fb721 /debian/changelog
parent123766963e5fc2c073298c8b598334001075dfe3 (diff)
Enable diskfree on kfreebsd, using statvfs.
Could not reproduce the build failure I had seen related to this, but the numbers were wrong with statfs64. Probably pulling from the wrong place in the structure. statvfs seems to work..
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 366854156..9a47447ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ git-annex (3.20120616) UNRELEASED; urgency=low
* watch: New subcommand, which uses inotify to watch for changes to
files and automatically annexes new files, etc, so you don't need
to manually run git commands when manipulating files.
+ * Enable diskfree on kfreebsd, using statvfs.
-- Joey Hess <joeyh@debian.org> Tue, 12 Jun 2012 11:35:59 -0400