diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4955 | 5 | ||||
-rw-r--r-- | changes/tinytest_update | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug4955 b/changes/bug4955 new file mode 100644 index 0000000000..60896ae11a --- /dev/null +++ b/changes/bug4955 @@ -0,0 +1,5 @@ + o Major bugfixes: + - Fix the build when built with nat-pmp support. Fixes bug 4955; + bugfix on 0.2.3.11-alpha. Reported by Anthony G. Basile + <blueness@gentoo.org>, thanks! + diff --git a/changes/tinytest_update b/changes/tinytest_update new file mode 100644 index 0000000000..7f76796a7f --- /dev/null +++ b/changes/tinytest_update @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Update to the latest version of the tinytest unit testing framework. + This includes a couple of bugfixes that can be relevant for running + forked unit tests on Windows, and a removal of all reserved + identifiers. |