summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-02-16 15:07:59 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-02-16 15:07:59 -0400
commitaeaaa0ff87e22c3a5b4c9657544224c9db006cde (patch)
treec0730c7d8489a8fa19b64f235f3c93c16781c3ca
parentd05550e8039dc38b6c83c88aef7da8a593b7c5aa (diff)
reorder
-rw-r--r--debian/changelog32
1 files changed, 16 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog
index 9ca875217..24f40fddc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,10 @@
git-annex (3.20120124) UNRELEASED; urgency=low
+ * Modifications to support ghc 7.4's handling of filenames.
+ This version can only be built with ghc 7.4 or newer. See the ghc7.0
+ branch for older ghcs.
+ * S3: Fix irrefutable pattern failure when accessing encrypted S3
+ credentials.
* Use the haskell IfElse library.
* Avoid repeated location log commits when a remote is receiving files.
Done by adding a oneshot mode, in which location log changes are
@@ -7,28 +12,23 @@ git-annex (3.20120124) UNRELEASED; urgency=low
git-annex's existing ability to recover in this situation. This is
used by git-annex-shell and other places where changes are made to
a remote's location log.
- * Modifications to support ghc 7.4's handling of filenames.
- This version can only be built with ghc 7.4 or newer. See the ghc7.0
- branch for older ghcs.
- * S3: Fix irrefutable pattern failure when accessing encrypted S3
- credentials.
- * addurl: Added a --file option, which can be used to specify what
- file the url is added to. This can be used to override the default
- filename that is used when adding an url, which is based on the url.
- Or, when the file already exists, the url is recorded as another
- location of the file.
- * addurl: Normalize badly encoded urls.
* Fix teardown of stale cached ssh connections.
- * When checking that an url has a key, verify that the Content-Length,
- if available, matches the size of the key.
- * addurl --fast: Verifies that the url can be downloaded (only getting
- its head), and records the size in the key.
* Fixed to use the strict state monad, to avoid leaking all kinds of memory
due to lazy state update thunks when adding/fixing many files.
* Fixed some memory leaks that occurred when committing journal files.
- * whereis: Prints the urls of files that the web special remote knows about.
* Added a annex.queuesize setting, useful when adding hundreds of thousands
of files on a system with plenty of memory.
+ * whereis: Prints the urls of files that the web special remote knows about.
+ * addurl --fast: Verifies that the url can be downloaded (only getting
+ its head), and records the size in the key.
+ * When checking that an url has a key, verify that the Content-Length,
+ if available, matches the size of the key.
+ * addurl: Added a --file option, which can be used to specify what
+ file the url is added to. This can be used to override the default
+ filename that is used when adding an url, which is based on the url.
+ Or, when the file already exists, the url is recorded as another
+ location of the file.
+ * addurl: Normalize badly encoded urls.
* addurl: Add --pathdepth option.
-- Joey Hess <joeyh@debian.org> Tue, 24 Jan 2012 16:21:55 -0400