Merge branch 'release-notes' into 'master'

Add release notes for all notable changes since 1.0.32

See merge request sane-project/backends!676
This commit is contained in:
Povilas Kanapickas
2021-12-30 17:22:36 +00:00
45 changed files with 157 additions and 5 deletions
+4 -5
View File
@@ -1,11 +1,10 @@
<!-- -*- Mode: markdown -*- -->
## UNRELEASED
<!-- Please add new release notes to the newsfragments directory (read the README.md file there).
The release notes will be collected at release time and put into this document
semi-automatically.
-->
- `canon_lide70`: Color adjustments. Faster scanning at 600 dpi for
the LiDE 600.
## New with 1.0.32 (released 2021-02-14)
### Backends
+19
View File
@@ -0,0 +1,19 @@
This is the directory for release note fragments processed by
[towncrier](https://github.com/twisted/towncrier).
When making a user-visible change create a file in this directory and it will be automatically be
included into the release note document when the next release is published.
The file extension specifies the type of a change. The following are currently supported:
- .backend: a new feature or a bugfix for a backend.
- .frontend: a new feature or a bugfix for a frontend.
- .security: a fix for security issue.
- .removal: a deprecation or removal of functionality.
Please don't add links to the merge requests into the release notes. If it's not clear where
the feature is coming from by looking into the git history (e.g. if a release note is being
made after the MR has landed) then add link to the MR to the commit description.
Please add links to fixed issues in Gitlab by using full URLs to them instead of Gitlab
shorthand syntax.
+1
View File
@@ -0,0 +1 @@
avision: Implemented support for Avision FB2280E scanner.
@@ -0,0 +1 @@
canon_dr: Implemented basic support for Canon R40 scanner.
@@ -0,0 +1 @@
`canon_lide70`: Color adjustments. Faster scanning at 600 dpi for the LiDE 600.
+1
View File
@@ -0,0 +1 @@
epson2: Fixed support for many scanners that don't support focus command.
@@ -0,0 +1 @@
epson2: Improve reliability of long scans.
+55
View File
@@ -0,0 +1,55 @@
epsonds: Implemented support for the following Epson scanners:
- DS-1610
- DS-1630
- DS-1660W
- DS-310
- DS-320
- DS-360W
- DS-410
- DS-530
- DS-530II
- DS-531
- DS-535
- DS-535H
- DS-535II
- DS-570W
- DS-570WII
- DS-571W
- DS-575W
- DS-575WII
- DS-70
- DS-80W
- ES-200
- ES-300W
- ES-300WR
- ES-400
- ES-400II
- ES-50
- ES-500W
- ES-500WII
- ES-500WR
- ES-55R
- ES-580W
- ES-60W
- ES-60WB
- ES-60WW
- ES-65WR
- ET-2700 Series
- ET-2710 Series
- ET-2810 Series
- ET-M2140 Series
- ET-M3140 Series
- EW-052A Series
- FF-680W
- L3150 Series
- L3200 Series
- L3210 Series
- L3250 Series
- L4150 Series
- M2140 Series
- M3140 Series
- RR-60
- RR-600W
- RR-70W
- XP-2100 Series
- XP-2150 Series
+1
View File
@@ -0,0 +1 @@
epson2: Marked XP-452 455 series as supported in documentation.
@@ -0,0 +1 @@
escl: Fixed scanning problems on certain scanners due to incorrect URL being used (https://gitlab.com/sane-project/backends/-/issues/479)
+1
View File
@@ -0,0 +1 @@
escl: Fixed support for scanners which used ancient versions of TLS encryption protocols.
@@ -0,0 +1 @@
escl: Fixed support for different resolutions when using JPEG format.
@@ -0,0 +1 @@
escl: Fixed handling of ipp-usb redirects to localhost which previously caused certain scanners to be always reported as busy.
+9
View File
@@ -0,0 +1,9 @@
escl: Added support for Brother DCP-J772DW and Epson ET-2750 scanners.
escl: Marked the following scanners as supported in documentation:
- Brother MFC-J985DW
- Brother MFC-J1300DW
- Canon PIXMA G4511
- Canon PIXMA TR4550 Series
- Canon PIXMA TR4551 Series
- Canon PIXMA TS8350 Series
- Epson ET-6100
+2
View File
@@ -0,0 +1,2 @@
escl: Implemented support for disabling PDF output on scanners where it's broken
(https://gitlab.com/sane-project/backends/-/issues/510)
+1
View File
@@ -0,0 +1 @@
escl: Implemented support for Canon PIXME TR4520 and TR7500 scanners.
@@ -0,0 +1 @@
genesys: Improved scan quality on Canon LiDE 35/40/50/60 by using brighter LED illumination.
@@ -0,0 +1,2 @@
genesys: Fixed control of contrast and brigthness on certain scanners
(https://gitlab.com/sane-project/backends/-/issues/271).
@@ -0,0 +1,2 @@
genesys: Fixed crashes when handling slightly unexpected conditions
(https://gitlab.com/sane-project/backends/-/issues/464).
@@ -0,0 +1 @@
genesys: Fixed support for Plustek Opticfilm 7200 v2 scanner.
@@ -0,0 +1 @@
genesys: Fixed button support on HP ScanJet G4010.
@@ -0,0 +1 @@
genesys: Fixed compilation on gcc-4.8.
@@ -0,0 +1,2 @@
genesys: Fixed incorrect LED exposure calculation leading to wrong color balance on certain
resolutions on gl841 scanners
@@ -0,0 +1,3 @@
genesys: Improved gray scan quality on Canon LiDE 110, 120, 210, 220
(https://gitlab.com/sane-project/backends/-/issues/106,
https://gitlab.com/sane-project/backends/-/issues/52).
@@ -0,0 +1,2 @@
genesys: Fixed issue of motor becoming stuck at certain resolutions on Canon LiDE 50
and possibly other gl841 scanners (https://gitlab.com/sane-project/backends/-/issues/357)
@@ -0,0 +1 @@
genesys: Fixed periodic black lines in gray scans on Canon LiDE 80.
@@ -0,0 +1,3 @@
genesys: Removed support for broken 75 and 100 dpi hardware resolutions to fix preview
scans (https://gitlab.com/sane-project/backends/-/issues/383). These resolutions did
not have any benefit compared to next smallest 150 dpi resolution.
@@ -0,0 +1 @@
genesys: Add support for running in embedded environments that don't support threads.
@@ -0,0 +1,4 @@
genesys: Fixed gray scans to use white color for illumination instead of red on
Canon LiDE 35/40/50/60 and potentially other gl841 scanners. Old behavior can
be restored via the color filter setting to select specific color component for
the gray scan.
@@ -0,0 +1 @@
gt68xx: Fixed several memory issues that can potentially lead to crashes or increased memory use.
+2
View File
@@ -0,0 +1,2 @@
hp4200: Fixed crash when using HP ScanJet 4200C
(https://gitlab.com/sane-project/backends/-/issues/454).
@@ -0,0 +1 @@
microtek: Fixed support for embedded platforms using `uclibc`.
+1
View File
@@ -0,0 +1 @@
pieusb: Implemented support for Reflecta RPS 10M scanner.
@@ -0,0 +1 @@
pieusb: Fixed support for automatically advancing slides on DigitDia 4000.
+1
View File
@@ -0,0 +1 @@
pixma: Implemented support for Canon ImageClass MF56x0 scanners.
@@ -0,0 +1 @@
pixma: Fixed compliation with `NDEBUG` macro defined.
+17
View File
@@ -0,0 +1,17 @@
pixma: Marked Canon PIXMA G4511 as supported in documentation
pixma: Added support for the following Canon scanners:
- Canon imageRUNNER 1133A
- Canon PIXMA TS5350i Series
- Canon PIXMA G600
- Canon PIXMA TS3500 Series
- Canon PIXMA TR4600 Series
- Canon PIXMA TR4700 Series
- Canon PIXMA E4500 Series
- Canon PIXUS XK500 Series
- Canon PIXMA TS8530 Series
- Canon PIXUS XK100 Series
- Canon PIXMA TS7530 Series
- Canon PIXMA TS7450i Series
- Canon PIXMA GX6000 Series
- Canon PIXMA GX7000 Series
- Canon PIXMA TS5400 Series
@@ -0,0 +1 @@
scangearmp2: Mark GX6000, GX7000, TS5400 and MX455 series as supported.
+1
View File
@@ -0,0 +1 @@
Improved documentation of `scanimage` concerning options provided by backends.
@@ -0,0 +1 @@
scanimage: Improved help to specify which options are advanced.
@@ -0,0 +1 @@
scanimage: Implemented support for PDF output format.
@@ -0,0 +1 @@
sm3600-scanutil: Fixed support for embedded platforms using `uclibc`.
+1
View File
@@ -0,0 +1 @@
test: Implemented support for testing `SANE_INFO_INEXACT`.
@@ -0,0 +1 @@
xerox_mfp: Added support for Xerox WorkCentre 3025.
+1
View File
@@ -0,0 +1 @@
Added translation to Simplified Chinese.