Skip to content

Commit 39a3aac

Browse files
committed
cpdb-backend-cups 2.0b4 Release
1 parent 2e64a9f commit 39a3aac

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGES.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# CHANGES - Common Print Dialog Backends - CUPS Backend - v2.0b3 - 2023-02-20
1+
# CHANGES - Common Print Dialog Backends - CUPS Backend - v2.0b4 - 2023-03-21
2+
3+
## CHANGES IN V2.0b4 (21th March 2023)
4+
5+
- Added test script for `make test`/`make check`
6+
7+
The script `src/run-tests.sh` starts a private session D-Bus via
8+
`dbus-run-session` and therein an own copy of CUPS. It uses the CPDB
9+
CUPS backend with this CUPS and tests it using the
10+
`cpdb-text-frontend` of cpdb-libs, performing several test tasks on
11+
the backend.
12+
213

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

configure.ac

+1-1
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.0b3], [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.0b4], [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)