- heading for 0.4.1 :-)

git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@54 4ebea2bb-67d4-0310-8558-a5799e421b66
This commit is contained in:
gernot 2003-03-20 12:28:54 +00:00
parent b39e36f079
commit edec263da9
3 changed files with 14 additions and 14 deletions

24
NEWS
View File

@ -1,21 +1,21 @@
0.4.1 (tag NN):
===============
0.4.1 (tag 0.4.1):
==================
* cron script: redirect error output to /dev/null
* 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: fixed problems when doing "make install" to an arbitrary prefix
* 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 idle.py freezing which lead to CapiSuite not sending
faxes any more after some time (#527)
* scripts: fixed remote inquiry: mixed new and old messages sometimes
* 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
* scripts: stricter permissions of received files and dirs (#544)
* scripts: new option dial_prefix implemented (#537)
* scripts: better check for options read from config files, (#531)
many options are optional now with a resonable default
* scripts: capisuitefax shebang corrected (#536)
Thanks goes mainly to Achim Bohnet and Dieter Pelzel for reporting bugs
0.4 (tag CAPISUITE_04):
=======================

View File

@ -1,5 +1,5 @@
AC_INIT(src/main.cpp)
AM_INIT_AUTOMAKE(capisuite,0.4.cvs)
AM_INIT_AUTOMAKE(capisuite,0.4.1)
AM_CONFIG_HEADER(config.h)
AC_LANG_CPLUSPLUS

View File

@ -5,7 +5,7 @@
<!ENTITY cs "<application>CapiSuite</application>">
]>
<book lang="en">
<title>CapiSuite 0.4</title>
<title>CapiSuite 0.4.1</title>
<subtitle><ulink url="http://www.capisuite.de"/></subtitle>