- sorted news items a little bit

- added some validation checks to reading of script config (bug #531)


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@47 4ebea2bb-67d4-0310-8558-a5799e421b66
This commit is contained in:
gernot 2003-03-20 08:54:06 +00:00
parent 0a96c35d9e
commit 7e2e6ab615
1 changed files with 14 additions and 10 deletions

24
NEWS
View File

@ -105,14 +105,18 @@
0.4.1 (tag NN):
===============
* cron script: redirect error output to /dev/null
* scripts: fixed a bug in incoming.py that lead to idle.py
doing nothing after a while and so no faxes were sent any more
(bug #527)
* core: cosmetical code improvements to make old gcc-2.95 more happy
* core: cosmetical code improvements to make old gcc-2.95 more happy
* core: fixed quite some problems when doing "make install" to an arbitrary
prefix, thanks to Achim Bohnet for pointing me to these
* core: moved "capisuite" to <prefix>/sbin instead of bin
* scripts: fixed bug #527 in incoming.py that lead to idle.py doing
nothing after a while and so no faxes were sent any more
* scripts: fixed remote inquiry: mixed new and old messages sometimes
* core: fixed quite some problems when doing "make install" to an arbitrary
prefix, thanks to Achim Bohnet for pointing me to these
* core: moved "capisuite" to <prefix>/sbin instead of bin
* scripts: stricter permissions of received files and dirs, thx to Achim Bohnet
this fixes bug #544
* scripts: dial_prefix implemented, closes bug #537
* scripts: stricter permissions of received files and dirs, thx to
Achim Bohnet for reporting bug #544
* scripts: dial_prefix implemented, closes bug #537, reported by Achim
* scripts: better check for options read from config files, any missing
option either has a default now or produces an error message
-> fixes bug #531, thx to Dieter Pelzel(?) for reporting