finalize release announcement, changelog

This commit is contained in:
holger krekel 2013-10-04 12:34:47 +02:00
parent 19a76337a4
commit 018860d626
2 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,7 @@ Changes between 2.4.1 and 2.4.2
- on Windows require colorama and a newer py lib so that py.io.TerminalWriter() - on Windows require colorama and a newer py lib so that py.io.TerminalWriter()
now uses colorama instead of its own ctypes hacks. (fixes issue365) now uses colorama instead of its own ctypes hacks. (fixes issue365)
thanks Paul Moore for bringing it up.
- fix "-k" matching of tests where "repr" and "attr" and other names would - fix "-k" matching of tests where "repr" and "attr" and other names would
cause wrong matches because of an internal implementation quirk cause wrong matches because of an internal implementation quirk

View File

@ -3,6 +3,10 @@ pytest-2.4.2: colorama on windows, plugin/tmpdir fixes
pytest-2.4.2 is another bug-fixing release: pytest-2.4.2 is another bug-fixing release:
- on Windows require colorama and a newer py lib so that py.io.TerminalWriter()
now uses colorama instead of its own ctypes hacks. (fixes issue365)
thanks Paul Moore for bringing it up.
- fix "-k" matching of tests where "repr" and "attr" and other names would - fix "-k" matching of tests where "repr" and "attr" and other names would
cause wrong matches because of an internal implementation quirk cause wrong matches because of an internal implementation quirk
(don't ask) which is now properly implemented. fixes issue345. (don't ask) which is now properly implemented. fixes issue345.
@ -24,6 +28,9 @@ pytest-2.4.2 is another bug-fixing release:
the normal capturing should catch enough possibilities the normal capturing should catch enough possibilities
of tests messing up standard FDs. of tests messing up standard FDs.
- add pluginmanager.do_configure(config) as a link to
config.do_configure() for plugin-compatibility
as usual, docs at http://pytest.org and upgrades via:: as usual, docs at http://pytest.org and upgrades via::
pip install -U pytest pip install -U pytest