Version 2.3.6
SVN revision: 507
This commit is contained in:
+5
-2
@@ -1,9 +1,12 @@
|
||||
Version 2.3.6, released April xxx, 2003
|
||||
=======================================
|
||||
Version 2.3.6, released April 23rd, 2003
|
||||
========================================
|
||||
|
||||
- Eliminated WEB_BUFFER_SIZE, made memory allocation dynamically
|
||||
- Fixed bug that attachments were deleted on reply
|
||||
- Added flag "Hidden = 0|1"
|
||||
- Added warning if maximum number of attachments reached
|
||||
- Fixed bug: Upon login on a logbook with guest access, one got
|
||||
back to the "not logged in" page if username or password was wrong
|
||||
|
||||
Version 2.3.5, released April 9th, 2003
|
||||
=======================================
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@
|
||||
[<a class=nav href="#links">Links</a>]
|
||||
* </div>
|
||||
<P class=Sub>Home of the <i>Electronic Logbook</i> package by <a href="mailto:Stefan.Ritt@psi.ch">Stefan Ritt</a></P>
|
||||
<div class=version> Current version is : 2.3.4 </div>
|
||||
<div class=version> Current version is : 2.3.6 </div>
|
||||
|
||||
<hr><a name="whatis">
|
||||
<div class=section> What is ELOG ? </div>
|
||||
|
||||
+2
-1
@@ -269,4 +269,5 @@ Password recovery for ELOG %s = Kennwort-Wiederherstellung f
|
||||
Host = Computer
|
||||
Your ELOG account has been activated = Ihr ELOG Konto wurde aktiviert
|
||||
Activate = Aktivieren
|
||||
Maximum number of attachments reached = Maximale Anzahl von Anhängen erreicht
|
||||
Maximum number of attachments reached = Maximale Anzahl von Anhängen erreicht
|
||||
Invalid user name <i>"%s"</i> = Falscher Benutzer-Name <i>"%s"</i>
|
||||
|
||||
+4
-1
@@ -6,6 +6,9 @@
|
||||
Contents: Web server program for Electronic Logbook ELOG
|
||||
|
||||
$Log$
|
||||
Revision 1.92 2003/04/23 10:40:21 midas
|
||||
Version 2.3.6
|
||||
|
||||
Revision 1.91 2003/04/23 09:59:46 midas
|
||||
Fixed bug that administrator could not change passwords of other users
|
||||
|
||||
@@ -794,7 +797,7 @@
|
||||
\********************************************************************/
|
||||
|
||||
/* Version of ELOG */
|
||||
#define VERSION "2.3.5"
|
||||
#define VERSION "2.3.6"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
Reference in New Issue
Block a user