OSDN Git Service

change struct name
[ccunit/ccunit.git] / NEWS
1 New in CCUnit 1.0rc2
2
3 * Memory leakage was fixed.
4 * TODO item was added.
5
6 New in CCUnit 1.0rc1
7
8 * add documentation CCUnit cookbook.
9 * a document was almost completed.
10
11 New in CCUnit 0.6.1
12
13 * add missing local m4 macro.
14
15 New in CCUnit 0.6
16
17 * add prefixes macros in config.h 
18
19 New in CCUnit 0.5.1
20
21 * no quad_t environment support. (like a cygwin)
22
23 New in CCUnit 0.5
24
25 * Value wasn't passed by the Assert function in the variable number
26   argument, and it tried to pass it to each pattern statically.
27
28 New in CCUnit 0.4
29
30 * rename CCUnitFailure to CCUnitTestFailure
31 * The role of the test fixture was exchanged for the test case.
32 * add comments for doxygen
33
34 New in CCUnit 0.3a
35
36 * change program structure.
37
38 New in CCUnit 0.2b
39
40 * src/ccunit/CCUnitAssert.h: fix multiple evaluate parameters.
41 * src/ccunit/CCUnitReadTestDef.c: fix missing spaces
42 * src/ccunit/CCUnitFailure.c: don't print expect/actual pair if their are NULL.
43
44 New in CCUnit 0.2a
45
46 * change test case structure.
47
48 New in CCUnit 0.1a
49
50 * Alpha released.