Releases: SimulPiscator/AirSane
Releases · SimulPiscator/AirSane
v0.4.9
v0.4.8
improve duplex ADF handling by @cgroschupp in #133
v0.4.6
v0.4.5
What's Changed
Full Changelog: v0.4.4...v0.4.5
v0.4.4
What's Changed
- FreeBSD rc.d daemon fixes by @arrogantrabbit in #127
- Added ANNOUNCE_BASE_URL option
- Added RELOAD_DELAY option
Full Changelog: v0.4.3...v0.4.4
v0.4.3
Removed libatomic dependency when compiling with CLang
Tiny
Will now explicitly link against libatomic
Ariadne
Improved behavior when a scanner session is accessed from different threads
- Previously, a scanner session could be created by a certain thread (HTTP transfer), and later, or concurrently, be accessed from a different thread (HTTP transfer).
- For SANE backends that are not thread-safe, this could lead to unexpected behavior, especially for ADF scans where each page is transferred as a separate HTTP transfer.
- Now, each SANE session is running in its own thread, which should mitigate such problems.
Arnold
A release with strong features
- Access file allows to restrict access to individual subnets/IP addresses
- Maintain session handle across pages to better support scanning from ADF
- Purge obsolete sessions/jobs from a background thread
- Allow 16 bit scanning into JPEG format (truncating to 8 bit)
- Detect network address changes, and reload configuration accordingly
- Fix an error in 16 bit synthesized gray option
- Work around a SANE issue with leaking file descriptors
Janitor
- When setting scan properties, keep proper order