Skip to content

Commit

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

## CHANGES IN V2.0b4 (20th March 2022)

- Added test script for `make test`/`make check`
The script `rc/run-tests.sh`starts this backend and the
`pdb-text-frontend`text mode example frontend of cpdb-libs in one
`dbus-run-session` environment. The frontend discovers the backend
and some test tasks are done with it, like listing options and
printing a job.

- README.md: Updated for renaming of cpdb-libs tools.
The test/development frontend `print_frontend` is renamed to
`cpdb-text-frontend` now.

- Fixed buffer overflow caused in log line in the backend


## CHANGES IN V2.0b3 (20th 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.0b3], [https://github.com/OpenPrinting/cpdb-backend-file/issues/], [cpdb-backend-file], [https://github.com/OpenPrinting/cpdb-backend-file])
AC_INIT([cpdb-backend-file], [2.0b4], [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 832dbe8

Please sign in to comment.