[py-svn] py-trunk commit 79ef63777051: finalize release announce and changelog

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Sep 14 17:20:43 CEST 2010


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview
# User holger krekel <holger at merlinux.eu>
# Date 1284474994 -7200
# Node ID 79ef6377705184c55633d456832eea318fedcf61
# Parent  44656a668257838185c8772b8c184cb00c57b4ca
finalize release announce and changelog

--- a/doc/announce/release-1.3.4.txt
+++ b/doc/announce/release-1.3.4.txt
@@ -1,8 +1,10 @@
 py.test/pylib 1.3.4: fixes and new native traceback option
 ===========================================================================
 
-pylib/py.test 1.3.4 is a minor bugfix release featuring small fixes.
-See changelog_ for full history.
+pylib/py.test 1.3.4 is a minor bugfix release featuring small fixes.  See
+below and the changelog_ for full history.
+
+Particular thanks to the issue reporters and Ronny Pfannschmidt for general help.
 
 have fun,
 holger krekel
@@ -13,6 +15,7 @@ Changes between 1.3.3 and 1.3.4
 ==================================================
 
 - fix issue111: improve install documentation for windows
-- fix issue116: --doctestmodules works in the presence of __init__.py files as well
-- fix issue118: new --tb=native option for presenting cpython-standard exceptions
-
+- fix issue119: fix custom collectability of __init__.py as a module
+- fix issue116: --doctestmodules work with __init__.py files as well
+- fix issue115: unify internal exception passthrough/catching/GeneratorExit
+- fix issue118: new --tb=native for presenting cpython-standard exceptions

--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,9 +2,10 @@ Changes between 1.3.3 and 1.3.4
 ==================================================
 
 - fix issue111: improve install documentation for windows
-- fix issue116: --doctestmodules works in the presence of __init__.py files as well
-- fix issue118: new --tb=native option for presenting cpython-standard exceptions
-- fix issue115: introduce py.builtin._sysex for system level exceptions to let through
+- fix issue119: fix custom collectability of __init__.py as a module
+- fix issue116: --doctestmodules work with __init__.py files as well
+- fix issue115: unify internal exception passthrough/catching/GeneratorExit
+- fix issue118: new --tb=native for presenting cpython-standard exceptions
 
 Changes between 1.3.2 and 1.3.3
 ==================================================



More information about the pytest-commit mailing list