diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-06-09 14:27:32 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-06-09 14:27:32 +0200 |
commit | 1f3f1e7d112f051f22fe7fc82739b483cef09b2a (patch) | |
tree | 7e1920e7f69782aec0d4813963c3601d62a757c1 /NEWS | |
parent | a0fd2a8557d28ec8e7bbf881f78daf7e8e8fbd6b (diff) | |
parent | 652efae78c00b812033ea162d76cd13bd40dcab6 (diff) |
Update upstream source from tag 'upstream/1.4.0'
Update to upstream version '1.4.0'
with Debian dir fd49a717051e127a9bcd8813f3434d8d71ab8a4c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 67 |
1 files changed, 67 insertions, 0 deletions
@@ -7,6 +7,73 @@ <!--(towncrier release notes start)--> +## New with 1.4.0 (released 2025-05-11) + +### Backends + +- `avision`: + - Added support for Xerox Book Scanner 4167, which appears to be a rebadged Avision FB6080E using different USB ids. +- `artec_eplus48u`: + - Added some firmware names to descriptions +- `canon_dr`: + - Added "function-number" option, specifically for Canon DR-3010. +- `epjitsu`: + - Added some firmware names to descriptions +- `escl`: + - New validated working scanners: + - Brother MFC-J453DW + - Epson XP-4200 validated. + - Canon PIXMA TS5100 + - Fix for Kyocera ECOSYS M3145dn reset to idle. + - Added lineart mode activation for ADF source. + - Diagnostic log rationalisation to make less "noisy". + - Fix for SSL/TLS issue encountered with the Canon GX6050 scanner. + - Fix for HTTP2 header tag case issue. +- `gt68xx`: + - Added some firmware names to descriptions +- `hp5590`: + - Fix for issue triggered by the default increase to buffer size. Incorrectly reported as a buffer size issue, it was merely an algorithmic error in the backend. +- `magicolor`: + - Added support for Toshiba TEC e-STUDIO2323AM + - Small fixes for device definitions. + - Protocol fixes for ESTUDIO devices. +- `pixma`: + - Added support for new models: + - PIXMA TS3600 Series + - PIXMA TS3700 Series + - PIXMA TS8800 series + - PIXMA E3400 Series + - imageClass MF4500w Series + - PIXMA G3080 series + - PIXMA G3090 series + - PIXMA G4080 series + - PIXMA G4090 series + - PIXUS XK130 series + - Buffer overflow issue fix for networked scanners. +- `rts8891`: + - Merged older work for Umax Atra 4400/4450 support. + +### Frontends + +- `saned`: + - Added long-standing request for network scanner relay. See new options -n and --allow-network. Beware that there are potential recursive issues with the misuse of this option. + - Fixes for child process lifecycle management. + +- `scanimage`: + - Formatting fix for help text. + +### Build + +- Fix for build issues on MacOS and clang16 with conflicting function names. +- CI builds on GitLab updated to more recent versions. +- sm3600 backend had definitions for typedef "bool" which now forms part of C23 standard and conflicted. This has been fixed. +- Clang warnings fixed, mostly due to pre-ANSI argumentless function definitions and declarations. All updated to ANSI standards. + +### Documentation + +- Added translations for newly support language Turkish. + + ## New with 1.3.1 (released 2024-05-22) ### Backends |