diff options
author | schmonz <schmonz@pkgsrc.org> | 2009-08-30 23:30:08 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2009-08-30 23:30:08 +0000 |
commit | 45f8bbc97bd586aaafd09d86a7c40846f6a7f3db (patch) | |
tree | e7a1064687b471728571785cf461acef291181d5 /www/ikiwiki/MESSAGE | |
parent | a840bb82f49ef2037efc7a75a0eed0231ac92e22 (diff) | |
download | pkgsrc-45f8bbc97bd586aaafd09d86a7c40846f6a7f3db.tar.gz |
Update to 3.1415926. From the changelog:
* [ Joey Hess ]
* po: Detect if nowrapi18n can't be passed to po4a, and warn about
the old version, but continue. Closes: #541205
* inline: Avoid use of my $_ as it fails with older perls.
Closes: #541215
* Add discussionpage configuration setting.
* Several optimisations, including speedups to orphans and brokenlinks
calculation.
* meta, img: Fix bugs in dependency code. (smcv)
* Allow building ikiwiki on systems w/o po4a --
building of the translated underlays will be skipped in this case.
* Add basic styling of po plugin's languages list.
* inline: Display an error if feedpages is specified and fails to match
due to a problem such as created_before being told to check against
a page that does not exist.
* Remove deprecated ikiwiki/blog and ikiwiki/preprocessordirective
pages from the basewiki.
* Updated French program translation from Philippe Batailler.
Closes: #542036
* po: Fixed to run rcs_add ralative to srcdir.
* Italian program translation from Luca Bruno.
* Fix example blog's tags/life to not have a broken PageSpec.
Closes: #543510
* Optimize the dependencies list. This also fixes a bug
that could cause repeated refreshes of the wiki to grow
increasingly larger dependency lists, and get increasingly
slower. (smcv)
* Rebuild wikis on upgrade to this version to fix bloat caused
by the dependency bug.
* Further optimisation of dependency handling by adding a special
case for simple page dependencies. (smcv)
* htmltidy: Return an error message if tidy fails. Closes: #543722
* po: Fix name of translated toplevel index page. (intrigeri)
* po: Fix display of links from a translated page to itself (ntrigeri)
* Add Czech basewiki translation from Miroslav Kure.
* po: fix interdiction to create pages of type po (intrigeri)
* po: po: favor the type of linking page's masterpage on page creation
(intrigeri)
* img: Don't generate new verison of image if it is scaled to be
larger in either dimension.
* [ Josh Triplett ]
* teximg: Replace the insufficient blacklist with the built-in security
mechanisms of TeX. (CVE-2009-2944)
In order to fix a performance bug, all wikis need to be rebuilt on
upgrade to this version. If you listed your wiki in /etc/ikiwiki/wikilist,
use ikiwiki-mass-rebuild to force a rebuild.
Diffstat (limited to 'www/ikiwiki/MESSAGE')
-rw-r--r-- | www/ikiwiki/MESSAGE | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/ikiwiki/MESSAGE b/www/ikiwiki/MESSAGE index fbe7a945645..b8b00eb80da 100644 --- a/www/ikiwiki/MESSAGE +++ b/www/ikiwiki/MESSAGE @@ -1,12 +1,11 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2009/06/01 20:24:42 schmonz Exp $ +$NetBSD: MESSAGE,v 1.4 2009/08/30 23:30:08 schmonz Exp $ If you use custom templates, make sure they are correct when upgrading. -You may want to run ikiwiki-transition deduplinks my.setup after -upgrading to this version of ikiwiki. This command will optimise -your wiki's saved state, removing duplicate information that can -slow ikiwiki down. +In order to fix a performance bug, all wikis need to be rebuilt on +upgrade to 3.1415926. If you listed your wiki in /etc/ikiwiki/wikilist, +use ikiwiki-mass-rebuild to force a rebuild. =========================================================================== |