[ubuntu/trusty-proposed] ikiwiki 3.20130904.1ubuntu1 (Accepted)

Bhavani Shankar bhavi at ubuntu.com
Sun Nov 3 16:27:28 UTC 2013


ikiwiki (3.20130904.1ubuntu1) trusty; 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.20130904.1) unstable; urgency=low

  * Fix cookiejar default setting.

ikiwiki (3.20130904) unstable; urgency=low

  * calendar: Display the popup mouseover when there is only 1 page for a
    given day, for better UI consistency.
  * meta: Can now be used to add an enclosure to a page, which is a fancier
    way to do podcasting than just inlining the media files directly;
    this way you can write a post about the podcast episode with show notes,
    author information, etc.
    (schmonz)
  * aggregate: Show author in addition to feedname, if different.
    (schmonz)
  * Consistently configure LWP::UserAgent to allow use of http_proxy
    and no_proxy environment variables, as well as ~/.ikiwiki/cookies
    (schmonz)
  * Fix test suite to work with perl 5.18. Closes: #719969

ikiwiki (3.20130711) unstable; urgency=low

  * Deal with git behavior change in 1.7.2 and newer that broke support
    for commits with an empty commit message.
  * Pass --no-edit when used with git 1.7.8 and newer.

ikiwiki (3.20130710) unstable; urgency=low

  * blogspam: Fix encoding issue in RPC::XML call.
    Thanks, Changaco
  * comments: The formats allowed to be used in comments can be configured
    using comments_allowformats.
    Thanks, Michal Sojka
  * calendar: When there are multiple pages for a given day, they're
    displayed in a popup on mouseover.
    Thanks, Louis
  * osm: Remove trailing slash from KML maps icon.
  * page.tmpl: omit searchform, trails, sidebar and most metadata in CGI
    (smcv)
  * openid: Automatically upgrade openid_realm to https when
    accessed via https.
  * The ip() pagespec can now contain glob characters to match eg, a subnet
    full of spammers.
  * Fix crash that could occur when a needsbuild hook returned a file
    that does not exist.
  * Fix python proxy to not crash when fed unicode data in getstate
    and setstate.
    Thanks, chrysn
  * Fix committing attachments when using svn.

ikiwiki (3.20130518) unstable; urgency=low

  * Fix test suite to not fail when XML::Twig is not installed.
    Closes: #707436
  * theme: Now <TMPL_IF THEME_$NAME> can be used in all templates when
    a theme is enabled.
  * notifyemail: Fix bug that caused duplicate emails to be sent when
    site was rebuilt.
  * bzr: bzr rm no longer has a --force option, remove

ikiwiki (3.20130504) unstable; urgency=low

  * Allow dots in directive parameter names. (tango)
  * Add missing plugin section, and deal with missing sections with a warning.
  * Detect plugins with a broken getsetup and warn.
  * map: Correct reversion introduced in version 3.20110225 that could
    generate invalid html. (smcv)
  * Makefile.PL: overwrite theme style.css instead of appending
    (Thanks, Mikko Rapeli)
  * meta: Fix anchors used to link to the page's license and copyright.
    Closes: #706437

Date: Sun, 03 Nov 2013 21:40:59 +0530
Changed-By: Bhavani Shankar <bhavi at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/ikiwiki/3.20130904.1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 03 Nov 2013 21:40:59 +0530
Source: ikiwiki
Binary: ikiwiki
Architecture: source
Version: 3.20130904.1ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Bhavani Shankar <bhavi at ubuntu.com>
Description: 
 ikiwiki    - a wiki compiler
