X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2FChangeLog;h=cd1eac629a50570aa121a6a31697532b9f980651;hb=49a5e4f534603eb5f17111d591a00812d06fbd90;hp=fb6b6ecceadfb36e03b973f3eaa50812607c6024;hpb=b8c0362218e33749429a40fc7f37a932a847e87d;p=citadel.git diff --git a/citadel/ChangeLog b/citadel/ChangeLog index fb6b6ecce..cd1eac629 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,3 +1,19 @@ +1999-02-24 Nathan Bryant + * configure.in: improved check for pthreads + * configure.in, routines.c, acconfig.h: check for ut_type in struct utmp + * configure.in, Makefile.in: support for building server modules as + relocatable objects for BSDI (which still uses a.out *gag* *choke*) + * configure.in: compiler choice & flags for BSDI; check for libtermcap + * database.c: don't use a critical section in open_databases() + * housekeeping.c: use getfloor()/putfloor() instead of + lgetfloor()/lputfloor() in check_ref_counts() + * mime_parser.c: include + * msgbase.c: include + * sysdep.c: hacks for BSDI. use signals to fake thread cancellation; + don't call master_cleanup() directly from signal handler. + * routines.c: prototype getutline() if necessary + * getutline.c: stupid bugfix + Mon Feb 15 22:59:00 EST 1999 Vaggelis Tsirkas * citadel.c: increased hostname buffer size to handle very big names