OSDN Git Service

Added auto generated files.
[ccunit/ccunit.git] / ChangeLog
index 593aeb9..5ac84a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,41 @@
+2010-08-27  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
+
+       * NEWS, configure.ac: upgrade version
+
+       * tests/testReadSuite.c: inserted the relative path from configure.
+
+       * Makefile.am, src/ccunit/Makefile.am, tests/Makefile.am:
+       add clean file.
+
+       * doc/ccunit.css: add own stylesheet
+
+       * tests/Makefile.am, src/tools/Makefile.am, src/ccunit/Makefile.am:
+       inserted the relative path from configure.
+
+       * src/Makefile.am:
+       prevented config.h from going into the distribution package.
+
+       * examples/complex/Makefile.am:
+       inserted the relative path from configure.
+
+       * doc/mainpage.dox: adjusted the position of the list.
+
+       * doc/header.html: add own stylesheet
+
+       * doc/Makefile.am: inserted the relative path from configure.
+
+       * doc/Doxyfile.in: add own stylesheet
+
+       * config/ax_prefix_config_h.m4: insert new module.
+
+       * configure.ac: changed variously
+
+       * Makefile.am: deleted the unnecessary file.
+
 2010-08-25  TSUTSUMI Kikuo  <tsutsumi@users.sourceforge.jp>
 
+       * configure.ac: adapted it to libtool 2.2.8
+
        * src/ccunit/CCUnitReadSuite.c:
        I changed it from the char to the int to fit the argument of isspace and ispunct to the prototype declaration.