OSDN Git Service

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