Incremented version

SVN revision: 2377
This commit is contained in:
Stefan Ritt 2011-01-21 13:40:26 +00:00
parent a0bc43fb40
commit 827de5f960
5 changed files with 14 additions and 4 deletions

View File

@ -1176,6 +1176,16 @@ Preset on first reply Subject = Re: $Subject
<b><code>Show Attributes Edit = &lt;list&gt;</code></b><br> <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. The same as <b><code>Show Attributes</code></b>, but for the entry form.
</li> </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> <li>
<b><code>Page title = &lt;string&gt;</code></b><br> <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 The string specified here is used for the title of the web page. It is

View File

@ -28,7 +28,7 @@
&nbsp;[<a class="nav" href="#links">Links</a>]&nbsp; *&nbsp;</div> &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"> <P class="Sub">Home of the <i>Electronic Logbook</i> package by <a href="mailto:Stefan.Ritt&#64;psi.ch">
Stefan Ritt</a></P> 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> <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> <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>

View File

@ -28,7 +28,7 @@
&nbsp;[<a class="nav" href="#links">Links</a>]&nbsp; *&nbsp;</div> &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"> <P class="Sub">Home of the <i>Electronic Logbook</i> package by <a href="mailto:Stefan.Ritt&#64;psi.ch">
Stefan Ritt</a></P> 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> <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> <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> </center>

View File

@ -9,7 +9,7 @@
\********************************************************************/ \********************************************************************/
#define VERSION "2.8.1" #define VERSION "2.9.0"
char svn_revision[] = "$Id$"; char svn_revision[] = "$Id$";
/* ELOG identification */ /* ELOG identification */

View File

@ -9,7 +9,7 @@
\********************************************************************/ \********************************************************************/
/* Version of ELOG */ /* Version of ELOG */
#define VERSION "2.8.1" #define VERSION "2.9.0"
#define _GNU_SOURCE #define _GNU_SOURCE
#include <stdio.h> #include <stdio.h>