Version 2.0.1

SVN revision: 138
This commit is contained in:
2002-06-18 13:16:01 +00:00
parent 2d38254389
commit 905c76f436
2 changed files with 15 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
Version 2.0.1, released June 18th, 2002
=======================================
- Removed "width=50%" from logbook selection page
- Added "port" option to config file
Version 2.0.0, released June 17th, 2002
=======================================
+8 -1
View File
@@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG
$Log$
Revision 2.25 2002/06/18 13:15:29 midas
Version 2.0.1
Revision 2.24 2002/06/18 07:48:33 midas
Fixed bug with previous submission
@@ -176,7 +179,7 @@
\********************************************************************/
/* Version of ELOG */
#define VERSION "2.0.0"
#define VERSION "2.0.1"
#include <stdio.h>
#include <sys/types.h>
@@ -9250,6 +9253,10 @@ usage:
n++;
}
/* get port from configuration file */
if (getcfg("global", "Port", str))
tcp_port = atoi(str);
server_loop(tcp_port, daemon);
#ifdef OS_UNIX