Skip to content

Latest commit

 

History

History
184 lines (117 loc) · 4.17 KB

CHANGES.rst

File metadata and controls

184 lines (117 loc) · 4.17 KB

0.11 (Jan 17, 2013)

  • Send proper user agent in API requests
  • #4: Respect Github rate limits
  • #5: Fix compatibility with requests 1.0

0.10.1 (Jun 19, 2012)

  • Fix README rendering on PyPI
  • #1: Fix test failure on Python 3

0.10 (Jun 18, 2012)

0.9 (Aug 31, 2011)

Incompatible changes

Other changes

0.8 (Aug 24, 2011)

Incompatible changes

Other changes

0.7.2 (Mar 10, 2011)

  • Fix source distribution to include tests again
  • Fix extraction of issue state for open issues from bitbucket
  • Ignore references in inline literals and literal blocks

0.7.1 (Jan 19, 2011)

  • Copy the stylesheet after build again to avoid exceptions on non-existing build directories

0.7 (Jan 08, 2011)

  • Issue information is now cached
  • Custom issue trackers must now connect to the issuetracker-resolve-issue event, the builtin missing-reference event is no longer used.

0.6 (Jan 04, 2011)

  • Add support for the debian bugtracker (thanks to Fladischer Michael)
  • Fix NameError in launchpad issue tracker
  • Use HTTPS for BitBucket

0.5.4 (Nov 15, 2010)

  • Use HTTPS for Github

0.5.3 (Nov 14, 2010)

  • Add license text to source tarball

0.5.2 (Sep 17, 2010)

  • Issue reference resolvers get the application object now as fourth argument. The environment is availabe in the .env attribute of this object.
  • Fix the URL of Google Code issues (thanks to Denis Bilenko)
  • Fix detection of closed issues in Google Code (thanks to Denis Bilenko)
  • Improve error message, if issuetracker_issue_pattern has too many groups (thanks to Denis Bilenko)
  • Add warnings for unexpected HTTP status codes in BitBucket and Google Code issue trackers

0.5.1 (Jul 25, 2010)

  • Fix client string for launchpad access

0.5 (Jul 21, 2010)

  • Closed issues are automatically struck trough in HTML output
  • Require Sphinx 1.0 now
  • Fix installation on Windows

0.4 (May 21, 2010)

  • Misc spelling fixes

0.3 (May 02, 2010)

  • Add support for Google Code
  • Add support for Launchpad
  • Issue tracker callbacks get the build environment now

0.2 (Apr 13, 2010)

  • Use missing-reference event instead of custom event

0.1 (Apr 10, 2010)

  • Initial release