Skip to content

Commit

Permalink
cpdb-backend-cups 2.0b4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkamppeter committed Mar 21, 2023
1 parent 2e64a9f commit 39a3aac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# CHANGES - Common Print Dialog Backends - CUPS Backend - v2.0b3 - 2023-02-20
# CHANGES - Common Print Dialog Backends - CUPS Backend - v2.0b4 - 2023-03-21

## CHANGES IN V2.0b4 (21th March 2023)

- Added test script for `make test`/`make check`

The script `src/run-tests.sh` starts a private session D-Bus via
`dbus-run-session` and therein an own copy of CUPS. It uses the CPDB
CUPS backend with this CUPS and tests it using the
`cpdb-text-frontend` of cpdb-libs, performing several test tasks on
the backend.


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

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-cups], [2.0b3], [https://github.com/OpenPrinting/cpdb-backend-cups/issues/], [cpdb-backend-cups], [https://github.com/OpenPrinting/cpdb-backend-cups])
AC_INIT([cpdb-backend-cups], [2.0b4], [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])
Expand Down

0 comments on commit 39a3aac

Please sign in to comment.