cups-browsed 2.0.0 #18
tillkamppeter
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Final 2.0.0 release with some last fixes
remove_bad_chars()
In case the found queue is a CUPS remote queue shared via DNS-SD, the
rp_value
can be without '/', which leads tocups-browsed
crash if it is set to create the local queue based on the remote name (Pull request cups-browsed.c: Ensure we always send a valid name toremove_bad_chars
#13, Fedora Bugzilla #2150035).When we create a local queue we first check whether we actually got description and location strings from the remote server/printer, if they are empty we do not set empty strings but use the IPP attributes saved locally for our local queue. This way, if the server does not provide description/location and the user sets their own, that one is conserved through reboots and daemon restarts (Issue #323).
This discussion was created from the release cups-browsed 2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions