From 1e4595cbcad51e00c506096b82aeb89c0a1fbb32 Mon Sep 17 00:00:00 2001 From: Chris Bagwell Date: Wed, 9 Nov 2011 21:59:36 -0600 Subject: [PATCH] update ChangeLog for previous commits. --- ChangeLog | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c91dac30c..1bb6dc681 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,15 @@ -2011-11-07 Chris Bagwell +2011-11-09 Chris Bagwell + * configure, configure.in, acinclude.m4: + Convert enable_dynamic to "auto" behavior. Previous + attempt was resulting in it always defaulting to + "yes" and user had to use --disable-dynamic on + platforms that couldn't support it. + * backend/epson2-ops.c, backend/epson2.c, backend/epson2.h: + minor portability changes to epson2. #ifdef some optional + headers and use usleep() instead of sleep(). Switch to + sanei_udb_set_noblock(). + +2011-11-08 Chris Bagwell * backend/Makefile.*: Finish preload linking fix. dll.c was being linked in with convienence library. If it needs to have two behaviors then we need to