Skip to content

Commit b8a01c7

Browse files
committed
cpdb-backend-cups 2.0b3 Release
1 parent 1d5ab5e commit b8a01c7

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGES.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# CHANGES - Common Print Dialog Backends - CUPS Backend - v2.0b2 - 2023-02-13
1+
# CHANGES - Common Print Dialog Backends - CUPS Backend - v2.0b3 - 2023-02-20
2+
3+
## CHANGES IN V2.0b3 (20th February 2023)
4+
5+
- Add handler for `GetAllTranslations` method and Bug fixes (PR #22)
6+
* Fixed bug when backend finds zero printers
7+
* Add handler for `GetAllTranslations` method
8+
* `get_printer_translations()` fetches translations for all printer
9+
strings.
10+
* Removed `get_human_readable_option_name()` and
11+
`get_human_readable_choice_name()` functions.
12+
213

314
## CHANGES IN V2.0b2 (13th February 2023)
415

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.0b2], [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.0b3], [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)