heading for 0.4.1a

git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@70 4ebea2bb-67d4-0310-8558-a5799e421b66
This commit is contained in:
gernot 2003-04-04 22:23:02 +00:00
parent 55297c187a
commit 804f6eefc3
2 changed files with 17 additions and 1 deletions

16
NEWS
View File

@ -1,3 +1,19 @@
0.4.1a (tag CAPISUITE_041a):
============================
* fixed a bug in the rc-script of CapiSuite which made
"capisuite start" unfunctional in 0.4.1 (path of executable changed)
* included tests and changes for gcc-2.95, no patch necessary
any more to build CapiSuite with it
* CapiSuite now checks controller abilities and respects them
when connecting (e.g. use extended fax protocols if available)
-> this also works around a severe crash with AVM drivers when
transmitting a fax to/from some analog devices
* fixed SECURITY bug in cronjob which allowed every CapiSuite user
to become root. Sorry... :-((
0.4.1 (tag CAPISUITE_041):
==========================
* cron script: redirect error output to /dev/null

View File

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