summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-05 12:25:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-05 12:25:22 -0400
commite88ae172f093f65e989e1998d93b6a2a45e785e3 (patch)
tree1a9a6cd6c5d6745676d31c2af1ca1ea0742e03e1
parent072c171c7a47f66a9b4292e45a2811409ecf9f2b (diff)
add news item for git-annex 4.20130405
-rw-r--r--doc/news/version_3.20130207.mdwn18
-rw-r--r--doc/news/version_4.20130405.mdwn34
2 files changed, 34 insertions, 18 deletions
diff --git a/doc/news/version_3.20130207.mdwn b/doc/news/version_3.20130207.mdwn
deleted file mode 100644
index 1e69d0513..000000000
--- a/doc/news/version_3.20130207.mdwn
+++ /dev/null
@@ -1,18 +0,0 @@
-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
diff --git a/doc/news/version_4.20130405.mdwn b/doc/news/version_4.20130405.mdwn
new file mode 100644
index 000000000..9c822534b
--- /dev/null
+++ b/doc/news/version_4.20130405.mdwn
@@ -0,0 +1,34 @@
+git-annex 4.20130405 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Group subcommands into sections in usage. Closes: #[703797](http://bugs.debian.org/703797)
+ * Per-command usage messages.
+ * webapp: Fix a race that sometimes caused alerts or other notifications
+ to be missed if they occurred while a page was loading.
+ * webapp: Progess bar fixes for many types of special remotes.
+ * Build debian package without using cabal, which writes to HOME.
+ Closes: #[704205](http://bugs.debian.org/704205)
+ * webapp: Run ssh server probes in a way that will work when the
+ login shell is a monstrosity that should have died 25 years ago,
+ such as csh.
+ * New annex.largefiles setting, which configures which files
+ `git annex add` and the assistant add to the annex.
+ * assistant: Check small files into git directly.
+ * Remotes can be configured to use other MAC algorithms than HMACSHA1
+ to encrypt filenames.
+ Thanks, guilhem for the patch.
+ * git-annex-shell: Passes rsync --bwlimit options on rsync.
+ Thanks, guilhem for the patch.
+ * webapp: Added UI to delete repositories. Closes: #[689847](http://bugs.debian.org/689847)
+ * Adjust built-in preferred content expressions to make most types
+ of repositories want content that is only located on untrusted, dead,
+ and unwanted repositories.
+ * drop --auto: Fix bug that prevented dropping files from untrusted
+ repositories.
+ * assistant: Fix bug that could cause direct mode files to be unstaged
+ from git.
+ * Update working tree files fully atomically.
+ * webapp: Improved transfer queue management.
+ * init: Probe whether the filesystem supports fifos, and if not,
+ disable ssh connection caching.
+ * Use lower case hash directories for storing files on crippled filesystems,
+ same as is already done for bare repositories."""]] \ No newline at end of file