mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Version 2.2.1
SVN revision: 261
This commit is contained in:
parent
076920ddbf
commit
61d134c688
@ -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
|
Version 2.2.0, released September 25th, 2002
|
||||||
============================================
|
============================================
|
||||||
|
|
||||||
|
|||||||
5
elogd.c
5
elogd.c
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$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
|
Revision 2.87 2002/10/15 08:07:13 midas
|
||||||
Fixed display of multiple messages in threaded find
|
Fixed display of multiple messages in threaded find
|
||||||
|
|
||||||
@ -365,7 +368,7 @@
|
|||||||
\********************************************************************/
|
\********************************************************************/
|
||||||
|
|
||||||
/* Version of ELOG */
|
/* Version of ELOG */
|
||||||
#define VERSION "2.2.0"
|
#define VERSION "2.2.1"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user