diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-12-26 22:11:13 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-12-27 21:08:32 +0100 |
commit | bcacd8fc80f8b366566d576fd654856930cfc4a4 (patch) | |
tree | be5e4513800bd0e2216ef1aebdbd1d265e08d27b /lib/subunit/NEWS | |
parent | 983a3ea437d76b769b82726cc602d26e0e57894a (diff) | |
download | samba-bcacd8fc80f8b366566d576fd654856930cfc4a4.tar.gz samba-bcacd8fc80f8b366566d576fd654856930cfc4a4.tar.bz2 samba-bcacd8fc80f8b366566d576fd654856930cfc4a4.zip |
subunit: Update to latest upstream version.
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date(master): Thu Dec 27 21:08:32 CET 2012 on sn-devel-104
Diffstat (limited to 'lib/subunit/NEWS')
-rw-r--r-- | lib/subunit/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/subunit/NEWS b/lib/subunit/NEWS index f28ec5a6df..081dc5dbfc 100644 --- a/lib/subunit/NEWS +++ b/lib/subunit/NEWS @@ -5,12 +5,25 @@ subunit release notes NEXT (In development) --------------------- +0.0.9 +----- + BUG FIXES ~~~~~~~~~ +* All the source files are now included in the distribution tarball. + (Arfrever Frehtes Taifersar Arahesis, Robert Collins, #996275) + * ``python/subunit/tests/test_run.py`` and ``python/subunit/filters.py`` were not included in the 0.0.8 tarball. (Robert Collins) +* Test ids which include non-ascii unicode characters are now supported. + (Robert Collins, #1029866) + +* The ``failfast`` option to ``subunit.run`` will now work. The dependency on + testtools has been raised to 0.9.23 to permit this. + (Robert Collins, #1090582) + 0.0.8 ----- |