[ubuntu/oneiric] ikiwiki 3.20110430ubuntu1 (Accepted)
Angel Abad
angelabad at ubuntu.com
Tue May 3 08:10:20 UTC 2011
ikiwiki (3.20110430ubuntu1) oneiric; urgency=low
* Merge from debian unstable. Remaining changes:
- Drop wdg-html-validator from Build-Depends field. The xmlns set in the
generated <html> elements causes /usr/bin/validate to attempt to download
a file from w3.org. This doesn't work without Internet access.
ikiwiki (3.20110430) unstable; urgency=low
* meta: Allow adding javascript to pages. Only when htmlscrubber is
disabled, naturally. (Thanks, Giuseppe Bilotta) Closes: #623154
* comments: Add avatar picture of comment author, using Libravatar::URL
when available. The avatar is looked up based on the user's openid,
or email address. (Thanks, Francois Marier)
* Recommend libgravatar-url-perl, which contains Libravatar::URL.
* monotone: Implement rcs_getmtime, and work around a problem with monotone
0.48 that affects rcs_getctime. (Thanks, Richard Levitte)
* meta: Fix bug in loading of HTML::Entities that can break inline
archive=yes (mostly masked by other plugins that load the module).
* Be quiet about updating wrappers, except in verbose mode. (jmtd)
* meta: Add FOAF support. Closes: #623156 (Jonas Smedegaard)
* Promote Crypt::SSLeay to Recommends; needed for https openid auth.
* tag: Avoid autocreating multiple tag pages that vary only in
capitalization. The first capitalization seen of a tag will be used
for the tag page.
* Fix yaml build dep. Closes: #624712
ikiwiki (3.20110328) unstable; urgency=low
* Yaml formatted setup files are now produced by default.
(Perl formatted setup files can still be used.)
* Add timezone setting in setup file. This alows time zone to be configured
via the web.
* comment: Better fix to avoid showing comments of subpages, while
not breaking manual inlining of comments.
* meta: Security fix; don't allow alternative stylesheets to be added
on pages where the htmlscrubber is enabled. CVE-2011-1401
ikiwiki (3.20110321) unstable; urgency=low
* comment: Don't show comments of subpages on parent pages.
(Fixes bug introduced in version 3.20100505.)
* darcs: Fix multiple issues preventing rcs_diff from working.
* aggregate: Read cookies from ~/.ikiwiki/cookies by default.
Also, the cookiejar configuration setting can be used by
other plugins to provide a custom `cookie_jar` object for LWP::UserAgent.
(Thanks, schmonz)
* Avoid escaping / characters in filenames when building the cgiurl,
as this confuses eg, cvsweb.
ikiwiki (3.20110225) unstable; urgency=low
* editpage: Avoid inheriting internal page types.
* htmltidy: Avoid breaking the sidebar when websetup is running.
* transient: New utility plugin that allows transient pages to
be stored in .ikiwiki/transient/ (smcv)
* aggregate: Aggregated content is stored in the transient underlay.
(Existing aggregated content is not moved, since it will eventually
expire and be removed) (smcv)
* autoindex, tag: Added autoindex_commit and tag_autocreate_commit that
can be unset to make index files and tags respectively not be committed,
and instead be stored in the transient underlay.
Closes: #544322 (smcv)
* autoindex: Adapted to use add_autofile. Slight behavior changes
in edge cases that are probably really bug fixes. (smcv)
* recentchanges: Use transient underlay (smcv)
* map: Avoid unnecessary ul's in maps with nested directories.
(Giuseppe Bilotta)
* Fix broken baseurl in cgi mode when usedirs is disabled. Bug introduced
in 3.20101231.
* inline: Fix link to nested inlined pages's feeds. (Giuseppe Bilotta)
* inline: Add 'id' parameter that can be used when styling individual
feedlinks and postforms. (Giuseppe Bilotta)
Date: Tue, 03 May 2011 09:54:01 +0200
Changed-By: Angel Abad <angelabad at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Angel Abad <angelabad at gmail.com>
https://launchpad.net/ubuntu/oneiric/+source/ikiwiki/3.20110430ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 03 May 2011 09:54:01 +0200
Source: ikiwiki
Binary: ikiwiki
Architecture: source
Version: 3.20110430ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Angel Abad <angelabad at ubuntu.com>
Description:
ikiwiki - a wiki compiler
Closes: 544322 623154 623156 624712
Changes:
ikiwiki (3.20110430ubuntu1) oneiric; urgency=low
.
* Merge from debian unstable. Remaining changes:
- Drop wdg-html-validator from Build-Depends field. The xmlns set in the
generated <html> elements causes /usr/bin/validate to attempt to download
a file from w3.org. This doesn't work without Internet access.
.
ikiwiki (3.20110430) unstable; urgency=low
.
* meta: Allow adding javascript to pages. Only when htmlscrubber is
disabled, naturally. (Thanks, Giuseppe Bilotta) Closes: #623154
* comments: Add avatar picture of comment author, using Libravatar::URL
when available. The avatar is looked up based on the user's openid,
or email address. (Thanks, Francois Marier)
* Recommend libgravatar-url-perl, which contains Libravatar::URL.
* monotone: Implement rcs_getmtime, and work around a problem with monotone
0.48 that affects rcs_getctime. (Thanks, Richard Levitte)
* meta: Fix bug in loading of HTML::Entities that can break inline
archive=yes (mostly masked by other plugins that load the module).
* Be quiet about updating wrappers, except in verbose mode. (jmtd)
* meta: Add FOAF support. Closes: #623156 (Jonas Smedegaard)
* Promote Crypt::SSLeay to Recommends; needed for https openid auth.
* tag: Avoid autocreating multiple tag pages that vary only in
capitalization. The first capitalization seen of a tag will be used
for the tag page.
* Fix yaml build dep. Closes: #624712
.
ikiwiki (3.20110328) unstable; urgency=low
.
* Yaml formatted setup files are now produced by default.
(Perl formatted setup files can still be used.)
* Add timezone setting in setup file. This alows time zone to be configured
via the web.
* comment: Better fix to avoid showing comments of subpages, while
not breaking manual inlining of comments.
* meta: Security fix; don't allow alternative stylesheets to be added
on pages where the htmlscrubber is enabled. CVE-2011-1401
.
ikiwiki (3.20110321) unstable; urgency=low
.
* comment: Don't show comments of subpages on parent pages.
(Fixes bug introduced in version 3.20100505.)
* darcs: Fix multiple issues preventing rcs_diff from working.
* aggregate: Read cookies from ~/.ikiwiki/cookies by default.
Also, the cookiejar configuration setting can be used by
other plugins to provide a custom `cookie_jar` object for LWP::UserAgent.
(Thanks, schmonz)
* Avoid escaping / characters in filenames when building the cgiurl,
as this confuses eg, cvsweb.
.
ikiwiki (3.20110225) unstable; urgency=low
.
* editpage: Avoid inheriting internal page types.
* htmltidy: Avoid breaking the sidebar when websetup is running.
* transient: New utility plugin that allows transient pages to
be stored in .ikiwiki/transient/ (smcv)
* aggregate: Aggregated content is stored in the transient underlay.
(Existing aggregated content is not moved, since it will eventually
expire and be removed) (smcv)
* autoindex, tag: Added autoindex_commit and tag_autocreate_commit that
can be unset to make index files and tags respectively not be committed,
and instead be stored in the transient underlay.
Closes: #544322 (smcv)
* autoindex: Adapted to use add_autofile. Slight behavior changes
in edge cases that are probably really bug fixes. (smcv)
* recentchanges: Use transient underlay (smcv)
* map: Avoid unnecessary ul's in maps with nested directories.
(Giuseppe Bilotta)
* Fix broken baseurl in cgi mode when usedirs is disabled. Bug introduced
in 3.20101231.
* inline: Fix link to nested inlined pages's feeds. (Giuseppe Bilotta)
* inline: Add 'id' parameter that can be used when styling individual
feedlinks and postforms. (Giuseppe Bilotta)
Checksums-Sha1:
15de0d1b1d30eb3523a0118d42a31c667a0c1ca5 1257 ikiwiki_3.20110430ubuntu1.dsc
5aa51aded073a1e5975a4fa67d81059fbf19f959 2355655 ikiwiki_3.20110430ubuntu1.tar.gz
Checksums-Sha256:
77fd337591e2de76e2c2f718627f66bb7e02f59d6fa3fb1ca0ec96d07bbafb07 1257 ikiwiki_3.20110430ubuntu1.dsc
7dbeceeab107ff695e8772eb77fb988f2e33d51e38fc39fa44d005ac8796a354 2355655 ikiwiki_3.20110430ubuntu1.tar.gz
Files:
3c0a8f73c85aa8c186161068b9010f64 1257 web optional ikiwiki_3.20110430ubuntu1.dsc
7e9b87ccbfff8be336fa3bf86503fc15 2355655 web optional ikiwiki_3.20110430ubuntu1.tar.gz
Original-Maintainer: Joey Hess <joeyh at debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk2/tuUACgkQCY2uR+47wnlxHwCgojMSCvh08UkxgVrvxJxTYO2f
g90An0zOd+zddiAZrbyXD1mYlHJhxkbt
=n41k
-----END PGP SIGNATURE-----
More information about the Oneiric-changes
mailing list