diff --git a/doc/CHANGELOG.TXT b/doc/CHANGELOG.TXT index e6203d66..25529133 100755 --- a/doc/CHANGELOG.TXT +++ b/doc/CHANGELOG.TXT @@ -1,3 +1,9 @@ +Version 2.2.1, released October 15th, 2002 +========================================== + +- elog program can now handle large attachments +- find result in threaded mode does not display messages multiple times + Version 2.2.0, released September 25th, 2002 ============================================ diff --git a/elogd.c b/elogd.c index e746f652..05dac24b 100755 --- a/elogd.c +++ b/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 2.88 2002/10/15 08:49:02 midas + Version 2.2.1 + Revision 2.87 2002/10/15 08:07:13 midas Fixed display of multiple messages in threaded find @@ -365,7 +368,7 @@ \********************************************************************/ /* Version of ELOG */ -#define VERSION "2.2.0" +#define VERSION "2.2.1" #include #include