summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-07 14:04:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-07 14:04:04 -0400
commita7df8c9d3cbadfe16a2515c11710a53a94aff485 (patch)
tree315b3f92e5ce71cf7820d6d984c29b5299bbfbef /doc/news
parent4aad37cdb3deca5e288589ecef36fab3b68813ec (diff)
add news item for git-annex 3.20130207
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_3.20130102.mdwn25
-rw-r--r--doc/news/version_3.20130207.mdwn18
2 files changed, 18 insertions, 25 deletions
diff --git a/doc/news/version_3.20130102.mdwn b/doc/news/version_3.20130102.mdwn
deleted file mode 100644
index 480009e80..000000000
--- a/doc/news/version_3.20130102.mdwn
+++ /dev/null
@@ -1,25 +0,0 @@
-git-annex 3.20130102 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * direct, indirect: New commands, that switch a repository to and from
- direct mode. In direct mode, files are accessed directly, rather than
- via symlinks. Note that direct mode is currently experimental. Many
- git-annex commands do not work in direct mode. Some git commands can
- cause data loss when used in direct mode repositories.
- * assistant: Now uses direct mode by default when setting up a new
- local repository.
- * OSX assistant: Uses the FSEvents API to detect file changes.
- This avoids issues with running out of file descriptors on large trees,
- as well as allowing detection of modification of files in direct mode.
- Other BSD systems still use kqueue.
- * kqueue: Fix bug that made broken symlinks not be noticed.
- * vicfg: Quote filename. Closes: #[696193](http://bugs.debian.org/696193)
- * Bugfix: Fixed bug parsing transfer info files, where the newline after
- the filename was included in it. This was generally benign, but in
- the assistant, it caused unexpected dropping of preferred content.
- * Bugfix: Remove leading \ from checksums output by sha*sum commands,
- when the filename contains \ or a newline. Closes: #[696384](http://bugs.debian.org/696384)
- * fsck: Still accept checksums with a leading \ as valid, now that
- above bug is fixed.
- * SHA*E backends: Exclude non-alphanumeric characters from extensions.
- * migrate: Remove leading \ in SHA* checksums, and non-alphanumerics
- from extensions of SHA*E keys."""]] \ No newline at end of file
diff --git a/doc/news/version_3.20130207.mdwn b/doc/news/version_3.20130207.mdwn
new file mode 100644
index 000000000..1e69d0513
--- /dev/null
+++ b/doc/news/version_3.20130207.mdwn
@@ -0,0 +1,18 @@
+git-annex 3.20130207 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * webapp: Now allows restarting any threads that crash.
+ * Adjust debian package to only build-depend on DAV on architectures
+ where it is available.
+ * addurl --fast: Use curl, rather than haskell HTTP library, to support https.
+ * annex.autocommit: New setting, can be used to disable autocommit
+ of changed files by the assistant, while it still does data syncing
+ and other tasks.
+ * assistant: Ignore .DS\_Store on OSX.
+ * assistant: Fix location log when adding new file in direct mode.
+ * Deal with stale mappings for deleted file in direct mode.
+ * pre-commit: Update direct mode mappings.
+ * uninit, unannex --fast: If hard link creation fails, fall back to slow
+ mode.
+ * Clean up direct mode cache and mapping info when dropping keys.
+ * dropunused: Clean up stale direct mode cache and mapping info not
+ removed before."""]] \ No newline at end of file