Skip to content

Commit

Permalink
cpdb-backend-file 2.0b5 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkamppeter committed Aug 2, 2023
1 parent ba447de commit 0d8a464
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
24 changes: 20 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# CHANGES - Common Print Dialog Backends - File Backend - v2.0b4 - 2023-03-20
# CHANGES - Common Print Dialog Backends - File Backend - v2.0b5 - 2023-08-02

## CHANGES IN V2.0b4 (20th March 2022)
## CHANGES IN V2.0b4 (2nd August 2023)

- Remove CPDB backend info file
The frontend libraries now use only the D-Bus to find available
backends. This makes sure that everything works also if the frontend
and/or any of the backends are installed via sandboxed packaging
(like Snap for example) where the components cannot read each
other's file systems.

- Build system: Removed unnecessary lines in `tools/Makefile.am`
Removed the `TESTdir` and `TEST_SCRIPTS` entries in
`tools/Makefile.am`. They are not needed and let `make install` try
to install `run-tests.sh` in the source directory, where it already
is, causing an error.


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

- Added test script for `make test`/`make check`
The script `rc/run-tests.sh`starts this backend and the
Expand All @@ -16,7 +32,7 @@
- Fixed buffer overflow caused in log line in the backend


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

- Added handler for `GetAllTranslations` method (PR #7)
* Added handler for `GetAllTranslations` method on backends.
Expand All @@ -25,7 +41,7 @@
* Bug fixes.


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

- Let frontend synchronously fetch printer list upon activation (PR #5)

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.0b4], [https://github.com/OpenPrinting/cpdb-backend-file/issues/], [cpdb-backend-file], [https://github.com/OpenPrinting/cpdb-backend-file])
AC_INIT([cpdb-backend-file], [2.0b5], [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 0d8a464

Please sign in to comment.