From b8a01c70a2cb7dce6284f5735b34cd8141e96a71 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Mon, 20 Feb 2023 21:35:32 +0100 Subject: [PATCH] cpdb-backend-cups 2.0b3 Release --- CHANGES.md | 13 ++++++++++++- configure.ac | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2270789..52a1dab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,15 @@ -# CHANGES - Common Print Dialog Backends - CUPS Backend - v2.0b2 - 2023-02-13 +# CHANGES - Common Print Dialog Backends - CUPS Backend - v2.0b3 - 2023-02-20 + +## CHANGES IN V2.0b3 (20th February 2023) + +- Add handler for `GetAllTranslations` method and Bug fixes (PR #22) + * Fixed bug when backend finds zero printers + * Add handler for `GetAllTranslations` method + * `get_printer_translations()` fetches translations for all printer + strings. + * Removed `get_human_readable_option_name()` and + `get_human_readable_choice_name()` functions. + ## CHANGES IN V2.0b2 (13th February 2023) diff --git a/configure.ac b/configure.ac index d637813..f95ba95 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -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]) +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]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/print_backend_cups.c]) AM_INIT_AUTOMAKE([-Wall dist-xz dist-bzip2 foreign])