summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-08-15 11:03:24 +0200
committerGravatar Joey Hess <joey@kitenet.net>2013-08-15 11:03:24 +0200
commita6186de9c44df9edb1df6b6fd5185109be8164b5 (patch)
tree581521f45c4ef6db76071ce676782a2563d3e89f /doc/news
parentfa6bba7a31e109277a78082ebda0a34c8162b33f (diff)
add news item for git-annex 4.20130815
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_4.20130621.mdwn40
-rw-r--r--doc/news/version_4.20130815.mdwn11
2 files changed, 11 insertions, 40 deletions
diff --git a/doc/news/version_4.20130621.mdwn b/doc/news/version_4.20130621.mdwn
deleted file mode 100644
index 57694b2e5..000000000
--- a/doc/news/version_4.20130621.mdwn
+++ /dev/null
@@ -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."""]] \ No newline at end of file
diff --git a/doc/news/version_4.20130815.mdwn b/doc/news/version_4.20130815.mdwn
new file mode 100644
index 000000000..3c83b4073
--- /dev/null
+++ b/doc/news/version_4.20130815.mdwn
@@ -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."""]] \ No newline at end of file