Version 2.2.1

SVN revision: 261
This commit is contained in:
2002-10-15 08:49:02 +00:00
parent 076920ddbf
commit 61d134c688
2 changed files with 10 additions and 1 deletions
+6
View File
@@ -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
============================================
+4 -1
View File
@@ -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 <stdio.h>
#include <sys/types.h>