OSDN Git Service

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