From 7c81308e0a0ef62c2d57b0e468cf64149e04f85a Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 20 Nov 2002 14:20:48 +0000 Subject: [PATCH] Version 2.2.3 SVN revision: 288 --- doc/CHANGELOG.TXT | 9 +++++++++ doc/config.html | 4 ++-- doc/faq.html | 24 ++++++++++++++++++++---- 3 files changed, 31 insertions(+), 6 deletions(-) diff --git a/doc/CHANGELOG.TXT b/doc/CHANGELOG.TXT index 3fa19cac..cbcaf96c 100755 --- a/doc/CHANGELOG.TXT +++ b/doc/CHANGELOG.TXT @@ -1,3 +1,12 @@ +Version 2.2.3, released Nobember 20th, 2002 +=========================================== + +- Added "charset = ..." option +- Fixed bug with 10 attachments +- Added "Table align = ..." option +- Create data directory automatically +- Allow substitutions in attributes for searches, like "Author=$full_name" + Version 2.2.2, released Nobember 6th, 2002 ========================================== diff --git a/doc/config.html b/doc/config.html index 50d09f19..b9e64628 100755 --- a/doc/config.html +++ b/doc/config.html @@ -213,8 +213,8 @@ Here are the available options, by broad categories:

  • Data dir = <directory>
    Each logbook has a separate directory where the logbook entries are stored, which -is controlled by this statement. Note that the directories must exist and must -be writable by the elogd program. +is controlled by this statement. If the directory does not exist, it is created +autmatically by the elogd program.

  • Number Attachments = <number> diff --git a/doc/faq.html b/doc/faq.html index 08768d0d..d57c77f2 100755 --- a/doc/faq.html +++ b/doc/faq.html @@ -25,7 +25,7 @@
    Frequently Asked Questions about usage and administration

    - +