cpdb-libs 2.0b8 #85
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.
-
In the eighth beta release for cpdb-libs 2.0.0 we are bunping the soname from 2 to 3, correct an inconsistency in the API functions and set a default callback function
Usually, we do consider an API stable before the first release candidate, so we removed some API functions between the 2.0b5 and 2.0b7 releases, but some distros included 2.0b5 and it so we are bumping the soname to make distro's build systems happy (Pull request While looking at the Debian packaging for cpdb-libs-2.0~b7 I saw that some ... #84)
(Issue
cpdbOnPrinterRemoved(): Free printer object directly, do not expect it from the callback #79, Pull request Fix Memory Management for Printer Objects in CPDB API #83)If NULL is supplied for the callback, the default callback cpdbPrinterCallback() is used, which just logs the printer updates (Pull request Allow NULL for the callback in cpdbGetNewFrontendObj() #82)
This discussion was created from the release cpdb-libs 2.0b8.
Beta Was this translation helpful? Give feedback.
All reactions