New in CCUnit 1.2

* bugs fixed.
* reconforming documents.
* run tests on MacOS X 10.5.8 (PPC)

New in CCUnit 1.1

* shared library supports. you can use configure option,
  --enable-shared --enable-static

New in CCUnit 1.0

* add examples
* add objcet assert function
* enable to configure without doxygen/dot
* enable to compile with gcc 2.95
* enable to compile with NetBSD

New in CCUnit 1.0rc3

* renew test suite code generate function.
* to safe calling ASSERT macros in setUp().

New in CCUnit 1.0rc2

* Memory leakage was fixed.
* TODO item was added.

New in CCUnit 1.0rc1

* add documentation CCUnit cookbook.
* a document was almost completed.

New in CCUnit 0.6.1

* add missing local m4 macro.

New in CCUnit 0.6

* add prefixes macros in config.h 

New in CCUnit 0.5.1

* no quad_t environment support. (like a cygwin)

New in CCUnit 0.5

* Value wasn't passed by the Assert function in the variable number
  argument, and it tried to pass it to each pattern statically.

New in CCUnit 0.4

* rename CCUnitFailure to CCUnitTestFailure
* The role of the test fixture was exchanged for the test case.
* add comments for doxygen

New in CCUnit 0.3a

* change program structure.

New in CCUnit 0.2b

* src/ccunit/CCUnitAssert.h: fix multiple evaluate parameters.
* src/ccunit/CCUnitReadTestDef.c: fix missing spaces
* src/ccunit/CCUnitFailure.c: don't print expect/actual pair if their are NULL.

New in CCUnit 0.2a

* change test case structure.

New in CCUnit 0.1a

* Alpha released.
