diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-13 14:49:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-13 14:49:02 -0400 |
commit | 074466787f0c62262e85eebc215e2004d55e5412 (patch) | |
tree | 781c9a80e8b5230e1036b61309cc5ba141f70bee /doc/news | |
parent | 49bbf18e68a78f03cd3a992b53f0e13f0a7bfa38 (diff) |
add news item for git-annex 5.20131213
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_4.20131106.mdwn | 18 | ||||
-rw-r--r-- | doc/news/version_5.20131213.mdwn | 32 |
2 files changed, 32 insertions, 18 deletions
diff --git a/doc/news/version_4.20131106.mdwn b/doc/news/version_4.20131106.mdwn deleted file mode 100644 index 061d02100..000000000 --- a/doc/news/version_4.20131106.mdwn +++ /dev/null @@ -1,18 +0,0 @@ -git-annex 4.20131106 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Improve local pairing behavior when two computers both try to start - the pairing process separately. - * sync: Work even when the local git repository is new and empty, - with no master branch. - * gcrypt, bup: Fix bug that prevented using these special remotes - with encryption=pubkey. - * Fix enabling of gcrypt repository accessed over ssh; - git-annex-shell gcryptsetup had a bug that caused it to fail - with permission denied. - * Fix zombie process that occurred when switching between repository - views in the webapp. - * map: Work when there are gcrypt remotes. - * Fix build w/o webapp. - * Fix exception handling bug that could cause .git/annex/index to be used - for git commits outside the git-annex branch. Known to affect git-annex - when used with the git shipped with Ubuntu 13.10."""]]
\ No newline at end of file diff --git a/doc/news/version_5.20131213.mdwn b/doc/news/version_5.20131213.mdwn new file mode 100644 index 000000000..d44e08eed --- /dev/null +++ b/doc/news/version_5.20131213.mdwn @@ -0,0 +1,32 @@ +git-annex 5.20131213 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Avoid using git commit in direct mode, since in some situations + it will read the full contents of files in the tree. + * assistant: Batch jobs are now run with ionice and nocache, when + those commands are available. + * assistant: Run transferkeys as batch jobs. + * Automatically fix up bad bare repositories created by + versions 5.20131118 through 5.20131127. + * rsync special remote: Fix fallback mode for rsync remotes that + use hashDirMixed. Closes: #[731142](http://bugs.debian.org/731142) + * copy --from, get --from: When --force is used, ignore the + location log and always try to get the file from the remote. + * Deal with box.com changing the url of their webdav endpoint. + * Android: Fix SRV record lookups for XMPP to use android getprop + command to find DNS server, since there is no resolv.conf. + * import: Add --skip-duplicates option. + * lock: Require --force. Closes: #[731606](http://bugs.debian.org/731606) + * import: better handling of overwriting an existing file/directory/broken + link when importing + * Windows: assistant and webapp work! (very experimental) + * Windows: Support annex.diskreserve. + * Fix bad behavior in Firefox, which was caused by an earlier fix to + bad behavior in Chromium. + * repair: Improve repair of git-annex index file. + * repair: Remove damaged git-annex sync branches. + * status: Ignore new files that are gitignored. + * Fix direct mode's handling when modifications to non-annexed files + are pulled from a remote. A bug prevented the files from being updated + in the work tree, and this caused the modification to be reverted. + * OSX: Remove ssh and ssh-keygen from dmg as they're included in OSX by + default."""]]
\ No newline at end of file |