summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: c9d9ab1e0fa0634228431288873e482f9b650553 (plain)
  1. ikiwiki (1.1) UNRELEASED; urgency=low
  2. * Rename inlinepage to depends, so that it can be used to refer to more
  3. dependency relationships than just inlining. This will require a rebuild
  4. on upgrade to this version.
  5. * Move the rss link, put it in the blogpost form if there is one and at the
  6. top if not. This is both nicer because easier to find, and it cleans up
  7. the code which had used inlinepage as a flag for adding the link later.
  8. * Allow the depends GlobList to be built up from multiple sources (such as
  9. plugins) during a page render.
  10. * Which means that more than one blog is now supported to appear on a
  11. single page. (With some limitations, like only the last one getting an
  12. rss file.)
  13. * Added plugin system, currently only supporting for PreProcessorDirectives.
  14. * Added a pagecount plugin, enabled by default.
  15. * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
  16. * Fixed/optimised backlinks code, to avoid rebuilding pages to update
  17. backlinks when the backlinks hadn't really changed.
  18. * Moved inline page support, rss generation etc into the inline plugin,
  19. enabled by default.
  20. * Added brokenlinks plugin, not enabled by default, but rather handy.
  21. * Fix several broken links in the doc wiki.
  22. * Smarter behavior when creating a page and a page of the same name (but
  23. different location) already exists.
  24. * Add an orphans plugin for finding pages that nothing links to.
  25. * Removed backlinks page, which it turns out nothing used.
  26. * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
  27. it, this will allow for adding a unit test suite.
  28. * Add a unit test for globlist_match().
  29. * Smart globlist merging.
  30. * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,
  31. to pave the way for adding other RCS support. This also changes the
  32. setup files, where before they had svn => 1 or svn => 0, now they have
  33. rcs => "svn" or rcs => "".
  34. * Add a debian/NEWS file with upgrade notes.
  35. * Load whatever rcs module is specified, so new ones can be just dropped in
  36. as plugins and work.
  37. * Add some basic docs about writing RCS modules.
  38. -- Joey Hess <joeyh@debian.org> Tue, 2 May 2006 14:13:59 -0400
  39. ikiwiki (1.0) unstable; urgency=low
  40. * First official release.
  41. -- Joey Hess <joeyh@debian.org> Tue, 25 Apr 2006 02:08:17 -0400