summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHubert Figuiere <hub@figuiere.net>2008-11-26 01:28:24 -0500
committerHubert Figuiere <hub@figuiere.net>2008-11-26 01:28:24 -0500
commit7b2a7be2cca06f4225b86cd52ad0d77958d7fd98 (patch)
tree3704bb8776d69b3d9886b002e3f80ff5f1479511 /ChangeLog
parent4c36cfcd907f811feb10a52c0bc27e68188c5816 (diff)
* exempi/tests/Makefile.am (TESTS_ENVIRONMENT):
BOOST_TEST_CATCH_SYSTEM_ERRORS=no is set before running the test. This avoid a failure because of system() on boost 1.35 and later. See https://svn.boost.org/trac/boost/ticket/1723
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac71639..d5dc27e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-26 Hubert Figuiere <hub@figuiere.net>
+
+ * exempi/tests/Makefile.am (TESTS_ENVIRONMENT):
+ BOOST_TEST_CATCH_SYSTEM_ERRORS=no is set before running
+ the test. This avoid a failure because of system() on
+ boost 1.35 and later.
+ See https://svn.boost.org/trac/boost/ticket/1723
+
2008-11-24 Hubert Figuiere <hub@figuiere.net>
* source/XMPFiles/FormatSupport/ReconcileTIFF.cpp (ImportSingleTIFF_ASCII):