OSDN Git Service

add new news.
[ccunit/ccunit.git] / NEWS
1 New in CCUnit 1.3
2
3 * add functions for fixture setUp/tearDown.
4 * ASSERT tried in the setUp function in the unsuccessful case
5   as well so that the tearDown function was called.
6
7 New in CCUnit 1.2
8
9 * bugs fixed.
10 * reconforming documents.
11 * run tests on MacOS X 10.5.8 (PPC)
12
13 New in CCUnit 1.1
14
15 * shared library supports. you can use configure option,
16   --enable-shared --enable-static
17
18 New in CCUnit 1.0
19
20 * add examples
21 * add objcet assert function
22 * enable to configure without doxygen/dot
23 * enable to compile with gcc 2.95
24 * enable to compile with NetBSD
25
26 New in CCUnit 1.0rc3
27
28 * renew test suite code generate function.
29 * to safe calling ASSERT macros in setUp().
30
31 New in CCUnit 1.0rc2
32
33 * Memory leakage was fixed.
34 * TODO item was added.
35
36 New in CCUnit 1.0rc1
37
38 * add documentation CCUnit cookbook.
39 * a document was almost completed.
40
41 New in CCUnit 0.6.1
42
43 * add missing local m4 macro.
44
45 New in CCUnit 0.6
46
47 * add prefixes macros in config.h 
48
49 New in CCUnit 0.5.1
50
51 * no quad_t environment support. (like a cygwin)
52
53 New in CCUnit 0.5
54
55 * Value wasn't passed by the Assert function in the variable number
56   argument, and it tried to pass it to each pattern statically.
57
58 New in CCUnit 0.4
59
60 * rename CCUnitFailure to CCUnitTestFailure
61 * The role of the test fixture was exchanged for the test case.
62 * add comments for doxygen
63
64 New in CCUnit 0.3a
65
66 * change program structure.
67
68 New in CCUnit 0.2b
69
70 * src/ccunit/CCUnitAssert.h: fix multiple evaluate parameters.
71 * src/ccunit/CCUnitReadTestDef.c: fix missing spaces
72 * src/ccunit/CCUnitFailure.c: don't print expect/actual pair if their are NULL.
73
74 New in CCUnit 0.2a
75
76 * change test case structure.
77
78 New in CCUnit 0.1a
79
80 * Alpha released.