Version 2.1.2

SVN revision: 230
This commit is contained in:
Stefan Ritt 2002-09-10 15:34:54 +00:00
parent fbf44448b6
commit c622a9a6f8
2 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,9 @@ Version 2.1.2, released September xx, 2002
- Self registration now also works without guest menu commands
- Reversed up/down arrow to indicate sort order
- 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
=========================================

View File

@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG
$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
Made selections work with 'copy to' and 'move to'
@ -317,7 +320,7 @@
\********************************************************************/
/* Version of ELOG */
#define VERSION "2.1.1"
#define VERSION "2.1.2"
#include <stdio.h>
#include <sys/types.h>