summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1011
1 files changed, 458 insertions, 553 deletions
diff --git a/ChangeLog b/ChangeLog
index 45053b8..06efddb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,602 +1,507 @@
-****** Release of sane-backends 1.0.24. End of code freeze ******
+****** Release of sane-backends 1.0.25. End of code freeze ******
-2013-09-30 m. allan noah <kitno455 at gmail dot com>
- * po/nl.po: updated translation from Martin Kho.
+2015-09-30 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * doc/descriptions/pixma.desc, doc/sane-pixma.man:
+ Canon PIXMA MG5600 Series is working, reported by Gavin Falconer.
-2013-09-30 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_mp810.c: fix button support for Canon CS8800F.
+2015-09-26 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.23
-2013-09-24 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_imageclass.c, doc/descriptions/pixma.desc,
- doc/sane-pixma.man: New scanner Canon imageCLASS MF4770n
- reported by Ralph Little.
+2015-06-22 Louis Lagendijk <louis dot lagendijk at gmail dot com>
+ * doc/saned.man: updated to clarify systemd integration and
+ configuration for thecase where saned is compiled with systemd
+ glue.
-2013-09-18 Alex Belkin <abc at telekom.ru>
- * backend/xerox_mfp.conf.in doc/descriptions/xerox_mfp.desc: usb id
- for dell 1235cn, reported by Jean-Francois Labrousse.
+2015-09-18 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_imageclass.c: for all adf scanners restrict maximum page
+ height at flatbed scans
-2013-09-17 m. allan noah <kitno455 at gmail dot com>
- * sanei/sanei_init_debug.c: do our own upcasing to allow backend
- debugging in Turkish. Revert prior set_locale() patch.
- * po/uk.po: updated by Yuri Chornoivan
- * backend/microtek.c: add missing break (#314408)
+2015-09-16 Stéphane Voltz <stef.dev@free.fr>
+ * backend/niash.c: merged pu/protect-niash-option-access-315132 and
+ ifdef'ed unused code
-2013-09-16 Gerhard Jaeger <gerhard@gjaeger.de>
- * backend/plustek-usbdevs.c: Tweaked motor settings for CanoScan N650U
- * backend/plustek.c: Bumped build number
+2015-09-16 Stéphane Voltz <stef.dev@free.fr>
+ * backend/pieusb.c: include sane/config.h first
-2013-09-13 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
- New scanners Canon Pixma MG2400, MG2500, MG3500, MG5500, MG64000, MG6500
- and MG7100. All scanners need further testing.
- * backend/pixma_imageclass.c, doc/descriptions/pixma.desc,
- doc/sane-pixma.man: New scanners Canon imageCLASS MF4570dw and
- imageRUNNER 1133. All scanners need further testing.
- * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.4
-
-2013-09-08 paul newall
- * kodakaio.desc: Added hero 4.1 model, marked some scanners as staus basic
-
-2013-08-27 m. allan noah <kitno455 at gmail dot com>
- * acinclude.m4, configure: enable pthread on Linux by default
- * sanei/sanei_init_debug.c: use C locale when building debug
- env vars, to allow backend debugging in Turkish. Patch from
- Olaf Meeuwissen.
-
-2013-08-26 Chris Bagwell <chris@cnpbagwell.com>
- * sanei/sanei_usb.c: Treat errno of EACCES as access denied.
- This is what libusb is return on my Linux box. This will help
- give more helpful error messages to user during debugging.
- * testsuite/sanie/sanie_usb_test.c: Do not treat open failures
- because of permission errors or already opened by other processes
- as test failures since this is expected in some cases (such as
- network devices that use vendor specific class).
-
-2013-08-16 Chris Bagwell <chris@cnpbagwell.com>
- * testsuite/sanei/Makefile.am: Add missing data files to distribution.
- Pass in $srcdir to sanei_config_test so it knows were data files are
- regardless of were ran from.
- * testsuite/sanei/sanei_config_test.c: Use full path for config
- file. This allows "make distcheck" to work for this testcase
- since it uses a different build directory then source directory
- and also runs it from build directory.
- * testsuite/sanei/sanei_usb_test.c: add a fake name string
- when creating MAX_DEVICE fake devices so that strcmp() won't
- crash.
- * testsuite/tools/Makefile.am: Add missing data files to distribution.
- Make use of $srcdir so test case can base when build directory
- is not same as source directory.
-
-2013-08-15 Chris Bagwell <chris@cnpbagwell.com>
- * sanei/sanei_thread.c: Add support for winpthreads used by
- mingw64 in addition to preexisting support for pthread-win32 used
- by mingw32. Based on work from Michael Cronenworth for
- Fedora's mingw64 sane-backends package.
-
-2013-08-15 Chris Bagwell <chris@cnpbagwell.com>
- * configure.in: Make snmp detection work better when cross conmpiling;
- such as mingw builds on Fedora host. Most likely, net-snmp-config
- values are for local host so ignore them if matching library isn't
- also found. Required updated all autofoo's generated files to newer
- version by running 'autoreconf -i -f' and repatching ltmain.sh.
- * test-driver: Added missing test-driver that automake installs.
- Its expected to exist by the Makefile.in that we also checkin.
-
-2013-08-11 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys_low.[ch] backend/genesys_conv.c backend/genesys.c
- backend/genesys_gl841.c backend/genesys_gl646.c: make use of hardware
- gamma tables to implement constrast and brightness correction.
-
-2013-08-07 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys.[ch] backend/genesys_conv.c doc/sane-genesys.man
- po/fr.po: add digital brightness and contrast options.
- Add an option to set calibration cache file name.
-
-2013-08-07 Stéphane Voltz <stef.dev@free.fr>
- * frontend/tstbackend.c: add argument to get verbose messages during
- checks.
-
-2013-08-04 Stéphane Voltz <stef.dev@free.fr>
- * sanei/sanei_constrain_value.c
- testsuite/sanei/sanei_constrain_test.c: fixed the case where the
- rounding in sanei_constrain_value computes a value higher than the
- range maximum, spotted and proposed by viresh_shirol@yahoo.co.uk .
- Added testcase for the bug in testsuite.
-
-2013-08-02 Stéphane Voltz <stef.dev@free.fr>
- * configure configure.in testsuite/Makefile.* testsuite/tools/*: add
- a testsuite for sane-desc, then merge hwdb support for sane-desc by
- Tom Gundersen <teg@jklm.no> .
-
-2013-07-31 m. allan noah <kitno455 at gmail dot com>
- * backend/canon_dr*: backend version 41
- - initial P-208 and P-215 support
- - bug fix for calibration of scanners with duplex_offset
- - allow duplex_offset to be controlled from config file
-
-2013-07-30 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys.c: fixed typo when defining OPT_SWDEROTATE cap
- (#314339).
-
-2013-07-19 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_mp150.c: Canon Pixma MX920 has duplex ADF and supports
- max. 600 dpi @ ADF.
-
-2013-07-18 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_mp810.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
- Canon PIXMA MG8200 is working now.
- * backend/pixma.[ch], backend/pixma_mp150.c, backend/pixma_mp810.c,
- backend/pixma_sane_options.[ch], doc/sane-pixma.man, po/de.po:
- - New button option --scan-resolution. Scan resolution is provided from
- some multi function devices.
- - Add some detailed button option description to the pixma man page.
- * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.3
-
-2013-06-26 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys.[ch] backend/genesys_devices.c backend/genesys_gl124.[ch]
- backend/genesys_low.[ch]: improve scanning speed and quality for GL124
- based scanner by implementing half ccd mode below 600 dpi,
- thanks for an hardware donation from Dany Qumsiyeh.
-
-2013-07-03 Rolf Bensch <rolf at bensch hyphen online dot de>
- * doc/descriptions/pixma.desc, doc/sane-pixma.man:
- Canon PIXMA MG5200 Series support reported by Dimitri Fellous.
- * .gitignore: ignore all .* files
-
-2013-06-27 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma.c: fix mode list for infrared scans
-
-2013-06-27 m. allan noah <kitno455 at gmail dot com>
- * backend/fujitsu*: backend v117
- - default buffer-mode to off
- - improved error handling in sane_start
- - image width must be multiple of 8 when swcrop is used before binarization (iX500)
- - check hopper sensor before calling object_position(load) on iX500
- * .gitignore: ignore .deps directories
-
-2013-06-26 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys.c backend/genesys.conf.in backend/genesys_devices.c
- backend/genesys_gl846.c backend/genesys_gl846.h backend/genesys_low.c
- backend/genesys_low.h: add experimental description and code for the
- GL845 based Opticbook 3800.
-
-2013-06-22 Alex Belkin <abc at telekom.ru>
- * backend/xerox_mfp.conf.in doc/descriptions/xerox_mfp.desc: multiple
- usb ids for Samsung models, reported by Mikhail Elhimov.
-
-2013-06-21 Rolf Bensch <rolf at bensch hyphen online dot de>
- * doc/descriptions/pixma.desc: Canon PIXMA MG3100 Series WLAN support
- reported by Torben Nielsen.
-
-2013-06-19 Stéphane Voltz <stef.dev@free.fr>
- * frontend/scanimage.c: protect for group option with incorrect
- capabilites.
- * frontend/tstbackend.c: add test to check is group option are
- settable. Fix test_getdevices() function.
-
-2013-06-18 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys.c: add missing cap to 2 option group tp fix long
- argument option bug in scanimage.
-
-2013-06-15 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_mp810.c: fix test mode
-
-2013-06-10 Stéphane Voltz <stef.dev@free.fr>
- * tools/check-usb-chip.c: add genesys GL128, GT-68xx usb chip
- detection.
-
-2013-06-10 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_mp810.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
- New scanner Canon CanoScan 9000F Mark II.
- * backend/pixma_mp810.c: Disable TPU negatives scan for CS8800F and CS9000F.
- Negatives scan has no benefit for the user and disabling avoids confusion.
-
-2013-06-03 Stéphane Voltz <stef.dev@free.fr>
- * tools/sane-find-scanner.c tools/check-usb-chip.c: add genesys usb
- chip detection when compiled for libusb-1.0 .
-
-2013-06-03 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys_gl646.c: #314293 fix
-
-2013-05-29 Rolf Bensch <rolf at bensch hyphen online dot de>
- * doc/sane-pixma.man:
- - HTML parseable name section (bug #314283)
- - typo in device names
-
-2013-05-27 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys_gl646.c: #314261 fix
-
-2013-05-11 Rolf Bensch <rolf at bensch hyphen online dot de>
- * README.linux: some distros need libusb-1_0-devel.
-
-2013-05-11 Jonathan Bravo Lopez <jkdsoft@gmail.com>
- * backend/hp3900_rts8822.c: fix compilation warnings.
-
-2013-04-26 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma.[ch], backend/pixma_common.[ch], backend/pixma_imageclass.c,
- backend/pixma_io_sanei.c, backend/pixma_mp150.c, backend/pixma_mp7[35]0.c,
- backend/pixma_mp810.c: update copyright.
+2015-09-14 Stéphane Voltz <stef.dev@free.fr>
+ * backend/bh.c: replace mktemp by mkstemp #300134
-2013-04-24 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
- New scanners Canon Pixma E510, E610 and MX720. All scanners need further
- testing.
+2015-09-13 Paul Newall <p dot newalls at ntlworld dot com>
+ * backend/kodakaio.c:
+ redundant variable bitposn and redundant function kodakaio_rxflush
+ commented out.
-2013-04-19 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_imageclass.c, doc/descriptions/pixma.desc,
- doc/sane-pixma.man: New scanner Canon i-SENSYS MF3010 reported by
- Nathan Stewart.
+2015-09-09 Stéphane Voltz <stef.dev@free.fr>
+ * doc/sane-genesys.man, doc/descriptions/genesys.desc: No LiDE 120
+ support.
-2013-04-11 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
- New scanners Canon Pixma MG2200, MG3200, MG5400, MX390, MX450, MX520 and
- MX920. All scanners need further testing.
-
-2012-04-03 Alex Belkin <abc at telekom.ru>
- * doc/descriptions/xerox_mfp.desc: add Samsung SCX-4835FD networked
- support, reported by Dave Lewis. USB mode doesn't work.
-
-2013-04-02 Stéphane Voltz <stef.dev@free.fr>
- * backend/lexmark.c backend/lexmark.h: fix device detection to
- handle hotplugging and unplugging of USB devices. USe
- sanei_usb_exit().
-
-2013-03-29 Stéphane Voltz <stef.dev@free.fr>
- * backend/gt68xx.c backend/gt68xx_low.h: fix device detection to
- handle hotplugging and unplugging of USB devices.
- * frontend/tstbackend.c: a test to loop over snae_get_devices to
- check if a backend handle hotplugging correctly
-
-2013-03-27 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys.c backend/genesys_low.h backend/genesys_gl846.c:
- warning fixes, SANE option correctness fixes.
-
-2013-03-25 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_mp150.c: fix button support for Canon Pixma MG6300.
-
-2013-03-24 Stéphane Voltz <stef.dev@free.fr>
- * sanei/test_wire.c, testsuite/sanei/sanei_*test.c: move test program
- to testsuite/sanei. Add unit test programs for sanei_check_*,
- sanei_constrain_*, sanei_config_* and sanei_usb_* functions.
-
-2013-03-24 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys.c: make use of the new sanei_usb_scan_devices function
- in sane_get_devices.
-
-2013-03-24 Stéphane Voltz <stef.dev@free.fr>
- * sanei/sanei_usb.c include/sane/sanei_usb.h:
- separate device search logic from usb init by creating a
- sanei_usb_scan_devices. Add a sanei_usb_exit function to free
- allocated resources by sanei_usb_init.
-
-2013-03-21 Rolf Bensch <rolf at bensch hyphen online dot de>
+2015-09-08 m. allan noah <kitno455 at gmail dot com>
+ * backend/artec_eplus48u.c: fix HOME env bug #315071 (from Jörg Frings-Fürst)
+
+2015-09-03 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_mp810.c: Canon Pixma MP990 needs specific reordering pixels
+ for 4800 dpi, patch from Guillaume Courtois.
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.22
+
+2015-08-20 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * README.linux: add mandatory and optional development environment to
+ install description
+ * frontend/scanimage.c: remove atexit() function. In some cases atexit()
+ doesn't work with libusb-compat.
+
+2015-08-10 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_io_sanei.c: EOF is a bjnp timeout error.
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.21
+
+2015-08-10 Stéphane Voltz <stef.dev@free.fr>
+ * backend/abaton.c, backend/agfafocus.c, backend/apple.c,
+ backend/bh.c, backend/coolscan.c, backend/dmc.c, backend/ricoh.c,
+ backend/s9036.c, backend/sp15c.[ch], backend/tamarack.c:
+ fix for memleak in sane_get_devices (bugs #300132 #300131 #300130 #300129
+ #300127 #300126 #300124 #300122 #300121 #300120)
+
+2015-08-10 Klaus Kämpf <kkaempf@suse.com>
+ * backend/pieusb.c, doc/descriptions/pieusb.desc, doc/sane-pieusb.man,
+ backend/pieusb_buffer.c, backend/pieusb_scancmd.c, backend/pieusb_specific.c,
+ backend/pieusb_usb.c:
+ New scanners PIE PowerSlide 3600,3650,4000,5000 / Reflecta DigitDia 3600,
+ 4000, 5000, 6000; ProScan 7200; CrystalScan 7200. These scanners need
+ further testing.
+
+2015-08-08 Stéphane Voltz <stef.dev@free.fr>
+ * backend/test.c: fix memleaks (#313553)
+ * configure.in, configure: don not harcode -I/usr/local/include
+ (#315060)
+
+ open/close tests.
+2015-08-07 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * README.linux: update development packages list. OpenSuse needs
+ libusb-compat-devel. Sane doesn't support libusb 1.0.
+ * backend/pixma_io_sanei.c: EOF isn't an usb timeout error; this fixes usb
+ communication problems, e.g. with OpenSuse.
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.20
+
+2015-08-06 Stéphane Voltz <stef.dev@free.fr>
+ * backend/genesys_devices.c, backend/genesys_gl841.c, backend/genesys_low.c:
+ fix GPIO setup for LiDE 33/40/50, add more usleep() for GL847
+ scanning issues. Some GL841 LEDADD improvements.
+
+2015-07-31 Stéphane Voltz <stef.dev@free.fr>
+ * frontend/tstbackend.c: add an option to do tests scans during
+ open/close tests.
+ * backend/genesys.c, backend/genesys_low.c: fixes for
+ - #315104
+ - #315105
+ And a timing issue on USB3 hardware debugged and tracked by John S.
+ Weber <jweber53@gmail.com>
+
+2015-07-29 Rolf Bensch <rolf at bensch hyphen online dot de>
* backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
- New scanner Canon Pixma MP230 reported by Petar Dodev.
-
-2013-03-18 Stéphane Voltz <stef.dev@free.fr>
- * backend/hp5590.c backend/nec.c backend/sharp.c backend/stv680:
- apply use after free fixes, bugs #314035, #314036, #314037 and
- #314038
- * backend/hp4200.c: fix a potential division by O, bug #314042
- All five patches for these bugs were provided by Nickolai Zeldovich
- <nickolai@csail.mit.edu>
+ New scanner Canon PIXMA MG3600 Series. This scanner needs further testing.
+ * backend/pixma_mp150.c: Canon PIXMA MG7500 Series doesn't need special
+ image format post processing.
+ * doc/descriptions/pixma.desc, doc/sane-pixma.man:
+ Canon PIXMA MG7500 Series is working, reported by Jonathan Anderson.
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.19
-2013-03-15 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
- New scanner Canon Pixma MG6300 reported by Theo van Rijn.
+2015-07-24 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * doc/descriptions/pixma.desc, doc/sane-pixma.man:
+ Canon PIXMA MX470 Series is working, bug #314894.
-2013-02-28 Stéphane Voltz <stef.dev@free.fr>
- * configure.in configure: restored HAVE_USBCALLS like initially
- committed for OS/2 support
+2015-06-27 Louis Lagendijk <louis dot lagendijk at gmail dot com>
+ * backend/pixma_bjnp.c: added missing return in case of no error
-2013-03-04 Oliver Schwartz <oliverschwartz@users.sf.net>
- * backend/snapscan-options.c backend/snapscan-scsi.c backend/snapscan.c
- backend/snapscan-sources.c backend/snapscan.h
- doc/descriptions/snapscan.desc: Added support for Acer Scanwit 2720S
- implemented by Andrew Goddbody.
+2015-06-27 Louis Lagendijk <louis dot lagendijk at gmail dot com>
+ * backend/pixma_bjnp.c Added backend version in bjnp debug output
-2013-02-28 Stéphane Voltz <stef.dev@free.fr>
- * sanei/sanei_usb.c: only free devanme when reusing a device slot in
- device list
+2015-06-11 Stéphane Voltz <stef.dev@free.fr>
+ * backend/genesys.c backend/genesys_gl124.h: LiDE 120 support
+ improvement.
-2013-02-28 Rolf Bensch <rolf at bensch hyphen online dot de>
- * README.linux: ease installation procedure.
+2015-05-18 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_imageclass.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
+ New scanner Canon i-SENSYS MF8300 Series, reported by Florian Nierhaus.
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.18
-2013-02-27 Stéphane Voltz <stef.dev@free.fr>
- * doc/descriptions/genesys.desc: update G2410 status to basic
+2015-04-12 Stéphane Voltz <stef.dev@free.fr>
+ * doc/sane-genesys.man backend/genesys.[ch] backend/genesys_low.c:
+ fix calibration cleared when calibration file loaded,
+ add expiration time option for cache.
-2013-02-27 Stéphane Voltz <stef.dev@free.fr>
- * backend/rts8891.c backend/rts88xx_lib.c backend/lexmark.c
- backend/lexmark_low.c backend/rts8891_low.c: cppcheck errors and
- warnings fixes
+2015-04-07 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_mp810.c: Canon Pixma MP990 TPU scan patch from Guillaume
+ Courtois.
+ * doc/descriptions/pixma.desc: remove unmaintained websites
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.17
-2013-02-27 Rolf Bensch <rolf at bensch hyphen online dot de>
- * README.linux: fix installation path for libsane.la.
+2015-04-03 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_imageclass.c, doc/descriptions/pixma.desc,
+ doc/sane-pixma.man: New Canon scanners i-SENSYS MF210 Series, MF220 Series,
+ MF5900 Series, MF6100 Series and imageCLASS MF810/820. All scanners need
+ further testing.
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.16
+ * backend/pixma.[ch], backend/pixma_common.[ch], backend/pixma_imageclass.c,
+ backend/pixma_io_sanei.c, backend/pixma_mp150.c, backend/pixma_mp7[35]0.c,
+ backend/pixma_mp810.c: update copyright.
+
+2015-03-17 Stéphane Voltz <stef.dev@free.fr>
+ * backend/genesys.c, backend/genesys.conf.in,
+ backend/genesys_devices.c, backend/genesys_gl124.c,
+ backend/genesys_gl124.h, backend/genesys_low.h,
+ doc/descriptions/genesys.desc, doc/sane-genesys.man: add support for
+ Canon LiDE 120
+
+2015-03-14 René Rebe <rene@exactcode.de>
+ * backend/avision.h backend/avision.c:
+ fixed 32-bit build regression due new feature_type and
+ reverted 4d38523bdacd18186857ee8a93daaa0f8721c89b
+
+2015-03-13 René Rebe <rene@exactcode.de>
+ * doc/sane-avision.man, backend/avision.h, backend/avision.c:
+ fixed newer avision scanner duplex scanning, and removed unnecessary
+ feature_type2 clutter by using a uint64_t to share all bits
+
+2015-03-12 René Rebe <rene@exactcode.de>
+ * doc/descriptions/avision.desc, backend/avision.c:
+ fixed multiple regressions (range initilaizer, clobbering
+ paper-length window bits, ...) introduced over the past years, added
+ support for newer ASIC gamma table size, added AV220D2+ ID
+2015-03-04 Stéphane Voltz <stef.dev@free.fr>
+ * doc/descriptions/genesys.desc: mark LiDE 120 as unsupported.
+
+2015-03-02 Stéphane Voltz <stef.dev@free.fr>
+ * backend/genesys_low.c, backend/genesys_gl124.[ch]:
+ improve parking reliability for LiDE 210
+
+2015-03-01 Stéphane Voltz <stef.dev@free.fr>
+ * backend/genesys_devices.c, backend/genesys_gl124.c:
+ final tuning for Canon LiDE 220
+
+2015-02-26 Stéphane Voltz <stef.dev@free.fr>
+ * backend/genesys.c, backend/genesys.conf.in,
+ backend/genesys_devices.c, backend/genesys_gl124.c,
+ backend/genesys_gl124.h, backend/genesys_low.h,
+ doc/descriptions/genesys.desc, doc/sane-genesys.man: add support for
+ Canon LiDE 220
+
+2015-02-21 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_mp150.c: Canon PIXMA MG6400 Series doesn't need special
+ image format post processing.
+ * doc/descriptions/pixma.desc, doc/sane-pixma.man:
+ Canon PIXMA MG6400 Series is working, reported by Christian Spielberger.
+ * backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
+ New scanners Canon PIXMA MX490 Series and E480 Series. All scanners need
+ further testing.
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.15
-2013-02-22 Gerhard Jaeger <gerhard@gjaeger.de>
- * tools/sane-find-scanner.c: Fix another bug in the libusb1
- part of function check_libusb_device() that prevents sanner
- detection for certain devices.
+2015-02-09 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * doc/descriptions/pixma.desc: Canon PIXMA MX920 Series supports Ethernet
+ and WiFi interfaces.
-2013-02-20 Gerhard Jaeger <gerhard@gjaeger.de>
- * tools/sane-find-scanner.c: Setup libusb1 debugging after
- initialization otherwise a segfault appears in triple -v mode
- * sanei/sanei_usb.c: Free heap memory, acquired via strdup for
- devname, in sanei_usb_close()
- * po/de.po: Fixed typo
+2015-02-06 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * doc/descriptions/pixma.desc, doc/sane-pixma.man:
+ Canon PIXMA MG2500 Series is working, reported by Brenda Ruch.
-2013-02-18 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma.[ch], backend/pixma_common.[ch], backend/pixma_imageclass.c,
- backend/pixma_mp150.c, backend/pixma_mp7[35]0.c, backend/pixma_mp810.c,
- doc/descriptions/pixma.desc, doc/sane-pixma.man, po/de.po:
- - add infrared scan support for Canon Canoscan 9000F
- - Pixma backend version 0.17.2
-
-2013-02-13 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys*.[ch]: cppcheck errors fixes
-
-2013-02-13 Gerhard Jaeger <gerhard@gjaeger.de>
- * backend/plustek_pp.c: Bumped build number
- * backend/plustek-pp*: Fixed kernel module build for recent kernels
- Defined internal "ULong" types to be in fact 32 bit wide,
- this should fix issues on 64 bit machines.
- * doc/plustek/Plustek-PARPORT.changes: Update
-
-2013-02-13 Gerhard Jaeger <gerhard@gjaeger.de>
- * backend/plustek.c: Bumped build number
- * backend/plustek-usbscan.c backend/plustek-usbshading.c: Cleanup
- * backend/plustek-usb.h backend/plustek-usbdevs.c backend/plustek-usbhw.c:
- Added support for Q-Scan A6 portable scanner
- * doc/descriptions/plustek.desc: Added entry for Q-Scan A6
- Q-Scan A6 Patch submitted and tested by Hiroshi Miura. Bug #312073.
- * doc/sane-plustek.man doc/plustek/Plustek-USB.changes: Update
-
-2013-02-11 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_common.c, backend/pixma_imageclass.c,
- doc/descriptions/pixma.desc: fixed adf paper empty for Canon i-SENSYS
- MF4550d. Bug #313674.
-
-2013-02-11 Stéphane Voltz <stef.dev@free.fr>
- * tools/sane-desc.c: fix minor memleaks and whitespace at end of line.
-
-2013-02-09 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma.c, backend/pixma_mp750.c, backend/pixma_mp810.c,
- backend/pixma_sane_options.c: fixed compiler warnings.
- * backend/pixma.c, backend/pixma_io_sanei.c, backend/pixma_mp150.c,
- backend/pixma_mp7[35]0.c, backend/pixma_mp810.c: fixed cppcheck warnings.
-
-2013-02-06 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_mp150.c: fixed button support for Canon Pixma MG6200
- by Matthias Thon.
-
-2013-02-01 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys_low.c backend/genesys_gl843.c
- backend/genesys_gl846.c: minor usb firmware setup changes
-
-2013-01-31 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys.[ch] backend/genesys_devices.c
- backend/genesys_gl124.c backend/genesys_low.h: add support for LIDE
- 210 fifth button.
-
-2013-01-29 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys*.[ch] : ASIC init refactor. Groundwork for GL846
- support.
+2015-01-20 Ilia Sotnikov <hostcc at gmail dot com>
+ * backend/hp5590.c:
+ Invert pixels in case of TMA Negatives source has been selected.
+ Thanks for Will Kranz who reported this.
-2013-01-24 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_mp150.c: fixed 1200 dpi scan for Canon Pixma MG2100.
- * backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
- Canon Pixma MG2100 support reported by David Durgee.
- * backend/pixma_imageclass.c: fixed usb checksums for MF4100.
+2015-01-17 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * doc/descriptions/pixma.desc, doc/sane-pixma.man:
+ Canon PIXMA MG2200 Series is working (bug #314944).
-2013-01-19 Paul Newall <quandry@ntlworld.com>
- * backends/kodakaio.c:
- Hero 4.1 added.
+2014-12-31 Paul Newall <p dot newalls at ntlworld dot com>
+ * backend/kodakaio.c:
+ connection to device moved from sane_open to sane_start
+ disconnection move from sane_close to sane_cancel
+ in order to fix bug where scanner disconnected after 30s idle.
-2013-01-18 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma.c, backend/pixma_mp810.c: fixed button support for Canon
- Canoscan CS9000F.
- * doc/sane-pixma-man: additional description for button support.
+2014-12-19 Paul Newall <p dot newalls at ntlworld dot com>
+ * backend/kodakaio.c:
+ param.depth corrected for lineart mode, was 8 now 1
+ sequence of modes changed to make the color mode the default.
+
+2014-12-16 m. allan noah <kitno455 at gmail dot com>
+ * sanei/sanei_usb.c: add calls to sanei_usb_set_altinterface in
+ sanei_usb_close and sanei_usb_clear_halt- hopefully work around
+ USB3/xhci problems in Linux.
+
+2014-11-18 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_imageclass.c:
+ - Canon i-SENSYS MF8200C and MF8500C use generation 2 protocols.
+ - Also use has_paper() for generation 2 scanners.
+ * backend/pixma_imageclass.c, doc/descriptions/pixma.desc: Canon i-SENSYS
+ MF8200C: ADF supports max. 300DPI.
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.14
+
+2014-11-15 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/avision.c:
+ - Remove firmware checking for HP5370c scanners. Launchpad bug #1080787,
+ reported by Night Train.
+ - Build version 297.
+
+2014-10-29 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
+ New Canon scanners MAXIFY MB5000, MB5300, MB2000 and MB2300;
+ PIXMA MG7500, MG6600, MG5600, MG2900 and E460. All scanners need further
+ testing.
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.13
+ * doc/descriptions/pixma.desc, doc/sane-pixma.man:
+ Canon PIXMA MG2900 Series is working, reported by Yannick Dirou.
-2013-01-16 Paul Newall <quandry@ntlworld.com>
- * doc/descriptions/kodakaio.desc:
- Desc file updated.
+2014-10-27 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_mp150.c: Canon PIXMA MG3500 Series doesn't need special
+ image post processing.
+ * doc/descriptions/pixma.desc, doc/sane-pixma.man:
+ Canon PIXMA MG3500 Series is working.
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.12
-2013-01-14 Rolf Bensch <rolf at bensch hyphen online dot de>
+2014-10-20 Rolf Bensch <rolf at bensch hyphen online dot de>
* backend/pixma_imageclass.c, doc/descriptions/pixma.desc,
- doc/sane-pixma.man:
- - new scanner Canon i-SENSYS MF4550d. Bug #313674.
- - new scanner Canon i-SENSYS MF5880dn. Bug #313613.
- - new scanner Canon i-SENSYS MF6680dn. Bug #313922.
-
-2013-01-11 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_mp810.c:
- - formatted white space
- - Canon Pixma MP970 & MP990: fix for broken post_process_image_data.
- * doc/descriptions/pixma.desc, doc/sane-pixma.man:
- Canon Pixma MG5100 support reported by Patrick Viola.
-
-2013-01-10 Louis Lagendijk <louis dot lagendijk at gmail dot com>
- * Changed the pixma_bjnp.c implementation to use its own debug environment
- variable (SANE_DEBUG_BJNP) so debugging for the bjnp protocol and the
- backend proper can be controlled independently.
- Updated manpage for sane-pixma to document the above changes as well
- as the changed scannner buttjn options and the fact the bjnp protocol
- has added support for IPv6
-
-2013-01-10 Louis Lagendijk <louis dot lagendijk at gmail dot com>
- * Added optional support in sanedi.c for systemd socket activation. This
- will allow for using backend debugging using SANE_DEBUG_xxx to be used
- for saned controlled scanning when using socket activation. When only the
- socket is received we use the existing code path.
-
-2013-01-08 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_mp810.c: fix for broken tpu scan.
-
-2013-01-03 Paul Newall <quandry@ntlworld.com>
- * backend/kodakaio.c kodakaio.h:
- Detecting end of paper when using adf is now an option.
- Alternatively the image is padded with the background colour to make up
- the specified image size.
-
-2012-12-31 Paul Newall <quandry@ntlworld.com>
- * backend/kodakaio.c kodakaio.h kodakaio.conf kodakaio.conf.in:
- better fix for bug where adf could not scan more than 1 page with net connection
- end of paper now detected with adf, if it is less than the selected size
- ESP 2170 and Hero 9.1 can now do 1200dpi
-
-2012-12-31 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
- New scanner Canon Pixma MG4200 reported by nuxer.
+ doc/sane-pixma.man: New Scanner Canon imageCLASS D530.
+ * backend/pixma_mp150.c:
+ - increase calibration timeout
+ - calibration can finish with 0x01 or 0x02
-2012-12-28 Alex Belkin <abc at telekom.ru>
- * backend/xerox_mfp.conf.in doc/descriptions/xerox_mfp.desc: usb id
- for Samsung CLX-3300 Series, reported by Jarkko A-L.
+2014-09-18 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
+ Canon Pixma MG5500 Series is working, bug #314819.
-2012-12-23 Paul Newall <quandry@ntlworld.com>
- * backend/kodakaio.c:
- fix bug where adf could not scan more than 1 page with net connection
+2014-09-16 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * doc/descriptions/pixma.desc, doc/sane-pixma.man: Canon Pixma MG2400 Series
+ is working, reported by Marcus Wellnitz.
+ * backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
+ Canon Pixma MX530 Series is working, reported by Stephen Weston.
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.11
-2012-12-13 Rolf Bensch <rolf at bensch hyphen online dot de>
- * README.linux: Installation description moved to top and some editing.
+2014-09-13 Paul Newall <p dot newalls at ntlworld dot com>
+ * backend/kodakaio.c, backend/kodakaio.h:
+ * Added lineart mode with threshold option.
-2012-12-09 Paul Newall <quandry@ntlworld.com>
+2014-09-07 Paul Newall <p dot newalls at ntlworld dot com>
* backend/kodakaio.c:
- add adf to ESP2170. Reduce the default adf y length to 11.3 inch
-
-2012-12-09 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys*.c backend/genesys_low.h: reworked gamma table
- handling. Compute gamma table outside send_gamma_table so default
- gamma table use device specific gamma values defined in device
- description.
+ * Fixed error where the colour compensation curves did not have enough
+ elements and this caused speckles in areas of very low or high colour.
+
+2014-08-23 Louis Lagendijk <louis dot lagendijk at gmail dot com>
+ * backend/pixma_bjnp.c:
+ * Keep TCP-connection closed untill we really need it. This avoids
+ the scanner closing the TCP-connection when idle
+ * Add an explicit error message when we detect that the scanner
+ closed the TCP-connection
+
+2014-08-16 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_imageclass.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
+ New scanners Canon i-SENSYS MF8200C Series and MF8500C Series. MF8500C
+ Series need further testing.
+ * doc/sane-pixma.man: add up to now undocumented verbose debug-level
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.10
+ * backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
+ Canon PIXMA MX720 Series scanner is working (bug #314787).
-2012-12-07 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma.h: Pixma backend version 0.17.1
+2014-07-25 Rolf Bensch <rolf at bensch hyphen online dot de>
* backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
- - Canon Pixma MG3100 support reported by Madis Lõhmus.
- - Canon Pixma MG6200 support reported by Matthias Thon.
- - Canon Pixma MX890 support reported by Henry Ptasinski.
+ New scanners Canon Pixma E400, E560, MX470 and MX530. All scanners need
+ further testing.
+
+2014-07-14 m. allan noah <kitno455 at gmail dot com>
+ * frontend/scanimage.c: batch-print option and exit value changes
+ from Jeff Breidenbach jeff@jab.org
+
+2014-07-01 Stéphane Voltz <stef.dev@free.fr>
+ * testsuite/sanei/sanei_config_test.c: fix #314694 by exporting a
+ specific SANE_CONFIG_DIR env dir for tests
+
+2014-06-29 Stéphane Voltz <stef.dev@free.fr>
+ * backend/genesys_gl646.c: fix regression in coarse gain calibration
+
+2014-06-05 Tom Callaway <spot@fedoraproject.org>
+ * lib/snprintf.c: update to newer version from LPRng. The old version is
+ licensed under the Artistic License 1.0 which isn't compatible with the
+ GPL and arguably non-free.
+
+2014-06-02 Stéphane Voltz <stef.dev@free.fr>
+ * backend/genesys_*.[ch]: add internal ini_scan_regs_api. Add proper
+ target speed for LiDE 110/210 grey mode motor tables.
+
+2014-05-29 Paul Newall <quandry@ntlworld.com>
+ * backend/kodakaio.c: change to comment on ./configure parameters
+
+2014-05-26 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_mp150.c: fix ADF paper empty @ start scanning for Canon
+ Pixma MP150 based ADF scanners
+ * backend/pixma_common.c: remove unused variable
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.9
+
+2014-05-08 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_mp150.c: fix MG7100 image data post processing @ high
+ resolutions > 600dpi.
+ * doc/descriptions/pixma.desc, doc/sane-pixma.man: Canon Pixma MG7100
+ Series scanner is working, reported by Gert Cauwenberg.
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.8
+
+2014-05-13 Stéphane Voltz <stef.dev@free.fr>
+ * backend/genesys_gl646.[ch] backend/genesys.c backend/genesys_low.c:
+ fix bug #314663. Set gamma for gl646 devices only at scan time. Reset
+ endpoint each time before leaving.
+
+2014-05-08 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.7
+ * backend/pixma_mp150.c:
+ - all Canon Pixma MP150 based ADF scanners support 14" legal paper size
+ - fix ADF paper empty bug for Canon Pixma MP150 based ADF scanners
+ * doc/descriptions/pixma.desc: remove comments for Canon Pixma MP150 based
+ ADF scanners: adf empty buggy
+ * doc/sane-pixma.man: Canon Pixma MX360 shouldn't hang anymore (@ ADF paper
+ empty)
+
+2014-04-07 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * doc/descriptions/pixma.desc, doc/sane-pixma.man: Canon Pixma MX410
+ is working, reported from Javier Gorostiza.
+
+2014-03-21 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * doc/descriptions/pixma.desc, doc/sane-pixma.man: Canon Pixma MG3200
+ is working, reported in ubuntuforums.org/showthread.php?t=2072162.
+ * doc/descriptions/pixma.desc: rename WLAN to WiFi
+ * backend/pixma_mp150.c:
+ - Canon Pixma MX520 Series supports 14" legal paper size in ADF mode.
+ - MX520 has button support.
+ * backend/pixma_common.c: Clamp minimum image size to 16 px x 16 px. Some
+ new scanners need minimum 16 px height.
+ * doc/descriptions/pixma.desc, doc/sane-pixma.man: Canon Pixma MX520 Series
+ is working, reported by Trygve Flathen.
+
+2014-02-28 Rolf Bensch <rolf at bensch hyphen online dot de>
* backend/pixma_imageclass.c, doc/descriptions/pixma.desc,
- doc/sane-pixma.man:
- - Canon imageCLASS MF4430 support reported by Michael Mik. This device is
- a MF4410 with ADF.
-
-2012-12-05 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys.c backend/genesys_gl124.c: add binary data logging
- for gl124 based scanners. Issue park command as early as possible to
- speed up batch scans
-
-2012-11-28 Paul Newall <quandry@ntlworld.com>
- * backend/kodakaio.c backend/kodakaio.h backend/kodakaio.conf.in
- backend/Makefile.am backend/Makefile.in docs/descriptions/kodakaio.desc:
- Use avahi instead of cups for network autodetection
-
-2012-11-24 Stéphane Voltz <stef.dev@free.fr>
- * backend/rts9918.c backend/rts8891_low.c backend/rts8891_low.h:
- fix batch scan by adding asynchronous head parking. Fix 600 and 1200
- dpi scan mode for sensor type 1
-
-2012-11-11 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys.c backend/genesys_gl124.c: improve calibration for
- gl124 based scanners. Fix head parking issue at 1200 dpi.
-
-2012-11-02 Stéphane Voltz <stef.dev@free.fr>
- * doc/descriptions/unsupported.desc: add USB ID 0x07b3, 0x0802
-
-2012-11-02 Stéphane Voltz <stef.dev@free.fr>
- * configure configure.in doc/Makefile.am doc/Makefile.in: add optional
- doxygen documentation generation for genesys backend.
-
-2012-10-31 Louis Lagendijk <louis.lagendijk at gmail dot com>
- * backend/scripts/pixma_gen_options.py
- Updated formatting of produced files to match pixma.c formatting
- without need for manual editing
- * pixma.[ch] pixma_mp810.c pixma_mp150.c
- Rewrite of button option handling. Button options can now be read
- without triggering through the button-update option. Buton-update
- options is left for ease of use with xsane
- Options are cached so that only when an option is read again all
- options are re-read.
-
-2012-10-29 Alex Belkin <abc at telekom.ru>
- * backend/xerox_mfp.conf.in doc/descriptions/xerox_mfp.desc: usb id
- for Samsung SCX-4833FD, reported by Frank Pennycook; description for
- SCX-3405W working in networking mode, reported by Patrick Mackinlay.
-
-2012-10-24 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys_*.[ch]: Lide 35 improvements, doxygen fixes,
- experimental 100 dpi support for Canoscan 4400F and 8400F
-
-2012-10-24 Mattias Ellert <mattias.ellert@fysast.uu.se>
- * configure.in, configure: Unset VERSION during the SCSI header check
- (Check fails on MacOS X if VERSION is defined)
-
-2012-10-22 Mattias Ellert <mattias.ellert@fysast.uu.se>
- * po/sv.po: Updated Swedish translation
- * backend/pixma_bjnp.c: Fix arguments to IPv6 macros
-
-2012-10-18 m. allan noah <kitno455 at gmail dot com>
- * backend/canon*: IX-4015 support by Ondrej Zary
-
-2012-10-17 Alex Belkin <abc at telekom.ru>
- * backend/xerox_mfp.conf.in doc/descriptions/xerox_mfp.desc: usb id
- for Samsung SCX-4100, reported by Antonello Lobianco.
-
-2012-09-18 Alex Belkin <abc at telekom.ru>
- * backend/xerox_mfp.conf.in doc/descriptions/xerox_mfp.desc: usb id
- for Samsung SCX-4729FD, reported by wom balton.
-
-2012-09-12 Rolf Bensch <rolf at bensch hyphen online dot de>
+ doc/sane-pixma.man: Rename Canon i-SENSYS MF4550d to Canon i-SENSYS MF4500
+ Series. This fixes ethernet problems. Patch from chrysn.
+
+2014-02-24 Stéphane Voltz <stef.dev@free.fr>
+ * doc/sane-genesys.man backend/genesys.[ch]:
+ avoid calibration file name collision in case of several identical
+ scanners
+
+2014-02-10 Louis Lagendijk <louis.lagendijk at gmail.com>
+ * backend/pixma_bjnp.c backend/pixma_bjnp.h backend/pixma_bjnp_private.h:
+ - Added support for Canon laser multi-functionals using the MFNP protocol over port 8610
+ - Improved debug-logging to be more readable
+
+2014-02-08 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_mp150.c:
+ - Canon Pixma MX510 Series supports 14" legal paper size in ADF mode.
* doc/descriptions/pixma.desc, doc/sane-pixma.man:
- Canon imageCLASS MF5730 support reported by Ondrej Zary.
+ - Canon Pixma MX510 Series is working, reported by sebastien_gd.
+
+2014-01-29 m. allan noah <kitno455 at gmail dot com>
+ * backend/umax-uc630.c: updates from Ondrej Zary
+
+2014-01-21 Stéphane Voltz <stef.dev@free.fr>
+ * doc/descriptions/unsupported.desc doc/descriptions/genesys.desc:
+ update status of the HP Scanjet 4850C
-2012-09-10 Rolf Bensch <rolf at bensch hyphen online dot de>
- * doc/descriptions/unsupported.desc: Removed Canon Multipass 390 from
- unsupported device list.
+2014-01-17 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * doc/descriptions/pixma.desc: Update specification file for
+ Canon i-SENSYS MF4800 Series:
+ - Ethernet is buggy.
+ - ADF is working.
-2012-09-08 Louis Lagendijk <louis.lagendijk at gmail dot com>
- * backend/pixma_bjnp.c, backend/pixma_bjnp_private.h
- bulk reading rewritten and solved the case where the scanner returns
- a 0 length payload.
- Use MDL string instead of DES as it is mre fool proof when matching
- the model string from the backend
+2014-01-09 Gerhard Jaeger <gerhard@gjaeger.de>
+ * tools/sane-find-scanner.c tools/check-usb-chip.c: Add LM983x usb
+ chip detection when compiled for libusb-1.0.
-2012-09-06 Stéphane Voltz <stef.dev@free.fr>
- * backend/genesys_gl646.c backend/genesys.c: enable hardware lineart
- for Strobe XP200
+2014-01-02 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * doc/descriptions/pixma.desc: ADF is working for Canon i-SENSYS MF4800
+ Series, reported by Yvan L. Gélinas.
-2012-09-05 Rolf Bensch <rolf at bensch hyphen online dot de>
+2014-01-02 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma.[ch], backend/pixma_common.[ch], backend/pixma_imageclass.c,
+ backend/pixma_io_sanei.c, backend/pixma_mp150.c, backend/pixma_mp7[35]0.c,
+ backend/pixma_mp810.c: update copyright.
* backend/pixma_imageclass.c, doc/descriptions/pixma.desc,
- doc/sane-pixma.man: New scanner reported by Eric Schwartz. Bug #313761.
- * backend/pixma_mp150.c: 14" (ADF) / A4 (Flatbed) exception for Pixma MX420
- reported by D.Möller. Same exception also added for Pixma MX410.
+ doc/sane-pixma.man: bug #314411, Canon imageCLASS MF4570dw is working.
-2012-09-04 Rolf Bensch <rolf at bensch hyphen online dot de>
- * backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
- Pixma MG5300 support reported by Gernot Hassenpflug.
+2013-12-27 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_imageclass.c, doc/descriptions/pixma.desc,
+ doc/sane-pixma.man:
+ - Canon i-SENSYS MF4800 Series has ADF and supports 14" legal paper size
+ in ADF mode.
+ - Canon i-SENSYS MF4800 Series is working, reported by Yvan L. Gélinas.
-2012-09-03 Rolf Bensch <rolf at bensch hyphen online dot de>
- * README.linux: Installation description updated for sane-backends
- 1.0.24git.
- * doc/descriptions/pixma.desc, doc/sane-pixma.man:
- Canon imageRunner 1020/1024/1025 support reported by Yuri Kirin.
- Bug #313203.
- * backend/pixma_mp150.c: Use xdpi to check for 14" / A4 scan.
- * backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
- Pixma MX370 support reported by Daniel Lehmann. Bug #313750.
- * backend/pixma_mp150.c: PIXMA_CAP_EXPERIMENT removed from new scanners.
+2013-12-23 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_common.c: fix usb cmd transaction timeout
-2012-08-27 Louis Lagendijk <louis.lagendijk at gmail dot com>
- * pixma_bjnp.c pixma_bjnp_private.h
- Added working scan-button support
- Added IPv6 support
- Some clean up and refactoring
+2013-12-23 Stéphane Voltz <stef.dev@free.fr>
+ * backend/genesys_devices.c backend/genesys.c backend/genesys_low.h
+ backend/genesys_gl841.[ch]: color calibration improvement for LiDE80,
+ working LEDADD for gl841 CIS scanners
-2012-08-27 Rolf Bensch <rolf at bensch hyphen online dot de>
+2013-12-16 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_imageclass.c, doc/descriptions/pixma.desc,
+ doc/sane-pixma.man:
+ - rename Canon imageCLASS MF4770n to i-SENSYS MF4700 Series
+ - rename Canon i-SENSYS MF4890dw to MF4800 Series
* backend/pixma_mp150.c, doc/descriptions/pixma.desc, doc/sane-pixma.man:
- Pixma MG6100 support reported by Yann Bonnamy. Bug #313471.
+ - Canon MX920 reported as working; ADF is still buggy
+ - MX920 has 14" ADF paper length
+ - MX920 has button support
+ - fix vertical stripe shifting for MX920
+ - tidy function calc_shifting()
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.6
+
+2013-12-16 Stéphane Voltz <stef.dev@free.fr>
+ * doc/descriptions/genesys.desc: update LiDE 80
+ * backend/genesys_devices.c backend/genesys.c backend/genesys_low.h
+ backend/genesys_gl841.[ch]: basic support for LiDE 80
+
+2013-12-10 m. allan noah <kitno455 at gmail dot com>
+ * backend/fujitsu*: fujitsu backend v118
+ - support fi-7160, fi-7260, fi-7180 and fi-7280
+ - remove unused var from do_scsi_cmd()
+ - added more request_sense options
+ - add adv_paper_protect option
+ - enable paper protection by default
+ - increase max_x_fb for fi-6240 and fi-6230
+
+2013-12-09 m. allan noah <kitno455 at gmail dot com>
+ * backend/canon_dr*: canon_dr backend v42
+ - initial DR-G1100 support
+ - add support for paper sensors (P-215 & P-208)
+ - add initial support for card reader (P-215)
+ - removed unused var from do_scsi_cmd()
+
+2013-11-21 Stéphane Voltz <stef.dev@free.fr>
+ * testsuite/tools/Makefile.*: handle sane git version change in tests.
+
+2013-10-19 Stéphane Voltz <stef.dev@free.fr>
+ * doc/descriptions/genesys.desc doc/Descriptions/unsupported.desc:
+ update LiDE 80 and HP2400 information
+ * backend/genesys_devices.c backend/genesys.conf.in backend/genesys.c
+ backend/genesys_low.h backend/genesys_gl841.[ch]: add first element of
+ LiDE 80 support.
+
+2013-10-15 Paul Newall <quandry@ntlworld.com>
+ * configure.in: detection of cups was commented out. Avahi is now used
+ for autodetection in kodakaio so the detection of cups is no longer required.
+
+2013-10-14 Paul Newall <quandry@ntlworld.com>
+ * backend/kodakaio.c: fix bug #314301,
+ Segfault when unexpected data returned by avahi auto discovery.
+
+2013-10-11 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * backend/pixma_imageclass.c: Use generation variable instead of single
+ defines of scanner pid's. Now new scanners should work without extensive
+ code editing.
+ * backend/pixma_imageclass.c, doc/descriptions/pixma.desc,
+ doc/sane-pixma.man: New scanner Canon i-SENSYS MF4890dw. This scanner needs
+ further testing.
+ * backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.5
+
+2013-10-02 Rolf Bensch <rolf at bensch hyphen online dot de>
+ * README.linux: Update Installation description for 1.0.25git.
-2012-08-26 m. allan noah <kitno455 at gmail dot com>
- * ChangeLog*, configure*, Makefile.in, doc/desc/{kodakaio,kvs40xx}.desc:
- Various updates related to starting 1.0.24git
+2013-09-30 m. allan noah <kitno455 at gmail dot com>
+ * ChangeLog*, configure*, doc/releases.txt:
+ Various updates related to starting 1.0.25git
-Older entries can be found in ChangeLog-1.0.23.
+Older entries can be found in ChangeLog-1.0.24.