]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
cups-filters 2.0.1 Release 2.0.1
authorTill Kamppeter <till.kamppeter@gmail.com>
Wed, 14 Aug 2024 22:40:35 +0000 (00:40 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Wed, 14 Aug 2024 22:40:35 +0000 (00:40 +0200)
CHANGES.md
INSTALL
README.md
configure.ac

index 98661e2a9b3502e067c12923bec4dc73556b3e19..8456d1908fddc58e1b213ca1b1b33af181d05102 100644 (file)
@@ -1,4 +1,20 @@
-# CHANGES - OpenPrinting CUPS Filters v2.0.0 - 2023-09-22
+# CHANGES - OpenPrinting CUPS Filters v2.0.1 - 2024-08-15
+
+## CHANGES IN V2.0.1 (15th August 2024)
+
+- serial backend: Fixed bug in conversion of comments
+  (Pull request #548)
+
+- pclmtoraster: Properly set CFLAGS
+  As this is a C program, set `pclmtoraster_CFLAGS`, not
+  `pclmtoraster_CXXFLAGS` (Pull request #588).
+
+- `configure`: Remove `==` bashism
+  (Pull request #567)
+
+- `configure.ac`: Remove Avahi check
+  cups-filters does not use Avahi (Pull request #558)
+
 
 ## CHANGES IN V2.0.0 (22th September 2023)
 
diff --git a/INSTALL b/INSTALL
index 847b52dbe5d900b776da0e18d103da6185166003..5b3ff1e485ad54e277dfc8c31feffc9df16e3c9f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-INSTALL - OpenPrinting CUPS Filters v2.0.0 - 2023-09-22
+INSTALL - OpenPrinting CUPS Filters v2.0.1 - 2024-08-15
 -------------------------------------------------------
 
 This file describes how to compile and install OpenPrinting CUPS
index 8caab4a8c9e2790155f207b3e4b2ba80e73b39ee..10e66aee5b597ae0db800f55744adfb8397aba17 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# OpenPrinting CUPS Filters v2.0.0 - 2023-09-22
+# OpenPrinting CUPS Filters v2.0.1 - 2024-08-15
 
 Looking for compile instructions?  Read the file "INSTALL"
 instead...
index eb8c56a61bf89438e64dc82f47bb42de2ddda71a..e77cb4b5ebf3ffc090220f3248572ab3c3f2306e 100644 (file)
@@ -5,7 +5,7 @@ AC_PREREQ([2.65])
 # ====================
 # Version informations
 # ====================
-AC_INIT([cups-filters], [2.0.0], [https://github.com/OpenPrinting/cups-filters/issues], [cups-filters], [https://github.com/OpenPrinting/cups-filters/])
+AC_INIT([cups-filters], [2.0.1], [https://github.com/OpenPrinting/cups-filters/issues], [cups-filters], [https://github.com/OpenPrinting/cups-filters/])
 cups_filters_version="AC_PACKAGE_VERSION"
 cups_filters_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{print $1}'`"
 cups_filters_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{printf("%d\n",$2);}'`"