diff --git a/NEWS b/NEWS index 02b0b61..cbf9c01 100644 --- a/NEWS +++ b/NEWS @@ -40,10 +40,6 @@ * core: accept incoming color faxes now - * scripts: added new options "fax_email_from" and "voice_email_from" to - answering_machine.conf and fax.conf (thx to Achim Bohnet for submitting - a patch with this feature!; closes bug #46) - * started a detailed ChangeLog file from 2003-10-05. From now on, NEWS should only contain important changes from a user's point of view, while ChangeLog records all changes in detail. @@ -80,6 +76,10 @@ building CapiSuite. If you change your sfftobmp version later, you'll have to adapt the function sfftotif at the beginning of cs_helpers.py manually. + + * scripts: added new options "fax_email_from" and "voice_email_from" to + answering_machine.conf and fax.conf (thx to Achim Bohnet for submitting + a patch with this feature!; closes bug #46) * core: use shorter, more readable format for Python traceback logging diff --git a/scripts/answering_machine.confin b/scripts/answering_machine.confin index 853d471..8604a9c 100644 --- a/scripts/answering_machine.confin +++ b/scripts/answering_machine.confin @@ -80,7 +80,7 @@ record_length="60" # finished by the answering machine record_silence_timeout="5" -# voice_email_from (optional, default voice message addressee) [New in 0.5] +# voice_email_from (optional, default voice message addressee) # When voice messages are send by e-mail this address is used in the 'From:' # header field. voice_email_from="capisuite daemon " diff --git a/scripts/fax.confin b/scripts/fax.confin index 799951c..c020304 100644 --- a/scripts/fax.confin +++ b/scripts/fax.confin @@ -108,7 +108,7 @@ fax_stationID="+49 000 0000" # fax_headline="Sent by CapiSuite (www.CapiSuite.de)" -# fax_email_from (optional, default fax addressee) [New in 0.5] +# fax_email_from (optional, default fax addressee) # When a received fax is distributed by e-mail this address # used in the 'From:' header field. Ditto from success/failed fax e-mail # messages.