add news item for git-annex 5.20140529
This commit is contained in:
parent
76d706d181
commit
a4d760b700
2 changed files with 25 additions and 7 deletions
|
@ -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."""]]
|
25
doc/news/version_5.20140529.mdwn
Normal file
25
doc/news/version_5.20140529.mdwn
Normal file
|
@ -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."""]]
|
Loading…
Add table
Add a link
Reference in a new issue