Re: [Cppunit-devel] Next release of CppUnit
Brought to you by:
blep
From: CppUnit d. m. l. <cpp...@li...> - 2008-02-20 06:17:40
|
On Wed, Feb 13, 2008 at 02:03:52PM +0530, CppUnit development mailing list wrote: > Hi, > > Can anybody tell me when is the CppUnit 2.0 is getting released? Is > there any Beta version available? I just released the latest version: 1.12.1. It's got a few fixes over 1.12.0: New in CppUnit 1.12.1: ---------------------- * Assertion: - CPPUNIT_ASSERT_DOUBLES_EQUAL() now properly handles non-finite values, specifically NaN, +Inf, and -Inf. * Portability: - Fixed some compilation issue for QtTestRunner. - Code should build on Windows in UNICODE mode. Enjoy, -Steve |