diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-03 19:53:23 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-03 19:53:23 +0000 |
commit | 92065444d982a443d3862f9ce5094bd32faffb85 (patch) | |
tree | 5eb504ad535f880a1ddaad3c27224d31a2c24d5f /debian/changelog | |
parent | 22b414ddc0d0e35ad94c60c96a8ac2c8c5e267d5 (diff) | |
download | ikiwiki-92065444d982a443d3862f9ce5094bd32faffb85.tar ikiwiki-92065444d982a443d3862f9ce5094bd32faffb85.tar.gz |
* Simplify the data structure returned by rcs_recentchanges to avoid
each rcs plugin needing to form complex strings on its own.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 72f4554b5..b4c362ff5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ikiwiki (1.24) UNRELEASED; urgency=low + + * Simplify the data structure returned by rcs_recentchanges to avoid + each rcs plugin needing to form complex strings on its own. + + -- Joey Hess <joeyh@debian.org> Sun, 3 Sep 2006 13:32:34 -0400 + ikiwiki (1.23) unstable; urgency=low * Allow inline directives to be nested inside eg, sidebars. Closes: #385512 |