diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-11 12:20:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-11 12:21:18 -0400 |
commit | 129f6123fe933310829986fd5a99a9fd6911ca0f (patch) | |
tree | 2d8b172e0cfa7fc5aa36b8347bc79c5501c01524 /debian | |
parent | a5a3cd55ac2bab656824e48d29ead8382c583b01 (diff) |
Build with ghc's threaded runtime, so threaded code does not busy-wait.
Sort of a work around for http://bugs.debian.org/677096
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4ea0f46ac..fcf8be9a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ git-annex (3.20120612) 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. + * Build with ghc's threaded runtime, so threaded code does not busy-wait. -- Joey Hess <joeyh@debian.org> Tue, 05 Jun 2012 20:25:51 -0400 |