From 804f6eefc35948e9f88731ad70dc67913206ee0c Mon Sep 17 00:00:00 2001 From: gernot Date: Fri, 4 Apr 2003 22:23:02 +0000 Subject: [PATCH] heading for 0.4.1a git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@70 4ebea2bb-67d4-0310-8558-a5799e421b66 --- NEWS | 16 ++++++++++++++++ configure.in | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 54b96ba..63b17d0 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.in b/configure.in index dc97515..7c51295 100644 --- a/configure.in +++ b/configure.in @@ -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