X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2FChangeLog;h=4c7189d7e43274bcd30928fbf4e87c1ca4404e77;hb=7eda06f15186213bc85e7fa448a48e25011ba8f5;hp=a235422fc5f2341ad9791f249cd3c3f061eab063;hpb=141e6923590a8099d7403b5b8d7a5fac5710ed5c;p=citadel.git diff --git a/citadel/ChangeLog b/citadel/ChangeLog index a235422fc..4c7189d7e 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,3 +1,9 @@ +Fri May 21 20:05:00 EDT 1999 Art Cancro + * Added function CtdlGetDynamicSymbol() for dynamic symbol allocation + * server.h: Changed discrete #define's to enum's where appropriate + * sysdep.c: Changed the startup message to give credit to the whole + development team :) Also made the message more GNU-ish. + Thu May 20 20:01:30 EDT 1999 Art Cancro * database.c: print log messages for file defragmentations * citserver.c: implemented CtdlAllocUserData() and CtdlGetUserData() @@ -86,8 +92,8 @@ Thu Apr 8 22:51:28 EDT 1999 Art Cancro is checked for in config.c 1999-04-08 Nathan Bryant - * citserver.c: improved is_public_client(), also if a public_client only - supplies a numeric address, attempt to resolve it + * citserver.c: improved is_public_client(), also if a public_client + only supplies a numeric address, attempt to resolve it * locate_host.c: verify that the forward DNS matches the reverse * locate_host.c, locate_host.h: more general interface * configure.in, acconfig.h: fixes for Digital UNIX @@ -97,8 +103,8 @@ Wed Apr 7 21:36:16 EDT 1999 Art Cancro 1999-04-07 Nathan Bryant * configure.in: updated help messages, OpenBSD support - * setup.c: if /etc/inittab doesn't exist, don't ask to create an entry - in it + * setup.c: if /etc/inittab doesn't exist, don't ask to create an + entry in it * server.h, sysdep.c: fix a potential deadlock/data corruption bug * room_ops.c: fixed the 'gdbm error: Illegal data' message when deleting a room which had never been posted to