Age | Commit message (Collapse) | Author | Files | Lines |
|
* New backends: u12
* Updated backends: artec, artec_eplus48u, as6e, avision, canon630u,
canon_pp, epson, fujitsu, gphoto2, gt68xx, hp, matsushita, mustek,
mustek_pp, mustek_usb, plustek, plustek_pp, sm3600, snapscan, teco1, teco2,
u12, umax, umax_pp, v4l.
* Added scripts for USB hotplugging (Linux)
* Added Danish translation. Updated other translations.
* sane-find-scanner knows about more chipsets now.
* Portability fixes (especially for MacOS X, NetBSD, OpenBSD, and OS/2).
* Build system fixes.
* Documentation updates.
* Bugfixes.
Changes 1.0.13:
* New backends: mustek_pp_ccd (for Mustek parport CCD scanners),
plustek_pp (for Plustek parport scanners, splitted from the plustek backend).
* Updated backends: avision, canon630u, coolscan, epson, fujitsu, gphoto2,
gt68xx, hp, hp5400, mustek, mustek_pp, pie, plustek, snapscan, teco2, test,
umax, umax_pp.
* New internal interface for parport scanners.
* Networking (IPv6 + subnet support) fixes + updates.
* sane-find-scanner can detect some USB scanner chipsets now.
* Better support for threading.
* Port to MS Windows (Cygwin).
* Portability fixes (especially for FreeBSD, MacOS X, OS/2).
* Build system improvements.
* Added new (Bulgarian, Czech and Italian) and updated existing translations.
* The level of support for scanners is now: unsupported, minimal, basic, good,
complete or untested (instead of alpha, beta, stable).
* Documentation updates.
* Bugfixes.
|
|
problem reported and patch provided in pkg/23665 by Thilo Manske
|
|
* Documentation updates
* Updated backends: apple, artec_eplus48u, as6e, avision, canon,
canon630u, dc210, dc240, dll, epson,
fujitsu (fi4220), gphoto2, gt68xx, hp,
mustek, mustek_pp, mustek_usb, net, pie,
plustek, snapscan, teco2, test, umax,
umax_pp
* New backends: ibm, ma1509, some versions of hp5400
* Added IPv6 support for saned and net backend
* Added SCSI support for MacOS X
* Build system improvements
* USB access improvements
* Portability fixes
* Translation updates and new translations: nl, no
* Bugfixes
|
|
- New backends: hpsj5s (Hewlett-Packard ScanJet 5S parport scanner),
teco2 (some Relisys/Primax SCSI flatbed scanners, models VM3575, VM6565,
VM6586 and VM6575), teco3 (some Relisys/Piotech/Trust/Plustek SCSI
flatbed scanners, model VM3552).
- Updated backends: avision, canon_pp, coolscan2, dc240, dc25, epson, fujitsu,
hp, leo, microtek, mustek, mustek_usb, pie, plustek, snapscan, teco1, test,
umax, umax_pp, v4l.
- sane-find-scanner finds more scanners and has more verbosity options now.
- New tool to create gamma tables (gamma4scanimage).
- Support for ICC profiles for scanimage.
- USB scanner should work on all systems supported by libusb now.
- Portability fixes (especially for big-endian sytems, Irix, OpenStep, OS/2,
Solaris).
- New and updated translations for various backends.
- New system for generating lists of manufacturers/backends.
- Various documentation updates.
- Bugfixes.
|
|
buildlink2.mk files back into the main trunk.
|
|
* Network backend and saned update
* Documentation updates
* Bugfixes
* updated backends: artec, avision, canon,
dc240, epson, gphoto2, mustek, mustek_pp,
mustek_usb, plustek, sharp, sm3600,
snapscan, nec, umax, v4l
* new backends: canon630u, canon_pp,
coolscan2, fujitsu, leo, matsushita,
sceptre, teco1, test
|
|
|
|
char **argvec = malloc(); vprintf(fmt, argvec); va_end(argvec);
which of cource won't work on anything that does not pass its
arguments on the stack (like PPC). This patch adds a handcrafted
vprintf() lookalike damn_i386_centric_printf() that does TRT.
|
|
additional supported scanners, and new backends for Mustek USB scanners.
While at it, split out common "sane" definitions into a Makefile.common
for sane-frontents (and possibly others) to use.
|
|
- Add a missing dependency on libusb.
- Add a buildlink.mk file for use by other package Makefiles.
- Don't install sane.{dvi,ps} as they require teTeX to be installed to build
the documentation files.
|
|
New with 1.0.5, released 2001-07-01:
* New backends: bh (Bell+Howell Copiscan II series), dc240 (Kodak DC240
Digital Camera), sm3600 (Microtek ScanMaker 3600), umax_pp (Umax paralell
port scanners).
* Updated backends: artec (v0.5.16), dc25 (v1.2), dll (v1.0.3),
epson (v0.2.08), hp (v0.94), microtek (v0.12.3), microtek2(v0.9),
mustek (v1.0-107), nec (v0.12), net (v1.0.3), plustek (v0.39), pnm (v1.0.1),
snapscan (v1.2), tamarack (v0.5), umax (v1.0-28).
* Fixed security bug in saned.c that allowed access to scanner without
password.
* pnm isn't installed by default anymore due to security risks
* Linux-part of sanei_scsi.c was updated concerning buffersizes, devfs, and
kernel 2.4. More debug output.
* sanei_scsi_find_devices works on FreeBSD now.
* Added support for Solaris sgen SCSI driver.
* find-scanner was renamed to sane-find-scanner and is installed now. Further
more it has a man page now.
* There is a testsuite for sane, but only one test is implemented yet.
* Better output about versions of backends and frontends.
* There is a man page for SANE now (sane(7)).
* Install all available documentation.
* Bugfixes.
|
|
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|