From eff64a2d24a31258808b4478796372226d1b89bf Mon Sep 17 00:00:00 2001 From: brarcher Date: Wed, 7 May 2014 01:37:11 +0000 Subject: [PATCH] Update NEWS with bug#96 fix git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1127 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index b7d7944..590181b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ In development: # Mentioning Check 0.9.12 for now, to fix distcheck target until next release +* Fix issue with string formatting in ck_assert_(u)int_* calls, where using + the % operator would be interpreted as a string formatter. Bug #96. + * If the LOG/XML/TAP file name is set to "-" either through the srunner_set_log() srunner_set_xml() or srunner_set_tap() calls or through the related environment variables, the logged data will be -- 2.50.1