diff options
author | Simon McVittie <smcv@debian.org> | 2014-12-09 22:19:15 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2014-12-09 22:19:15 +0000 |
commit | 5c30886dbf38689668a47414283f8dc4e895ec7d (patch) | |
tree | 7165c0b82677021d2954daa107ffe1cb4238558e | |
parent | b3e21b043670c946a081d33740cfc2a0eb552c34 (diff) | |
download | ikiwiki-5c30886dbf38689668a47414283f8dc4e895ec7d.tar ikiwiki-5c30886dbf38689668a47414283f8dc4e895ec7d.tar.gz |
changelog, close bug
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | doc/todo/support_multiple_perl_libraries.mdwn | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index afe3bb578..824a0061c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,11 @@ ikiwiki (3.20141017) UNRELEASED; urgency=medium * style.css, actiontabs, blueview, goldtype, monochrome: adjust layout below 600px ("responsive layout") so that horizontal scrolling is not needed on smartphone browsers or other small viewports. + * core: new libdirs option alongside libdir. Thanks, Louis Paternault + + [ Amitai Schlair ] + * core: log a debug message before waiting for the lock. + Thanks, Mark Jason Dominus -- Joey Hess <joeyh@debian.org> Mon, 20 Oct 2014 12:04:49 -0400 diff --git a/doc/todo/support_multiple_perl_libraries.mdwn b/doc/todo/support_multiple_perl_libraries.mdwn index 6e3fe22a4..89bef406a 100644 --- a/doc/todo/support_multiple_perl_libraries.mdwn +++ b/doc/todo/support_multiple_perl_libraries.mdwn @@ -43,5 +43,10 @@ I think the change is a one-liner, but I put this here for discussion before att >>> efficient in Python) feel free to improve my [[!taglink patch]]. >>> [[!template id=gitbranch branch=spalax/paternal/libdirs browse="https://github.com/paternal/ikiwiki/tree/paternal/libdirs" author="[[Louis|spalax]]"]] +>>>> While reviewing and applying your patch I decided the new +>>>> "sometimes a list, sometimes not" behaviour of `libdir` was +>>>> too confusing in documentation, so I made it work like underlaydir(s) +>>>> instead: ikiwiki will now search each item of `$config{libdirs}`, then +>>>> `$config{libdir}`. [[done]] --[[smcv]] [[!taglink wishlist]] |