diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-21 18:33:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-21 18:33:09 -0400 |
commit | c2a2f715087a4602876618fdec2fad073308a6d5 (patch) | |
tree | 3a0f7c149a78d9d1274707a3144b6775b5359c91 /debian | |
parent | e630e7507ea253680750e670d7d213bc5ca3e57a (diff) | |
download | ikiwiki-c2a2f715087a4602876618fdec2fad073308a6d5.tar ikiwiki-c2a2f715087a4602876618fdec2fad073308a6d5.tar.gz |
Add allow_symlinks_before_srcdir config setting
can be used to avoid a security check that is a good safe default, but
problimatic overkill in some situations.
I decided to underdocument this, because the option looks ugly, and I don't
want people randomly turning it on because it looks like a good idea. So if
you need it, you'll get an error message mentioning how to fix it.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ca318e815..7ab18a2c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ ikiwiki (2.55) UNRELEASED; urgency=low * Really fix bug with links to pages with names containing colons. Previous fix mised a few cases. * Avoid troublesome abs_path calls in wrapper setup. + * Add allow_symlinks_before_srcdir config setting that can be used to avoid + a security check that is a good safe default, but problimatic overkill in + some situations. -- Joey Hess <joeyh@debian.org> Mon, 21 Jul 2008 11:35:46 -0400 |