2004-05-30 Peter Fales * acinclude.m4, aclocal.m4, configure.in, configure In addition to using pkg-config to find the gphoto2 library flags, we should check to see whether it's actually possible to link a program using those flags. 2004-06-18 Henning Meier-Geinitz * doc/gt68xx/gt68xx.TODO: New file. Lots of bugs and missing features for the gt68xx backend. * backend/gt68xx.c backend/gt68xx_devices.c backend/gt68xx_generic.c backend/gt68xx_gt6801.c backend/gt68xx_gt6801.h backend/gt68xx_gt6816.c backend/gt68xx_high.c backend/gt68xx_high.h backend/gt68xx_low.c backend/gt68xx_low.h backend/gt68xx_mid.c doc/descriptions/gt68xx.desc doc/gt68xx/gt68xx.CHANGES: Updated to backend version 61. Lots of fixes for coarse calibration, scanning speed and several scanners. For details, see gt68xx.CHANGES. 2004-06-17 Henning Meier-Geinitz * doc/.cvsignore: Added *.8. 2004-06-17 Stéphane Voltz * backend/umax_pp_low.c doc/descriptions/umax_pp.desc doc/sane-umax_pp.man: fixed overflows in 610P shading calibration coefficients, minor man update, 610P status change from minimal to good 2004-06-16 Oliver Schwartz * backend/snapscan.h backend/snapscan.c backend/snapscan-usb.c: Don't enforce even number of URB packages on 1212u_2 since it causes problems. See bug #300753. 2004-06-15 Henning Meier-Geinitz * backend/snapscan.c: Only use __attribute__ if gcc is used for compilation. Some other compilers don't know __attribute__ and therefore can't compile sane-backends without this fix. See bug #300803. 2004-06-15 Stéphane Voltz * backend/umax_pp_low.h backend/umax_pp_low.c backend/umax_pp_mid.c: 610P gray level shading calibration fix. Added timer to let 610P ASIC to settle down after probing. 2004-06-13 Julien Blache * doc/Makefile.in: saned is in /usr/sbin, its manpage should go to section 8. Fixed everything referring to saned(1) to refer to saned(8). 2004-06-13 Mattias Ellert * doc/descriptions/unsupported.desc: Added NEC Petiscan as unsupported 2004-06-13 Karl Heinz Kremer * backend/sane_usb.c: Added Perfection 1650 back in that was removed by mistake and finally removed Perfection 1250. 2004-06-12 Stéphane Voltz * backend/umax_pp_low.c tools/umax_pp.c: final fixes for 610P color scanning, parallel port autodetection for the umax_pp tool. 2004-06-10 Henning Meier-Geinitz * doc/descriptions/mustek_usb.desc: Fixed version number. 2004-06-08 Gerhard Jaeger * backend/plustek-pp_misc.c: fixed multiple parport problem for kernel 2.6.x. * backend/plustek_pp.c: bumped up version number. * doc/plustek/BUID: bumped up build number. 2004-06-08 Henning Meier-Geinitz * tools/RenSaneDlls.cmd: Fixed newlines. * README.netbsd: Mention SCSI buffer size problems and uk/ss files issue. * backend/mustek.c doc/descriptions/mustek.desc doc/mustek/mustek.CHANGES: Reduced scan area of Mustek Paragon 1200 A3 Pro. Removed warning message. Increased support level to complete. * tools/hotplug/libsane.usermap: Added another variant of a Plustek OpticPro 1248U. * doc/descriptions/unsupported.desc: Added Syscan TravelScan FS-531. 2004-06-06 Karl Heinz Kremer * backend/epson_usb.c: remove product IDs for Perfection 1250 and 1260 2004-06-06 Oliver Schwartz * backend/snapscan-usb.c: Don't use shared memory on OS/2 and when using pthreads. 2004-06-06 Henning Meier-Geinitz * tools/hotplug/libsane.usermap: Added Mustek BearPaw 2448 Plus and Plustek OpticPro U16B. 2004-06-05 Henning Meier-Geinitz * tools/README tools/RenSaneDlls.cmd: Added REXX script to convert backend-DLL-filenames according to 8.3 naming convention necessary for DLLs on OS/2 (from Franz Bakan). 2004-06-02 Henning Meier-Geinitz * backend/net.c doc/sane-net.man doc/saned.man frontend/saned.c: Changed service name from "sane" to "sane-port". This is the IANA registered service name for port 6566 (bug #300758). 2004-06-02 Oliver Schirrmeister * fujitsu.c bugfix: It is possible to read duplex color now. 2004-05-31 Henning Meier-Geinitz * AUTHORS: Mattias Ellert has CVS write access now. 2004-05-30 Peter Fales * acinclude.m4, aclocal.m4, configure.in, configure Use pkg-config rather than gphoto2-config to get gphoto build parameters (bug #300686) 2004-05-30 Henning Meier-Geinitz * backend/v4l.c: Used SANE_VALUE_SCAN_MODE_* constants. * doc/descriptions-external/viceo.desc: Mention special kernel patch. 2004-05-29 Henning Meier-Geinitz * backend/sp15c.c: Fixed the fix of the sanei_thread fix (from Mattias Ellert). 2004-05-28 Henning Meier-Geinitz * README.hp-ux: Mention trouble with higher optimization levels (from Ulrich Deiters ). * doc/descriptions/unsupported.desc: Added Dell A920, Microtek 1850S and Plustek OpticPro m12. Removed HP,Scanjet 2300 (already in genesys.desc). * backend/sp15c.c: Fixed sanei_thread fix (bug #300634, by Mattias Ellert). 2004-05-27 Oliver Schwartz * backend/snapscan.c backend/snapscan-usb.c: Use shared memory for urb counters 2004-05-24 Henning Meier-Geinitz * backend/dll.c doc/descriptions/dll.desc: Work around 8 char limit for dynamic loading on OS/2 (patch from Franz Bakan ). 2004-05-24 m. allan noah * backend/fujitsu.[ch]: apply Mattias Ellert's thread patch split packet counter into r and w 2004-05-23 Henning Meier-Geinitz * tools/check-usb-scanner.c: Detect GL660+GL646 on USB2 also. Fixed Mustek MA1017 scanner freeze problem. * backend/Makefile.in backend/agfafocus.c backend/agfafocus.h backend/microtek2.c backend/microtek2.h backend/sp15c.c backend/sp15c.h backend/tamarack.c backend/tamarack.h: Use sanei_thread instead of fork() in the unmaintained backends. Patches from Mattias Ellert (bugs: 300635, 300634, 300633, 300629). 2004-05-21 Gerhard Jaeger * sanei/sanei_pp.c: fixed compilation problem on HP-UX. 2004-05-21 Ulrich Deiters * backend/canon.c, canon-sane.c, canon.h: removed an option (OPT_PAGE) that conflicted with some frontends 2004-05-18 Ulrich Deiters * backend/canon.c, canon-sane.c: memory leak and bug fixed in slide scanner code 2004-05-18 Henning Meier-Geinitz * doc/descriptions/unsupported.desc: Added more Canon cartridge scanners. Updated Visioneer Paperport 3100b. 2004-05-18 Michael Herder * backend/Makefile.in: adjusted for use with sanei_thread and artec_eplus48u backend (thanks Mattias Ellert) 2004-05-16 Oliver Rauch * sanei/sanei_config.c: added DIR_SEP=";" and PATH_SEP="\\" for windows (when windows.h) is available * backend/dll.c: added DIR_SEP definitions from sanei_config.c and replaced relevant ":" by DIR_SEP 2004-05-15 Gerhard Jaeger * doc/plustek/BUID: bumped up build number. * doc/plustek/Plustek-PARPORT.changes: update * backend/plustek-pp_misc.c: fixed kernel 2.6 issue. fixed also Bug #300698. 2004-05-15 Michael Herder * backend/artec_eplus48u.c backend/artec_eplus48u.h: applied patch from Mattias Ellert (thanks), which adds support for sanei_thread 2004-05-15 St�hane Voltz * backend/umax_pp_low.c backend/umax_pp.c tools/umax_pp.c: fixed origin shift bug for 610P. Added on guard against configuration that can put several 'port' option in conf file. 2004-05-13 St�hane Voltz * backend/umax_pp_low.c backend/umax_pp.c tools/umax_pp.c: fixed data lines reordering for 610P 2004-05-12 Henning Meier-Geinitz * sane-backends.lsm: Updated FTP server link to ftp.sane-project.org. 2004-05-11 Henning Meier-Geinitz * Makefile.in: Remove autoconf temp files and some japi stuff in distclean target. 2004-05-10 St�hane Voltz * backend/umax_pp_low.c : fixed 300x600 dpi scans, direct hardware access and timing issues for 610P 2004-05-06 Jochen Eisinger * tools/hotplug/libusbscanner: latest hotplug doesn't set DEVICE on 2.6.x kernels. Added a workaround 2004-05-05 Matthew Duggan * include/sane/saneopts.h: Added SANE_VALUE_SCAN_MODE_* strings. * backend/canon_pp.c: Used them. 2004-05-01 Jochen Eisinger * tools/hotplug/libsane.usbmap: removed empty lines, latest hotplug cannot cope with them 2004-03-15 St�hane Voltz * backend/umax_pp_low.c backend/umax_pp_low.h backend/umax_pp_mid.c backend/umax_pp_mid.h backend/umax_pp.c backend/umax_pp.h tools/umax_pp.c: added support for 610P 2004-05-01 Henning Meier-Geinitz * configure configure.in: Warnings enabled again. Added -cvs to version. * Makefile.in: Added Changelog-1.0.14 to DISTFILES. Older entries can be found in ChangeLog-1.0.14.