Incremented version

SVN revision: 2377
This commit is contained in:
2011-01-21 13:40:26 +00:00
parent a0bc43fb40
commit 827de5f960
5 changed files with 14 additions and 4 deletions
+10
View File
@@ -1176,6 +1176,16 @@ Preset on first reply Subject = Re: $Subject
<b><code>Show Attributes Edit = &lt;list&gt;</code></b><br>
The same as <b><code>Show Attributes</code></b>, but for the entry form.
</li>
<li>
<b><code>Propagate Attributes = &lt;list&gt;</code></b><br>
With this option, changed in an attribute are autmatically propagated
to all entries of a thread. This can be useful if one has an attribute
"problem status" for example with the options "open",
"under investigation", "fixed". A thread related to a specific problem
can then have several replies. If the problem gets fixed, a new
reply can be made with the attribute "problem status" being "fixed", and
then the propagation causes all entries of this thread to become "fixed".
</li>
<li>
<b><code>Page title = &lt;string&gt;</code></b><br>
The string specified here is used for the title of the web page. It is
+1 -1
View File
@@ -28,7 +28,7 @@
&nbsp;[<a class="nav" href="#links">Links</a>]&nbsp; *&nbsp;</div>
<P class="Sub">Home of the <i>Electronic Logbook</i> package by <a href="mailto:Stefan.Ritt&#64;psi.ch">
Stefan Ritt</a></P>
<div class="version">Current version is : 2.8.1</div>
<div class="version">Current version is : 2.9.0</div>
<center>
<a href="http://www.softpedia.com/progClean/ELOG-Clean-30897.html"><img border="0" src="http://www.softpedia.com/images/spyward/softpedia_free_award_f.gif" alt="certificate" title="certificate" /></a>
+1 -1
View File
@@ -28,7 +28,7 @@
&nbsp;[<a class="nav" href="#links">Links</a>]&nbsp; *&nbsp;</div>
<P class="Sub">Home of the <i>Electronic Logbook</i> package by <a href="mailto:Stefan.Ritt&#64;psi.ch">
Stefan Ritt</a></P>
<div class="version">Current version is : 2.8.1</div>
<div class="version">Current version is : 2.9.0</div>
<center>
<a href="http://www.softpedia.com/progClean/ELOG-Clean-30897.html"><img border="0" src="http://www.softpedia.com/images/spyward/softpedia_free_award_f.gif" alt="certificate" title="certificate" /></a>
</center>
+1 -1
View File
@@ -9,7 +9,7 @@
\********************************************************************/
#define VERSION "2.8.1"
#define VERSION "2.9.0"
char svn_revision[] = "$Id$";
/* ELOG identification */
+1 -1
View File
@@ -9,7 +9,7 @@
\********************************************************************/
/* Version of ELOG */
#define VERSION "2.8.1"
#define VERSION "2.9.0"
#define _GNU_SOURCE
#include <stdio.h>