Skip to content

Releases: SimulPiscator/AirSane

v0.4.5

04 May 18:13
3c418b4
Compare
Choose a tag to compare

What's Changed

  • Perform full SANE reinitialization on hotplug and restart. Fixes #122 by @ValdikSS in #129

Full Changelog: v0.4.4...v0.4.5

v0.4.4

14 Apr 10:44
d6a3ed1
Compare
Choose a tag to compare

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

29 Sep 17:07
Compare
Choose a tag to compare

Removed libatomic dependency when compiling with CLang

Tiny

04 Sep 17:15
Compare
Choose a tag to compare

Will now explicitly link against libatomic

Ariadne

06 May 16:07
Compare
Choose a tag to compare

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

26 Nov 07:27
Compare
Choose a tag to compare

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

08 Oct 13:13
fef10a4
Compare
Choose a tag to compare
  • When setting scan properties, keep proper order

Moog

02 Apr 18:15
Compare
Choose a tag to compare

Changes for this release:

Bellevue

26 Mar 14:45
Compare
Choose a tag to compare

What's Changed

  • Revert to single server rather than one per scanner
  • Add avahi as dependency in systemd unit file
  • Add various security options
  • Add support for https protocol via nginx
  • Restore Vuescan compatibility
  • Add note/location option to options file

Full Changelog: v0.3.2...v0.3.3

Leporello

09 Feb 12:13
Compare
Choose a tag to compare

Scan into multi-page PDF when using the web interface.