Skip to content

Commit 982d488

Browse files
committed
cpdb-backend-cups 2.0b2 Release
1 parent d9d74b2 commit 982d488

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGES.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
1-
# CHANGES - Common Print Dialog Backends - CUPS Backend - v2.0b1 - 2022-12-12
1+
# CHANGES - Common Print Dialog Backends - CUPS Backend - v2.0b2 - 2023-02-13
2+
3+
## CHANGES IN V2.0b2 (13th February 2023)
4+
5+
- Return printer list upon activation and subscribe to cups for
6+
updates (PR #20)
7+
* Return printer list synchronously upon activation
8+
* Subscribe to CUPS notifications for printer updates
9+
* Automatically update frontends about new printers found, old
10+
printers lost, or printer state changed
11+
12+
- Added the support of cpdb-libs for translations
13+
* Using general message string catalogs from CUPS and also message
14+
string catalogs from individual print queues/IPP printers.
15+
* Message catalog management done by libcupsfilters 2.x, via the
16+
`cfCatalog...()` API functions (`catalog.h`).
17+
18+
- Option group support
19+
20+
- Added `billing-info` option (PR #19)
21+
22+
- Log messages handled by frontend
23+
24+
- Use pkg-config variables instead of hardcoded paths (PR #17)
25+
26+
- Build system: Let "make dist" also create .tar.bz2 and .tar.xz
27+
228

329
## CHANGES IN V2.0b1 (12th December 2022)
430

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([cpdb-backend-cups], [2.0b1], [https://github.com/OpenPrinting/cpdb-backend-cups/issues/], [cpdb-backend-cups], [https://github.com/OpenPrinting/cpdb-backend-cups])
5+
AC_INIT([cpdb-backend-cups], [2.0b2], [https://github.com/OpenPrinting/cpdb-backend-cups/issues/], [cpdb-backend-cups], [https://github.com/OpenPrinting/cpdb-backend-cups])
66
AC_CONFIG_AUX_DIR([build-aux])
77
AC_CONFIG_SRCDIR([src/print_backend_cups.c])
88
AM_INIT_AUTOMAKE([-Wall dist-xz dist-bzip2 foreign])

0 commit comments

Comments
 (0)