From da5dcf86b3190ec11e17407d6bb57f49d71a44bf Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Tue, 14 Oct 2003 09:32:11 +0000 Subject: [PATCH] * backend/gt68xx_low.c: Fixed compilation bug when debugging is disabled. * backend/test.c doc/descriptions/test.desc: Fixed cancelling when threads are used. Only SIGPIPE is blocked now. Sleep indefinetly after the reader_process has finished. Minor fixes of debug messages. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 236ff115c..a49ae2687 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-10-13 Henning Meier-Geinitz + + * backend/gt68xx_low.c: Fixed compilation bug when debugging is + disabled. + * backend/test.c doc/descriptions/test.desc: Fixed cancelling when + threads are used. Only SIGPIPE is blocked now. Sleep indefinetly + after the reader_process has finished. Minor fixes of debug + messages. + 2003-10-13 Gerhard Jaeger * sanei/sanei_thread.c include/sane/sanei_thread.h: Fixed OS/2 compilation