OSDN Git Service

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