master
Joey Hess 2010-12-25 12:38:31 -04:00
parent c5f1c503cd
commit 77907fb380
2 changed files with 6 additions and 0 deletions

4
debian/changelog vendored
View File

@ -12,6 +12,10 @@ ikiwiki (3.20101202) UNRELEASED; urgency=low
* inline: Display feed buttons for nested inlines, linking to the inlined
page's feed. (Giuseppe Bilotta)
* goldtype: New theme, based on blueview, contributed by Lars Wirzenius.
* po: do not override homepage title when it was overridden. (intrigeri)
* Set HTML::Template's parent_global_vars option to allow using parameters
like title_overridden that do not appear on the template. (intrigeri)
(See https://rt.cpan.org/Public/Bug/Display.html?id=64158)
-- Joey Hess <joeyh@debian.org> Mon, 29 Nov 2010 14:44:13 -0400

View File

@ -54,3 +54,5 @@ Thanks.
>>> But still, I think we need to apply the workaround as
>>> HTML::Template's author has not updated any dist on CPAN for more
>>> than one year. --[[intrigeri]]
>>>> All merged, [[done]]. --[[Joey]]