add news item for git-annex 4.20130815
This commit is contained in:
parent
5bc52664c4
commit
4ed18290bf
2 changed files with 11 additions and 40 deletions
|
@ -1,40 +0,0 @@
|
||||||
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."""]]
|
|
11
doc/news/version_4.20130815.mdwn
Normal file
11
doc/news/version_4.20130815.mdwn
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
git-annex 4.20130815 released with [[!toggle text="these changes"]]
|
||||||
|
[[!toggleable text="""
|
||||||
|
* assistant, watcher: .gitignore files and other git ignores are now
|
||||||
|
honored, when git 1.8.4 or newer is installed.
|
||||||
|
(Thanks, Adam Spiers, for getting the necessary support into git for this.)
|
||||||
|
* importfeed: Ignores transient problems with feeds. Only exits nonzero
|
||||||
|
when a feed has repeatedly had a problems for at least 1 day.
|
||||||
|
* importfeed: Fix handling of dots in extensions.
|
||||||
|
* Windows: Added support for encrypted special remotes.
|
||||||
|
* Windows: Fixed permissions problem that prevented removing files
|
||||||
|
from directory special remote. Directory special remotes now fully usable."""]]
|
Loading…
Add table
Add a link
Reference in a new issue