OSDN Git Service

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