OSDN Git Service

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