X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=blobdiff_plain;f=ChangeLog;h=d21d6b8994d3a335e659c920dcb6aec0fe949ff8;hp=af0e720c6c6e4239bb10a891d5f48388bdb2371f;hb=4923d221772f05926ace6356d9ad4a1c59203e8d;hpb=d6ffc2cc70cecf6462a17236156a5cdcf1800c5f diff --git a/ChangeLog b/ChangeLog index af0e720..d21d6b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,90 @@ +2011-10-31 MORIOKA Tomohiko + + * Makefile.in (ABI_VERSION): Update to 1:0:1. + + * concord.c (struct CONCORD_Object_Header): New structure. + (CONCORD_OBJECT_TYPE_NULL): New macro. + (CONCORD_OBJECT_TYPE_C_STRING): New macro. + (CONCORD_OBJECT_TYPE_INT): New macro. + (CONCORD_OBJECT_TYPE_DS): New macro. + (CONCORD_OBJECT_TYPE_GENRE): New macro. + (CONCORD_OBJECT_TYPE_FEATURE): New macro. + (CONCORD_OBJECT_TYPE_INDEX): New macro. + (CONCORD_OBJECT_TYPE_OBJECT): New macro. + (struct CONCORD_DS_Table): Add new member `header'. + (concord_open_ds): Setup ds->header. + (struct CONCORD_Genre_Table): Add new member `header'. + (concord_ds_open_genre): Setup ds->header. + (struct CONCORD_Feature_Table): Add new member `header'. + (concord_genre_open_feature): Setup ds->header. + (struct CONCORD_INDEX_Table): Add new member `header'. + (concord_genre_open_index): Setup ds->header. + +2012-07-07 MORIOKA Tomohiko + + * configure.in: Support db5 in Fink. + +2012-04-25 MORIOKA Tomohiko + + * README.en (Reporting Bugs): Modify for + chise-{en|ja}@lists.chise.org. + +2012-04-09 MORIOKA Tomohiko + + * README.en: Remove descriptions about CVS and add description + about the new Git repository. + +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. + + * Makefile.in (tar): Fixed. + 2006-04-14 MORIOKA Tomohiko * concord.c (concord_ds_open_genre): Use instead of