add news item for git-annex 5.20140606

This commit is contained in:
Joey Hess 2014-06-06 13:41:46 -04:00
parent 783975bb8d
commit c03f192a4b
2 changed files with 14 additions and 13 deletions

View file

@ -1,13 +0,0 @@
git-annex 5.20140411 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* importfeed: Filename template can now contain an itempubdate variable.
Needs feed 0.3.9.2.
* Fix rsync progress parsing in locales that use comma in number display.
Closes: #[744148](http://bugs.debian.org/744148)
* assistant: Fix high CPU usage triggered when a monthly fsck is scheduled,
and the last time the job ran was a day of the month > 12. This caused a
runaway loop. Thanks to Anarcat for his assistance, and to Maximiliano
Curia for identifying the cause of this bug.
* Remove wget from OSX dmg, due to issues with cert paths that broke
git-annex automatic upgrading. Instead, curl is used, unless the
OSX system has wget installed, which will then be used."""]]

View file

@ -0,0 +1,14 @@
git-annex 5.20140606 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* webapp: When adding a new local repository, fix bug that caused its
group and preferred content to be set in the current repository,
even when not combining.
* webapp: Avoid stomping on existing description, group and
preferred content settings when enabling or combining with
an already existing remote.
* assistant: Make sanity checker tmp dir cleanup code more robust.
* unused: Avoid checking view branches for unused files.
* webapp: Include ssh port in mangled hostname.
* Windows: Fix bug introduced in last release that caused files
in the git-annex branch to have lines teminated with \r.
* Windows: Fix retrieving of files from local bare git repositories."""]]