]> sipb.mit.edu Git - ikiwiki.git/blob - debian/changelog
1ab9edf9439b0ad301713c6eaaa258b54fd8ef85
[ikiwiki.git] / debian / changelog
1 ikiwiki (1.3) unstable; urgency=low
2
3   * Fix the preinst introduced in the last version. Closes: #367458
4
5  -- Joey Hess <joeyh@debian.org>  Tue, 16 May 2006 02:43:02 -0500
6
7 ikiwiki (1.2) unstable; urgency=low
8
9   * Remove dups from the brokenlinks list.
10   * Add libc6-dev to dependencies, needed to build wrappers.
11   * Install wikilist in correct location. Closes: #367371
12
13  -- Joey Hess <joeyh@debian.org>  Mon, 15 May 2006 10:53:49 -0500
14
15 ikiwiki (1.1) unstable; urgency=low
16
17   * Rename inlinepage to depends, so that it can be used to refer to more
18     dependency relationships than just inlining. This will require a rebuild
19     on upgrade to this version.
20   * Move the rss link, put it in the blogpost form if there is one and at the
21     top if not. This is both nicer because easier to find, and it cleans up
22     the code which had used inlinepage as a flag for adding the link later.
23   * Allow the depends GlobList to be built up from multiple sources (such as
24     plugins) during a page render.
25   * Which means that more than one blog is now supported to appear on a
26     single page. (With some limitations, like only the last one getting an
27     rss file.)
28   * Added a plugin system.
29   * Added a pagecount plugin, enabled by default.
30   * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]".
31   * Fixed/optimised backlinks code, to avoid rebuilding pages to update
32     backlinks when the backlinks hadn't really changed.
33   * Moved inline page support, rss generation etc into the inline plugin,
34     enabled by default.
35   * Added brokenlinks plugin, not enabled by default, but rather handy.
36   * Fix several broken links in the doc wiki.
37   * Smarter behavior when creating a page and a page of the same name (but
38     different location) already exists.
39   * Add an orphans plugin for finding pages that nothing links to.
40   * Removed backlinks page, which it turns out nothing used.
41   * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
42     it, this will allow for adding a unit test suite.
43   * Add unit tests for several core functions, including globlist_match,
44     dirname, basename, bestlink, linkify, pagetitle, titlepage.
45   * Smart globlist merging.
46   * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,
47     to pave the way for adding other RCS support. This also changes the
48     setup files, where before they had svn => 1 or svn => 0, now they have
49     rcs => "svn" or rcs => "".
50   * Add a debian/NEWS file with upgrade notes.
51   * Load whatever rcs module is specified, so new ones can be just dropped in
52     as plugins and work. (Well, in theory.)
53   * Add some basic docs about writing RCS modules.
54   * Broke search capability out into a plugin, removed the --hyperestraier
55     switch.
56   * Added smiley plugin, nicely controlled and documented by the smileys page.
57   * Copied in some smileys from Moin Moin.
58   * Allow links of the form [[some page|page]], with whitespace in the link
59     text.
60   * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber
61     and --disable-plugin htmlscrubber.
62   * Allow discussion links on pages to be turned off with --no-discussion.
63   * Add ikiwiki-mass-rebuild script, ripped out of the postinst.
64   * Add some new config items to the estseek.conf template, which are needed
65     by hyperestraier 1.2.3.
66
67  -- Joey Hess <joeyh@debian.org>  Fri,  5 May 2006 17:00:41 -0400
68
69 ikiwiki (1.0) unstable; urgency=low
70
71   * First official release.
72
73  -- Joey Hess <joeyh@debian.org>  Tue, 25 Apr 2006 02:08:17 -0400