diff options
author | Joey Hess <joey@kitenet.net> | 2010-08-30 14:56:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-08-30 14:56:13 -0400 |
commit | d325f09a96ccb3d6a8740c38f4d8464810e85a95 (patch) | |
tree | c12ae21eb3d2d3be4ac6676f948bd8b2a085f2a8 | |
parent | 931036eb5c2a26dd0f4bae1c6d9003b65ad890ff (diff) |
document merging of intrigeri/po
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index eba38c4d1..53cff2970 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,13 @@ ikiwiki (3.20100816) UNRELEASED; urgency=low * highlight: Make location of highlight's files configurable in setup file to allow for nonstandard installations. * Allow "link(.)" and similar PageSpecs. Thanks, Giuseppe Bilotta. + * Run the preprocess hooks in scan mode *before* the scan hooks. + This allows the po plugin to register a scan hook that runs + last and rescans pages after all data from the first scan pass is + completed. This avoids the po plugin needing to rebuild some pages. + (intrigeri:) + * po: Fix some bugs that affected l10n.ikiwiki.info's unusual + setup. (intrigeri) -- Joey Hess <joeyh@debian.org> Sun, 15 Aug 2010 11:45:48 -0400 |