OSDN Git Service

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