X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=NEWS;h=5d33f5ab64604dc32c7e83fc57e8292a34ead13b;hb=08c585b3dd204708a81dd7661bfa1ece46c5c1e8;hp=29563cbd8187b2657d080b8b7696edd86a229398;hpb=283fc378ebf0e1e1e73a887ce653fde47a09ec14;p=ccunit%2Fccunit.git diff --git a/NEWS b/NEWS index 29563cb..5d33f5a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,48 @@ +new in CCUnit 2.1 + +* renamed setup_setUp/setup_tearDown to setUpBeforeClass/tearDownAfterClass. +* fixed minor bugs and typos. + +new in CCUnit 2.0 + +* went through distcheck of the package. + +New in CCUnit 2.0rc1 + +* removed the general idea of Fixture. +* wrote the cookbook completely again. it became a little easy to understand. +* added the example. + +New in CCUnit 1.3 + +* add functions for fixture setUp/tearDown. +* ASSERT tried in the setUp function in the unsuccessful case + as well so that the tearDown function was called. + +New in CCUnit 1.2 + +* bugs fixed. +* reconforming documents. +* run tests on MacOS X 10.5.8 (PPC) + +New in CCUnit 1.1 + +* shared library supports. you can use configure option, + --enable-shared --enable-static + +New in CCUnit 1.0 + +* add examples +* add objcet assert function +* enable to configure without doxygen/dot +* enable to compile with gcc 2.95 +* enable to compile with NetBSD + +New in CCUnit 1.0rc3 + +* renew test suite code generate function. +* to safe calling ASSERT macros in setUp(). + New in CCUnit 1.0rc2 * Memory leakage was fixed.