diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-17 13:13:33 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-17 13:13:33 -0400 |
commit | 053c00bf104a5d7d02575e1ca416e43dfbf465c0 (patch) | |
tree | 752e64be315c3f8265ac785d2fd4b84051322883 /doc/news | |
parent | 6d0217c8876f62cf09080ed951dec2ed090e264e (diff) |
add news item for git-annex 5.20150317
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_5.20141231.mdwn | 14 | ||||
-rw-r--r-- | doc/news/version_5.20150317.mdwn | 42 |
2 files changed, 42 insertions, 14 deletions
diff --git a/doc/news/version_5.20141231.mdwn b/doc/news/version_5.20141231.mdwn deleted file mode 100644 index ee385fda3..000000000 --- a/doc/news/version_5.20141231.mdwn +++ /dev/null @@ -1,14 +0,0 @@ -git-annex 5.20141231 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * vicfg: Avoid crashing on badly encoded config data. - * Work around statfs() overflow on some XFS systems. - * sync: Now supports remote groups, the same way git remote update does. - * setpresentkey: A new plumbing-level command. - * Run shutdown cleanup actions even if there were failures processing - the command. Among other fixes, this means that addurl will stage - added files even if adding one of the urls fails. - * bittorrent: Fix locking problem when using addurl file:// - * Windows: Fix local rsync filepath munging (fixes 26 test suite failures). - * Windows: Got the rsync special remote working. - * Windows: Fix handling of views of filenames containing '%' - * OSX: Switched away from deprecated statfs64 interface."""]]
\ No newline at end of file diff --git a/doc/news/version_5.20150317.mdwn b/doc/news/version_5.20150317.mdwn new file mode 100644 index 000000000..28bc76ccd --- /dev/null +++ b/doc/news/version_5.20150317.mdwn @@ -0,0 +1,42 @@ +git-annex 5.20150317 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * fsck: Incremental fsck uses sqlite to store its records, instead + of abusing the sticky bit. Existing sticky bits are ignored; + incremental fscks started by old versions won't be resumed by + this version. + * fsck: Multiple incremental fscks of different repos (including remotes) + can now be running at the same time in the same repo without it + getting confused about which files have been checked for which remotes. + * unannex: Refuse to unannex when repo is too new to have a HEAD, + since in this case there must be staged changes in the index + (if there is anything to unannex), and the unannex code path + needs to run with a clean index. + * Linux standalone: Set LOCPATH=/dev/null to work around + https://ghc.haskell.org/trac/ghc/ticket/7695 + This prevents localization from working, but git-annex + is not localized anyway. + * sync: As well as the synced/git-annex push, attempt a + git-annex:git-annex push, as long as the remote branch + is an ancestor of the local branch, to better support bare git repos. + (This used to be done, but it forgot to do it since version 4.20130909.) + * When re-execing git-annex, use current program location, rather than + ~/.config/git-annex/program, when possible. + * Submodules are now supported by git-annex! + * metadata: Fix encoding problem that led to mojibake when storing + metadata strings that contained both unicode characters and a space + (or '!') character. + * Also potentially fixes encoding problem when embedding credentials + that contain unicode characters. + * sync: Fix committing when in a direct mode repo that has no HEAD ref. + (For example, a newly checked out git submodule.) + * Added SETURIPRESENT and SETURIMISSING to external special remote protocol, + useful for things like ipfs that don't use regular urls. + * addurl: Added --raw option, which bypasses special handling of quvi, + bittorrent etc urls. + * git-annex-shell: Improve error message when the specified repository + doesn't exist or git config fails for some reason. + * fromkey --force: Skip test that the key has its content in the annex. + * fromkey: Add stdin mode. + * registerurl: New plumbing command for mass-adding urls to keys. + * remotedaemon: Fixed support for notifications of changes to gcrypt + remotes, which was never tested and didn't quite work before."""]]
\ No newline at end of file |