mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-27 02:57:22 +00:00
Version 2.1.2
SVN revision: 230
This commit is contained in:
parent
fbf44448b6
commit
c622a9a6f8
@ -4,6 +4,9 @@ Version 2.1.2, released September xx, 2002
|
|||||||
- Self registration now also works without guest menu commands
|
- Self registration now also works without guest menu commands
|
||||||
- Reversed up/down arrow to indicate sort order
|
- Reversed up/down arrow to indicate sort order
|
||||||
- Added IP information to log file
|
- Added IP information to log file
|
||||||
|
- Added "Select" functionality
|
||||||
|
- Added ROptions for radio button options
|
||||||
|
- Added "Copy to" and "Move to" to specify certain logbooks
|
||||||
|
|
||||||
Version 2.1.1, released August 13th, 2002
|
Version 2.1.1, released August 13th, 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.72 2002/09/10 15:34:38 midas
|
||||||
|
Version 2.1.2
|
||||||
|
|
||||||
Revision 2.71 2002/09/10 05:59:04 midas
|
Revision 2.71 2002/09/10 05:59:04 midas
|
||||||
Made selections work with 'copy to' and 'move to'
|
Made selections work with 'copy to' and 'move to'
|
||||||
|
|
||||||
@ -317,7 +320,7 @@
|
|||||||
\********************************************************************/
|
\********************************************************************/
|
||||||
|
|
||||||
/* Version of ELOG */
|
/* Version of ELOG */
|
||||||
#define VERSION "2.1.1"
|
#define VERSION "2.1.2"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user