diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-02 15:57:30 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-02 15:57:30 -0400 |
commit | 89f69251dd0113663b1995f56a9ce6d17be6e498 (patch) | |
tree | ec4caa7cc827dfaeb5b903024b1e478670daf1a8 /debian | |
parent | b38a482dd99a4f16c9752190e929b7726aba4c83 (diff) |
webapp: Fix bugs that could result in a relative path such as "." being written to ~/.config/git-annex/autostart
and ignore any such relative paths in the file
This was a reversion caused by the relative path changes in 5.20150113.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 42295c91d..ea54b99b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,10 @@ git-annex (5.20151117) UNRELEASED; urgency=medium * addurl, importfeed: Changed to honor annex.largefiles settings, when the content of the url is downloaded. (Not when using --fast or --relaxed.) + * webapp: Fix bugs that could result in a relative path such as "." + being written to ~/.config/git-annex/autostart, and ignore any such + relative paths in the file. + This was a reversion caused by the relative path changes in 5.20150113. -- Joey Hess <id@joeyh.name> Mon, 16 Nov 2015 16:49:34 -0400 |