Accepting request 351067 from home:marec2000:branches:devel:languages:python

update to 4.0.3

OBS-URL: https://build.opensuse.org/request/show/351067
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=49
This commit is contained in:
2016-01-04 09:33:21 +00:00
committed by Git OBS Bridge
parent a56d4460d2
commit 7f2df14eeb
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Dec 28 12:16:34 UTC 2015 - marec@detebe.org
- update to 4.0.3:
- Fixed a mysterious problem that manifested in different ways: sometimes
hanging the process (`issue 420`_), sometimes making database connections
fail (`issue 445`_).
- The XML report now has correct ``<source>`` elements when using a
``--source=`` option somewhere besides the current directory. This fixes
`issue 439`_. Thanks, Arcady Ivanov.
- Fixed an unusual edge case of detecting source encodings, described in
`issue 443`_.
- Help messages that mention the command to use now properly use the actual
command name, which might be different than "coverage". Thanks to Ben Finney,
this closes `issue 438`_.
-------------------------------------------------------------------
Sat Oct 31 07:50:25 UTC 2015 - dmueller@suse.com