forked from pool/libinsane
* New error code: LIS_ERR_OFFLINE: returned when attempting to use the scanner and the scanner is offline. * normalizers/raw24: fix unpacking of 1bit images. * New workaround for Sane: 'hide_source_auto': + remove sources 'Auto'|'Automatic': those source behavior depends on the scanner and cannot be used reliably. * New workaround for Sane + Brother scanners: 'invalid_page_size': some Brother scanners/drivers report there is still a page in the feeder, but when requesting the page, we get an absurd size (2500x0 for example). * dedicated process: do not try to log messages through the log socket if one of the socket has just died (happens if the master process crashes) * dedicated_process: disable backtrace support when another Libc than GLIBC is used * dedicated_process: fix build with some Libc OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libinsane?expand=0&rev=8
48 lines
1.9 KiB
Plaintext
48 lines
1.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Jul 1 21:09:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.0.10:
|
|
* New error code: LIS_ERR_OFFLINE: returned when attempting to
|
|
use the scanner and the scanner is offline.
|
|
* normalizers/raw24: fix unpacking of 1bit images.
|
|
* New workaround for Sane: 'hide_source_auto':
|
|
+ remove sources 'Auto'|'Automatic':
|
|
those source behavior depends on the scanner and cannot be
|
|
used reliably.
|
|
* New workaround for Sane + Brother scanners:
|
|
'invalid_page_size':
|
|
some Brother scanners/drivers report there is still a page
|
|
in the feeder, but when requesting the page, we get an
|
|
absurd size (2500x0 for example).
|
|
* dedicated process: do not try to log messages through the log
|
|
socket if one of the socket has just died (happens if the master
|
|
process crashes)
|
|
* dedicated_process: disable backtrace support when another
|
|
Libc than GLIBC is used
|
|
* dedicated_process: fix build with some Libc
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 28 13:35:59 UTC 2021 - Matthias Mailänder <mailaender@opensuse.org>
|
|
|
|
- merge java bindings in GObject development package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 28 21:08:48 UTC 2021 - Matthias Mailänder <mailaender@opensuse.org>
|
|
|
|
- remove soname from gobject devel package
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 5 12:18:21 UTC 2021 - Matthias Mailänder <mailaender@opensuse.org>
|
|
|
|
- split typelib into separate package
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 19 20:38:34 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Trim description to be on point for openSUSE.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 18 18:06:21 UTC 2021 - Matthias Mailänder <mailaender@opensuse.org>
|
|
|
|
- initial packaging of version 1.0.9
|