Closes: 706437 707436 719969
Changes: 
 ikiwiki (3.20130904.1ubuntu1) trusty; 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.20130904.1) unstable; urgency=low
 .
   * Fix cookiejar default setting.
 .
 ikiwiki (3.20130904) unstable; urgency=low
 .
   * calendar: Display the popup mouseover when there is only 1 page for a
     given day, for better UI consistency.
   * meta: Can now be used to add an enclosure to a page, which is a fancier
     way to do podcasting than just inlining the media files directly;
     this way you can write a post about the podcast episode with show notes,
     author information, etc.
     (schmonz)
   * aggregate: Show author in addition to feedname, if different.
     (schmonz)
   * Consistently configure LWP::UserAgent to allow use of http_proxy
     and no_proxy environment variables, as well as ~/.ikiwiki/cookies
     (schmonz)
   * Fix test suite to work with perl 5.18. Closes: #719969
 .
 ikiwiki (3.20130711) unstable; urgency=low
 .
   * Deal with git behavior change in 1.7.2 and newer that broke support
     for commits with an empty commit message.
   * Pass --no-edit when used with git 1.7.8 and newer.
 .
 ikiwiki (3.20130710) unstable; urgency=low
 .
   * blogspam: Fix encoding issue in RPC::XML call.
     Thanks, Changaco
   * comments: The formats allowed to be used in comments can be configured
     using comments_allowformats.
     Thanks, Michal Sojka
   * calendar: When there are multiple pages for a given day, they're
     displayed in a popup on mouseover.
     Thanks, Louis
   * osm: Remove trailing slash from KML maps icon.
   * page.tmpl: omit searchform, trails, sidebar and most metadata in CGI
     (smcv)
   * openid: Automatically upgrade openid_realm to https when
     accessed via https.
   * The ip() pagespec can now contain glob characters to match eg, a subnet
     full of spammers.
   * Fix crash that could occur when a needsbuild hook returned a file
     that does not exist.
   * Fix python proxy to not crash when fed unicode data in getstate
     and setstate.
     Thanks, chrysn
   * Fix committing attachments when using svn.
 .
 ikiwiki (3.20130518) unstable; urgency=low
 .
   * Fix test suite to not fail when XML::Twig is not installed.
     Closes: #707436
   * theme: Now <TMPL_IF THEME_$NAME> can be used in all templates when
     a theme is enabled.
   * notifyemail: Fix bug that caused duplicate emails to be sent when
     site was rebuilt.
   * bzr: bzr rm no longer has a --force option, remove
 .
 ikiwiki (3.20130504) unstable; urgency=low
 .
   * Allow dots in directive parameter names. (tango)
   * Add missing plugin section, and deal with missing sections with a warning.
   * Detect plugins with a broken getsetup and warn.
   * map: Correct reversion introduced in version 3.20110225 that could
     generate invalid html. (smcv)
   * Makefile.PL: overwrite theme style.css instead of appending
     (Thanks, Mikko Rapeli)
   * meta: Fix anchors used to link to the page's license and copyright.
     Closes: #706437
Checksums-Sha1: 
 9947ba32afea15f179905bb95a45de011c54e9d9 1567 ikiwiki_3.20130904.1ubuntu1.dsc
 5168562f881b497e537b84e1a9f6bf5c30f85d81 3114824 ikiwiki_3.20130904.1ubuntu1.tar.gz
Checksums-Sha256: 
 95d3f5168be48da3bc0c046fa63ee9da564210084972f0f44dd8d411f9636d55 1567 ikiwiki_3.20130904.1ubuntu1.dsc
 8671e07abf4a53d804dc621d3bb769b11fa75d26b4a8812f26af81c7e5850458 3114824 ikiwiki_3.20130904.1ubuntu1.tar.gz
Files: 
 d31cf184f436fbb37a00992e20fd8521 1567 web optional ikiwiki_3.20130904.1ubuntu1.dsc
 c4cbd25456bb29797cd753cb777baf3f 3114824 web optional ikiwiki_3.20130904.1ubuntu1.tar.gz
Original-Maintainer: Joey Hess <joeyh at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQEcBAEBAgAGBQJSdnY7AAoJEBui67lbzQWkiCIH/j/Og86fI+fbBej0BvrkdJxc
eRpZh4FlxPWvX3pKmla9oBJPnMLszIs3OZV5BvJMTXuO+tF/+WW0q76z1U+ib0or
BiL1gVOZbVTv8uUuwDatFcBmArsBovFk/OO8OIcEW5uLXcAtmIJrIHZjJaFN4e2F
lyTKeW0xeyUnKwZgLZXlUUpJWKh7n1mmYwIu4gtMunrc2X8/SO2zw/Jf11J5LIlq
NdhhDAKMBHApgw7rBcP0tKrZPu9KNfnBhOuHk/5gqx/DQHMVcz9kqaUOD12W9Jzm
u9CLOWy15/al8m9ZmitiJlNYsvYatPVARj2Q2l9MP6BH+ZIEuzTiUDopd/I2o8U=
=AQZd
-----END PGP SIGNATURE-----


More information about the Trusty-changes mailing list