Skip to content

Latest commit

 

History

History
125 lines (88 loc) · 3.09 KB

NEWS.rst

File metadata and controls

125 lines (88 loc) · 3.09 KB

User-visible changes

0.8.0 - 2013-05-30

  • aaargh is now required
  • Python 3 is now supported
  • Added site matcher for luaforge, rubyforge and sourceforge
  • SSL certificates are now verified by default
  • New subcommands for mangling configuration file; add, list and remove
  • xz archives are now matched by default with the tar matcher
  • configobj is no longer required

0.7.0 - 2012-02-03

  • Added bitbucket and savannah site matchers
  • Support for re.VERBOSE matchers
  • Safer database updates
  • httplib2 0.7 is now required
  • Improved the robustness of config file reading, thanks to configobj
  • Now requires blessings
  • Fixes for people using distribute to install

0.6.0 - 2011-07-17

  • Compatible with httplib2 0.7
  • Various updates to GitHub matcher
  • All versions now reported in hackage checks

0.5.6 - 2011-05-25

  • Updated Debian matcher to search for Debian specific tarballs

0.5.5 - 2011-04-05

  • Updated Debian matcher to search for bzip2 compressed files

0.5.4 - 2011-01-03

  • Switched to documented API for GitHub matcher, fixes 404s

0.5.3 - 2011-01-03

  • Updated GitHub matcher, for recent site changes

0.5.2 - 2010-12-20

  • Now uses termcolor for coloured output
  • Updated GitHub URLs, to remove spurious warnings

0.5.1 - 2010-06-16

  • Fixed pypi site matcher to work with robots.txt support

0.5.0 - 2010-06-08

  • Added --list-sites option to display built-in supported sites
  • More complete documentation using the wonderful Sphinx
  • Support for robots.txt
  • Python v2.6 or a later release from the v2 branch is required, unfortunately Python v3 isn’t supported yet
  • httplib2 and ConfigObj are now required

0.4.0 - 2010-01-22

  • Added configurable per-site check frequency
  • Added cpan site matcher
  • hackage site matcher fix for recent upstream changes

0.3.1 - 2010-01-11

  • Added github site matcher

0.3.0 - 2009-11-17

  • Coloured output with termstyle
  • New vim-script site matcher
  • New debian site matcher
  • Switched to JSON as database format
  • Better handling of HTTP errors

0.1.0 - 2009-09-18

  • Initial release