X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=69da4c927b831578354bc8415865278ebacdf972;hb=d25491d4714c498bffdcd1a8d981a174875a9323;hp=a0d8f38a1726509a9b45410da4bc6c2cd7c38b1b;hpb=8d45b8b047fb8e3abc50b4014cd10af4f75b7137;p=chise%2Fconcord.git diff --git a/ChangeLog b/ChangeLog index a0d8f38..69da4c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2012-02-08 MORIOKA Tomohiko + + * configure.in: + - Don't use "AC_CHECK_FUNCS(strnlen)". + - When $ac_cv_func_strnlen_working = "yes", define HAVE_STRNLEN. + +2011-08-24 MORIOKA Tomohiko + + * Makefile.in (CFLAGS): Add $(DEFS). + + +2010-06-10 MORIOKA Tomohiko + + * Concord 0.0.2 released. + + * configure.in: Update version to 0.0.2. + +2008-07-21 MORIOKA Tomohiko + + * configure.in: Add settings for --with-site-includes=PATH and + --with-site-libraries=PATH. + + +2008-05-27 MORIOKA Tomohiko + + * Concord 0.0.1 released. + +2008-01-12 MORIOKA Tomohiko + + * Makefile.in (MKDIR): New variable. + (install.h): Make $(INCLUDE_INSTALLDIR). + (install.libs): Make $(LIB_INSTALLDIR). + +2006-12-22 MORIOKA Tomohiko + + * configure.in: Update version to 0.0.1. + + * Makefile.in (libconcord.la): Specify `-no-undefined' to avoid + error on Cygwin [suggested by KAMICHI Koichi ]. + (concord.lo): Specify `--mode=compile'. + (concord-bdb.lo): ditto. + (name.lo): ditto. + (install.libs): Specify `--mode=install'. + + 2006-05-11 MORIOKA Tomohiko * Concord 0.0.0 released.