summaryrefslogtreecommitdiff
path: root/doc/news/version_4.20130909.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-09 10:46:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-09 10:46:03 -0400
commit4efec072c441c5c7712975c43a29c3a3258f0805 (patch)
treead28cd363ec5b888549452f13ee7462427396239 /doc/news/version_4.20130909.mdwn
parent6d3c84755bc79f04724a0f88975d7e9400395f10 (diff)
add news item for git-annex 4.20130909
Diffstat (limited to 'doc/news/version_4.20130909.mdwn')
-rw-r--r--doc/news/version_4.20130909.mdwn36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/news/version_4.20130909.mdwn b/doc/news/version_4.20130909.mdwn
new file mode 100644
index 000000000..ead359898
--- /dev/null
+++ b/doc/news/version_4.20130909.mdwn
@@ -0,0 +1,36 @@
+git-annex 4.20130909 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * initremote: Syntax change when setting up an encrypted special remote.
+ Now use keyid=$KEYID rather than the old encryption=$KEYID
+ * forget: New command, causes git-annex branch history to be forgotten
+ in a way that will spread to other clones of the repository.
+ (As long as they're running this version or newer of git-annex.)
+ * forget --drop-dead: Completely removes mentions of repositories that
+ have been marked as dead from the git-annex branch.
+ * sync, assistant: Force push of the git-annex branch. Necessary
+ to ensure it gets pushed to remotes after being rewritten by forget.
+ * Added gcrypt support. This combines a fully encrypted git
+ repository (using git-remote-gcrypt) with an encrypted git-annex special
+ remote.
+ * sync: Support syncing with gcrypt remotes.
+ * importfeed: Also ignore transient problems with downloading content
+ from feeds.
+ * Honor core.sharedrepository when receiving and adding files in direct
+ mode.
+ * enableremote: gpg keys can be removed from those a remote encrypts
+ to by passing "keyid-=$KEYID". keyid+= is also provided.
+ (Thanks, guilhem for the patch.)
+ * Added encryption=pubkey scheme, which encrypts to public keys directly
+ rather than the hybrid approach. See documentation for advantages
+ and disadvantages, but encryption=hybrid is the recommended scheme still.
+ (Thanks, guilhem for the patch.)
+ * Fix Feeds display in build flags.
+ * Remind user when annex-ignore is set for some remotes, if unable to
+ get or drop a file, possibly because it's on an ignored remote.
+ * gpg: Force --no-textmode in case the user has it turned on in config.
+ * webapp: Improve javascript's handling of longpolling connection
+ failures, by reloading the current page in this case.
+ Works around chromium behavior where ajax connections to urls
+ that were already accessed are denied after navigating back to
+ a previous page.
+ * Allow building without quvi support."""]] \ No newline at end of file