OSDN Git Service

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