From e63198b7cff3a239a600b62cde38d5caa8ce4678 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Sun, 8 Jan 2023 00:23:49 -0300 Subject: [PATCH] Updated CHANGES.md --- CHANGES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 76c162cb0..e51d48486 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,9 +2,24 @@ ## CHANGES IN V2.0b2 (TBA) +- Corrected installation path for *.h files of *.drv files. The ppdc + (and underlying functions) of libppd searches for include files in + /usr/share/ppdc and not in /usr/share/cups/ppdc any more. + +- configure.ac: Remove unnecessary "AVAHI_GLIB_..." definitions. + +- Makefile.am: Include NOTICE in distribution tarball + - configure.ac: Added "foreign" to to AM_INIT_AUTOMAKE() call. Makes automake not require a file named README. +- Cleaned up .gitignore + +- Tons of fixes in the source code documentation: README.md, INSTALL, + DEVELOPING.md, CONTRIBUTING.md, COPYING, NOTICE, ... Adapted to the + cups-filters component, added links. + + ## CHANGES IN V2.0b1 (18th November 2022) - Converted nearly all filters to filter functions, only exceptions -- 2.47.3