diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-21 12:13:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-21 12:13:38 -0400 |
commit | ebf6810492aa2338ec0614f9b286cc38baabeb71 (patch) | |
tree | eede329eee6bebd0c9c4cb1c8170419bc32b8dae /doc/news/version_4.20130621.mdwn | |
parent | cbbb6ae51c5ffc016a92cca2e0cd4278261d6acd (diff) |
add news item for git-annex 4.20130621
Diffstat (limited to 'doc/news/version_4.20130621.mdwn')
-rw-r--r-- | doc/news/version_4.20130621.mdwn | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/news/version_4.20130621.mdwn b/doc/news/version_4.20130621.mdwn new file mode 100644 index 000000000..57694b2e5 --- /dev/null +++ b/doc/news/version_4.20130621.mdwn @@ -0,0 +1,40 @@ +git-annex 4.20130621 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Supports indirect mode on encfs in paranoia mode, and other + filesystems that do not support hard links, but do support + symlinks and other POSIX filesystem features. + * Android: Add .thumbnails to .gitignore when setting up a camera + repository. + * Android: Make the "Open webapp" menu item open the just created + repository when a new repo is made. + * webapp: When the user switches to display a different repository, + that repository becomes the default repository to be displayed next time + the webapp gets started. + * glacier: Better handling of the glacier inventory, which avoids + duplicate uploads to the same glacier repository by `git annex copy`. + * Direct mode: No longer temporarily remove write permission bit of files + when adding them. + * sync: Better support for bare git remotes. Now pushes directly to the + master branch on such a remote, instead of to synced/master. This + makes it easier to clone from a bare git remote that has been populated + with git annex sync or by the assistant. + * Android: Fix use of cp command to not try to use features present + only on build system. + * Windows: Fix hang when adding several files at once. + * assistant: In direct mode, objects are now only dropped when all + associated files are unwanted. This avoids a repreated drop/get loop + of a file that has a copy in an archive directory, and a copy not in an + archive directory. (Indirect mode still has some buggy behavior in this + area, since it does not keep track of associated files.) + Closes: #[712060](http://bugs.debian.org/712060) + * status: No longer shows dead repositories. + * annex.debug can now be set to enable debug logging by default. + The webapp's debugging check box does this. + * fsck: Avoid getting confused by Windows path separators + * Windows: Multiple bug fixes, including fixing the data written to the + git-annex branch. + * Windows: The test suite now passes on Windows (a few broken parts are + disabled). + * assistant: On Linux, the expensive transfer scan is run niced. + * Enable assistant and WebDAV support on powerpc and sparc architectures, + which now have the necessary dependencies built."""]]
\ No newline at end of file |