merge-requests/1/head
Gerhard Jaeger 2003-11-27 09:58:53 +00:00
rodzic 7179b87e64
commit 28b4fb24a2
2 zmienionych plików z 153 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,123 @@
Version 0.1 10/20/98
1.0 Initial release
Version 0.2 10/26/98
1.0 Fix Red/Green swap, optimize ppm output for black and white.
Version 0.3 10/28/98
1.0 Merge code with SANE
2.0 Put GPL/SANE license info in all files
Version 0.4 10/31/98
1.0 Have driver report ASIC ID up to backend.
2.0 Put NT stuff back in so that driver may be built under NT, try to
test build under NT but run out of memory in link.
Version 0.5 10/31/98
1.0 Fix parameters not getting reflected from crop.
Version 0.6 11/1/98
1.0 Take out unused stuff from ioctl_pt_drv.h.
2.0 Put in VERSION info in Makefile and archiver.
Version 0.7 11/4/98
1.0 Fix model string when -L option is given. Add in driver version
string to model.
2.0 Change Makefile so it builds without MODVERSIONS on distributions
that don't have it (Slackware).
Version 0.8 11/5/98
1.0 Change output when -L option is given to add status byte to try
to determine any differences between the 4830 and the 9630.
Version 0.9 11/6/98
1.0 Fix 4800 problem of inverse image when not in Binary mode.
2.0 Put more debug stuff in, print out all read
reg's.
Version 0.10 11/6/98
1.0 Get halftone working.
2.0 Put in hooks for kernel 2.1
Version 0.11 11/17/98
1.0 Put in sysdep-2.1.h to Makefile distrib
Version 0.20 3/7/99
1.0 Lots of changes to support 9630/12000.
-------------------------------------------------------------------------------
Version 0.3 02/29/2000
1.0 Completely rewritten, does now support Plustek OpticPro 9636T scanner
Version 0.31 03/20/2000
1.0 Fix a bug in the autodetection routine
2.0 Enhanced backend, to reflect the different modes the OpticPro 9636T
supports
Version 0.32 - never released
1.0 Corrected warmup-behaviour
2.0 Fixed "first picture corrupted"-bug for transparency mode
3.0 Fixed a bug that causes seg-faults when using cat /dev/pt_drv
4.0 Added SCALE.C
5.0 Made 4830P work
Version 0.33 - never released
1.0 Now using parport-module info for par-mode detection
2.0 Made 9630P work
Version 0.34 05/10/2000
1.0 Data-recovery code for heavy load systems
Version 0.35 05/19/2000
1.0 Made 12000P/96000P work
2.0 Merged parallel port code from Kevin Sisson
3.0 Added new parameter "legal"
Version 0.36 07/22/2000
1.0 Improved data-recovery mechanism for ASIC96001/3 based models
2.0 Added code for OP4800 shading
3.0 Improved backend code to allow canceling the scan process
4.0 OP600 and Primax 4800 Direct are working now
5.0 Added new parameter "mov" (Model OVerride)
6.0 Removed parameter "legal", use now "mov"
7.0 Moved common headers for backend and driver to backend directory
and prepared the backend for SANE distribution
8.0 OP6000 is working
9.0 added man-page
10.0 added multi-device support
11.0 added support for 12-bit scans (SANE-1.0.3 and scanimage!!)
Version 0.37 11/09/2000
1.0 Added file io.c for parallel port I/O
2.0 Added file procfs.c for proc-filesystem support
3.0 Code cleanup
4.0 Added A3I support
5.0 Added Michael´s backend patches
Version 0.38 11/30/2000
1.0 Started integration of ASIC98003 specific stuff
2.0 renamed file transform.c tpa.c
3.0 removed portmode stuff (I decided to support SPP/BPP and EPP, that's all)
4.0 again code-cleanup
5.0 PT12 is working
6.0 Removed gray-mode scanning for TPA modes
7.0 some minor changes according to kernel 2.4.x
Version 0.39 08/11/2001
1.0 Added slowIO switch
2.0 Fixed some minor bugs
3.0 Added forceMode switch
4.0 Fixed a problem in the PT12 code that causes I/O timeouts
5.0 Added Genius Colorpage Vivivd III V2 stuff
6.0 Added A3I stuff aquired from Plustek
7.0 Fixed a bug, that causes some seg-faults
Version 0.40 12/17/2001
1.0 The USB stuff has been included
2.0 Fixed some minor problems
3.0 Added Kernel 2.4.17 specific stuff
4.0 Disabled A3I stuff as this refuses ASIC96003 based devices to work
Version 0.41 01/10/2002
1.0 Changed IOCTL interface to the kernel module to allow adjustment of some
driver internal variables
2.0 Changed plustek.conf configuration fileformat to reflect the enhanced
capabilites
Version 0.42 02/12/2002
1.0 Added custom gamma table support
2.0 Added configuration-file options to preset some stuff
3.0 Changed all eMail entries to gerhard@gjaeger.de
Version 0.42-11 09/17/2003
1.0 Some Kernel 2.6.x additions
2.0 Added Primax 4800Direct 30Bit override switch

Wyświetl plik

@ -0,0 +1,30 @@
Plustek.changes (2003-26-11) Gerhard Jäger <gerhard@gjaeger.de>
===============================================================
V 0.47-1 (2003-26-11)
---------------------
- Added big-endian code to support also PPC architectures
- Added mov (model override) to support various devices using
the same product ID (namely Mustek BearPaw 1200)
V 0.46-9 (2003-03-11)
---------------------
- Added alternate calibration for CIS devices
- Added coarse calibration data-cache
- Moved parallelport code to extra backend file plustek_pp
- Fixed some minor bugs
- Fixed problem with CIS devices using FreeBSD
V 0.45 (2003-05-08)
-------------------
- Starting this changelog
- Updates since V 0.44:
* better CIS device support
* added CanoScan N1220U, N1240U
* made CanoScan N650U and N670U work
* fixed EPSON 1260 motor killer-bug
* improved TPA scanning
* fixed TPA warmup bug on EPSON 1260/Photo
* fixed Genius device detection problem
* Added Compaq S4-100 (identical to UMAX3400)