Skip to content

Commit 45939f2

Browse files
committed
cpdb-libs 2.0b8 Release
1 parent 09f6c1b commit 45939f2

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
# CHANGES - Common Print Dialog Backends - Libraries - v2.0b7 - 2025-02-19
1+
# CHANGES - Common Print Dialog Backends - Libraries - v2.0b8 - 2025-12-10
2+
3+
## CHANGES IN V2.0b8 (10th December 2025)
4+
5+
- Bump soname of both libraries from 2 to 3
6+
Usually, we do consider an API stable before the first release
7+
candidate, so we removed some API functions between the 2.0b5
8+
and 2.0b7 releases, but some distros included 2.0b5 and it so
9+
we are bumping the soname to make distro's build systems happy.
10+
(Pull request #84)
11+
12+
- Move freeing of printer objects from cpdbPrinterCallback() to
13+
cpdbOnPrinterRemoved() for API consistence
14+
(Issue #79, Pull request #83)
15+
16+
- Allow NULL for the callback in cpdbGetNewFrontendObj()
17+
If NULL is supplied for the callback, the default callback
18+
cpdbPrinterCallback() is used, which just logs the printer updates.
19+
(Pull request #82)
20+
221

322
## CHANGES IN V2.0b7 (19th February 2025)
423

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
AC_PREREQ([2.69])
55

66
dnl Package name and version...
7-
AC_INIT([cpdb-libs], [2.0b7], [https://github.com/OpenPrinting/cpdb-libs/issues], [cpdb-libs], [https://github.com/OpenPrinting/cpdb-libs])
7+
AC_INIT([cpdb-libs], [2.0b8], [https://github.com/OpenPrinting/cpdb-libs/issues], [cpdb-libs], [https://github.com/OpenPrinting/cpdb-libs])
88

99
AC_CONFIG_SRCDIR([cpdb/cpdb-frontend.h])
1010

0 commit comments

Comments
 (0)