diff --git a/doc/config.html b/doc/config.html index e6579944..add8cc20 100755 --- a/doc/config.html +++ b/doc/config.html @@ -1176,6 +1176,16 @@ Preset on first reply Subject = Re: $Subject Show Attributes Edit = <list>
The same as Show Attributes, but for the entry form. +
  • + Propagate Attributes = <list>
    + 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". +
  • Page title = <string>
    The string specified here is used for the title of the web page. It is diff --git a/doc/index.html b/doc/index.html index 520c83a6..44a8b4b7 100755 --- a/doc/index.html +++ b/doc/index.html @@ -28,7 +28,7 @@  [Links]  * 

    Home of the Electronic Logbook package by Stefan Ritt

    -
    Current version is : 2.8.1
    +
    Current version is : 2.9.0
    certificate diff --git a/doc/index_nd.html b/doc/index_nd.html index 56dda31d..fd855a40 100644 --- a/doc/index_nd.html +++ b/doc/index_nd.html @@ -28,7 +28,7 @@  [Links]  * 

    Home of the Electronic Logbook package by Stefan Ritt

    -
    Current version is : 2.8.1
    +
    Current version is : 2.9.0
    certificate
    diff --git a/src/elog.c b/src/elog.c index 5faaf3a2..938058fb 100755 --- a/src/elog.c +++ b/src/elog.c @@ -9,7 +9,7 @@ \********************************************************************/ -#define VERSION "2.8.1" +#define VERSION "2.9.0" char svn_revision[] = "$Id$"; /* ELOG identification */ diff --git a/src/elogd.h b/src/elogd.h index e59f2af5..d2086bbf 100644 --- a/src/elogd.h +++ b/src/elogd.h @@ -9,7 +9,7 @@ \********************************************************************/ /* Version of ELOG */ -#define VERSION "2.8.1" +#define VERSION "2.9.0" #define _GNU_SOURCE #include