add news item for ikiwiki 1.23

master
joey 2006-09-03 16:25:59 +00:00
parent fdaab0fddd
commit afc75badfe
2 changed files with 3 additions and 10 deletions

View File

@ -1,10 +0,0 @@
ikiwiki 1.20 released with these changes:
* Relicense the templates and basewiki under the 2-clause BSD license.
Since these can easily become part of other people's websites, they
should be under as permissive a license as possible.
* Add --syslog config option, to log to the syslog.
* Catch failing IPC::Open2 in tidy plugin and retry in case this is a
transient failure to fork (which I've seen happen in the wild).
* Fix a bug in the aggregator introduced last version that caused all
aggregator state to be lost during a non-aggregating build.

View File

@ -0,0 +1,3 @@
ikiwiki 1.23 released with these changes:
* Allow inline directives to be nested inside eg, sidebars. Closes: #[385512](http://bugs.debian.org/385512)