------------------------------------------------------------------- Fri May 6 12:32:26 UTC 2011 - saschpe@suse.de - Update to version 3.4: + The XML report is now sorted by package name, fixing issue 88. + Programs that exited with sys.exit() with no argument weren't handled properly, producing a coverage.py stack trace. That is now fixed. - Changes from version 3.3.1: + Using parallel=True in .coveragerc file prevented reporting, but now does not, fixing issue 49. + When running your code with "coverage run", if you call sys.exit(), coverage.py will exit with that status code, fixing issue 50. - Added documentation (AUTHORS.txt, CHANGES.txt and README.txt) - Addded changes file ------------------------------------------------------------------- Sat Aug 22 12:00:00 UTC 2009 - cfarrell1980@gmail.com - Require setuptools ------------------------------------------------------------------- Thu May 28 12:00:00 UTC 2009 - cfarrell1980@gmail.com - Initial import