- update to 0.9.30:
* Ensure printer-uri Adheres to RFC 3510 – Must Start with "ipp:" Scheme
* added quirks file to make Brother QL-810W work properly
* correct typo in TestAddPDL error message
* Fix typo extected to expected
* Added "usb-send-delay" quirk
* Fixed possibly panic on certain error conditions
* Name QuirkNmUsbSendDelay consistent with QuirkNmUsbMaxInterfaces
* More refactoring around QuirkNmUsbSendDelay
* usb-send-delay quirk documented
* Added the usb-send-delay-threshold quirk
* Fixed typo in usb-send-delay-threshold on the man page
* Cosmetic (removed stalled, now meaningless comment)
* Added quirks for HP X677
* Add rockcraft support for ipp-usb
* Cosmetic (removed the blank line from the ..gitignore file)
OBS-URL: https://build.opensuse.org/request/show/1255086
OBS-URL: https://build.opensuse.org/package/show/Printing/ipp-usb?expand=0&rev=6
- update to 0.9.29:
* USB: zero-length read logged at Debug level
* Fixed formatting of debug message
* Performance tuning after 0-length USB packets reception
* fixed typo in names of two local variables
* Fixed crash on ipp-usb status
* Added tcp port info to status output
* Applied changes for pull request
* Fixed ipp-usb status formatting for small port numbers (<10000)
* Fixed crash with blacklisted devices
* USB serial number and vendor/device ID exposed via TXT record
* ipp-usb status: if HTTP port is not available, print "-" instead of "0"
* Newly added usb_SER and usb_HWID TXT records documented on the man page
* Quirks handling refactored. Quirks tests updated.
* Low-level USB I/O refactored to be cancelable via context.Context
* Added comprehensive test of quirks value parsers
* Fixed go 1.11 build
* avoided code duplication in decoding libusb_transfer results
* Refactiring: UsbIO renamed to UsbEIO, for consistency with other error
codes
* Refactoring: use context.Context to specify low-level USB I/O timeout
* Don't start USB low-level I/O operation, if context.Context already
expired
* Removed unused function
* Device initialization timeout handling revisited
* Fixed premature context.Context cancellation for HTTP requests with
timeout
* Added alternative syntax for delays in the quirks
* ipp-usb-quirks/README updated
* Device init timeout was mistakenly left enabled after the initialization
OBS-URL: https://build.opensuse.org/request/show/1249339
OBS-URL: https://build.opensuse.org/package/show/Printing/ipp-usb?expand=0&rev=4
- update to version 0.9.27:
* HTTP port allocation takes into consideration /var/ipp-usb/dev/*
* If quirk's init-delay is high enough, initialization always times out
* Device USB port added to logged device info
* Pantum BM5100ADN series quirks: disable-fax = true
* inifile.go: removed excessive break statements
* UID authentication instrumented
* auth: fixed possible race in access to UID lookup cache
* auth: don't attempt to resolve UID, if UID is not known
* auth: don't try to obtain client UID, if we don't actually use it
* TCPClientUID better instrumented
* uid auth: fixed to run on systems with disabled IPv6 support
- fix service file (missing Install section)
OBS-URL: https://build.opensuse.org/request/show/1189682
OBS-URL: https://build.opensuse.org/package/show/Printing/ipp-usb?expand=0&rev=2