commit | 8dc71f21618346c273fdbe49004890d64dfada6e | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Sep 05 02:00:21 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Sep 05 02:00:21 2006 +0000 |
tree | caf2beddfab7a4ba5e1755bfe1b90dba6519f64c | |
parent | d3da7d394a64f3894b625842da4e5cc2f13bac08 [diff] |
This was found by Guido AFAIK on p3yk (sic) branch.
diff --git a/Misc/NEWS b/Misc/NEWS index 3275c7a..7883c18 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -40,6 +40,13 @@ - Bug #1543303, patch #1543897: remove NUL padding from tarfiles. +Tests +----- + +- Fix bsddb test_basics.test06_Transactions to check the version + number properly. + + Documentation -------------