Skip to content

Commit

Permalink
cpdb-backend-file 2.0b3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkamppeter committed Feb 20, 2023
1 parent 7821964 commit ade7779
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# CHANGES - Common Print Dialog Backends - File Backend - v2.0b2 - 2023-02-13
# CHANGES - Common Print Dialog Backends - File Backend - v2.0b3 - 2023-02-20

## CHANGES IN V2.0b3 (20th February 2022)

- Added handler for `GetAllTranslations` method (PR #7)
* Added handler for `GetAllTranslations` method on backends.
* Removed handlers for `get-human-readable-option-names` and
`get-human-readable-choice-names`.
* Bug fixes.


## CHANGES IN V2.0b2 (13th February 2022)

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([cpdb-backend-file], [2.0b2], [https://github.com/OpenPrinting/cpdb-backend-file/issues/], [cpdb-backend-file], [https://github.com/OpenPrinting/cpdb-backend-file])
AC_INIT([cpdb-backend-file], [2.0b3], [https://github.com/OpenPrinting/cpdb-backend-file/issues/], [cpdb-backend-file], [https://github.com/OpenPrinting/cpdb-backend-file])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/print_backend_file.c])
AM_INIT_AUTOMAKE([-Wall dist-xz dist-bzip2 foreign])
Expand Down

0 comments on commit ade7779

Please sign in to comment.