diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-17 10:50:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-17 10:50:02 -0400 |
commit | edcf28915288eec6558d49efe272808ede8a6d05 (patch) | |
tree | 65ea4fd30c13f6ca306cf4a4b96cce5dc9b644ce /doc | |
parent | d0551da4b990c865f8f59ec1dd0854ab0a87388e (diff) |
add news item for git-annex 5.20140817
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news/version_5.20140606.mdwn | 14 | ||||
-rw-r--r-- | doc/news/version_5.20140817.mdwn | 42 |
2 files changed, 42 insertions, 14 deletions
diff --git a/doc/news/version_5.20140606.mdwn b/doc/news/version_5.20140606.mdwn deleted file mode 100644 index d7f26b86f..000000000 --- a/doc/news/version_5.20140606.mdwn +++ /dev/null @@ -1,14 +0,0 @@ -git-annex 5.20140606 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * webapp: When adding a new local repository, fix bug that caused its - group and preferred content to be set in the current repository, - even when not combining. - * webapp: Avoid stomping on existing description, group and - preferred content settings when enabling or combining with - an already existing remote. - * assistant: Make sanity checker tmp dir cleanup code more robust. - * unused: Avoid checking view branches for unused files. - * webapp: Include ssh port in mangled hostname. - * Windows: Fix bug introduced in last release that caused files - in the git-annex branch to have lines teminated with \r. - * Windows: Fix retrieving of files from local bare git repositories."""]]
\ No newline at end of file diff --git a/doc/news/version_5.20140817.mdwn b/doc/news/version_5.20140817.mdwn new file mode 100644 index 000000000..82e44eb57 --- /dev/null +++ b/doc/news/version_5.20140817.mdwn @@ -0,0 +1,42 @@ +git-annex 5.20140817 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * New chunk= option to chunk files stored in special remotes. + Supported by: directory, S3, webdav, gcrypt, rsync, and all external + and hook special remotes. + * Partially transferred files are automatically resumed when using + chunked remotes! + * The old chunksize= option is deprecated. Do not use for new remotes. + * Legacy code for directory remotes using the old chunksize= option + will keep them working, but more slowly than before. + * webapp: Automatically install Konqueror integration scripts + to get and drop files. + * repair: Removing bad objects could leave fsck finding no more + unreachable objects, but some branches no longer accessible. + Fix this, including support for fixing up repositories that + were incompletely repaired before. + * Fix cost calculation for non-encrypted remotes. + * Display exception message when a transfer fails due to an exception. + * WebDAV: Sped up by avoiding making multiple http connections + when storing a file. + * WebDAV: Avoid buffering whole file in memory when uploading and + downloading. + * WebDAV: Dropped support for DAV before 1.0. + * testremote: New command to test uploads/downloads to a remote. + * Dropping an object from a bup special remote now deletes the git branch + for the object, although of course the object's content cannot be deleted + due to the nature of bup. + * unlock: Better error handling; continue past files that are not available + or cannot be unlocked due to disk space, and try all specified files. + * Windows: Now uses actual inode equivilants in new direct mode + repositories, for safer detection of eg, renaming of files with the same + size and mtime. + * direct: Fix ugly warning messages. + * WORM backend: When adding a file in a subdirectory, avoid including the + subdirectory in the key name. + * S3, Glacier, WebDAV: Fix bug that prevented accessing the creds + when the repository was configured with encryption=shared embedcreds=yes. + * direct: Avoid leaving file content in misctemp if interrupted. + * git-annex-shell sendkey: Don't fail if a remote asks for a key to be sent + that already has a transfer lock file indicating it's being sent to that + remote. The remote may have moved between networks, or reconnected. + * Switched from the old haskell HTTP library to http-conduit."""]]
\ No newline at end of file |