summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-29 16:46:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-29 16:46:05 -0400
commitfa93e60db454ab2c1b44c4ca48e093e166de9ad4 (patch)
tree191722263c664e34d36b4e95c6130223e01d18de /doc/news
parent4c6318bfd5af75b2de14a028788c9d32d35a83dc (diff)
add news item for git-annex 5.20140529
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_5.20140405.mdwn7
-rw-r--r--doc/news/version_5.20140529.mdwn25
2 files changed, 25 insertions, 7 deletions
diff --git a/doc/news/version_5.20140405.mdwn b/doc/news/version_5.20140405.mdwn
deleted file mode 100644
index 8f285f222..000000000
--- a/doc/news/version_5.20140405.mdwn
+++ /dev/null
@@ -1,7 +0,0 @@
-git-annex 5.20140405 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * git-annex-shell: Added notifychanges command.
- * Improve display of dbus notifications. Thanks, Johan Kiviniemi.
- * Fix nautilus script installation to not crash when the nautilus script dir
- does not exist. Instead, only install scripts when the directory already
- exists."""]] \ No newline at end of file
diff --git a/doc/news/version_5.20140529.mdwn b/doc/news/version_5.20140529.mdwn
new file mode 100644
index 000000000..1b423cefa
--- /dev/null
+++ b/doc/news/version_5.20140529.mdwn
@@ -0,0 +1,25 @@
+git-annex 5.20140529 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Fix encoding of data written to git-annex branch. Avoid truncating
+ unicode characters to 8 bits. Allow any encoding to be used, as with
+ filenames (but utf8 is the sane choice). Affects metadata and repository
+ descriptions, and preferred content expressions.
+ * assistant: When there are multiple remotes giving different ways
+ to access the same repository, honor remote cost settings and use
+ the cheapest available.
+ * webapp: More robust startup when annex directory is not a git repo.
+ * initremote/enableremote: Basic support for using with regular git remotes;
+ initremote stores the location of an already existing git remote,
+ and enableremote setups up a remote using its stored location.
+ * webapp: Support for enabling known git repositories on ssh servers.
+ The repository must have been added using initremote.
+ * webapp: When setting up a ssh remote, record it using initremote,
+ so that it can be easily enabled elsewhere.
+ * webapp: When setting up a ssh remote, if the user inputs ~/foo,
+ normalize that to foo, since it's in the home directory by default.
+ * Use exceptions in place of deprecated MonadCatchIO-transformers
+ Thanks, Ben Gamari.
+ * android: Run busybox install with -s, since some versions of Android
+ prohibit making hard links.
+ * Android webapp: Fix EvilSplicer bugs that mangled the css files,
+ preventing icons from displaying, and also slightly broke the js files."""]] \ No newline at end of file