From 4b2a9316d38dfed09705744173347d6d75165219 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Thu, 10 Sep 2020 21:44:03 +0200 Subject: [PATCH] cups-filters 1.28.2 Release --- INSTALL | 2 +- NEWS | 3 ++- README | 2 +- configure.ac | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 0935cf18b..bc924b3ec 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -INSTALL - OpenPrinting CUPS Filters v1.28.1 - 2020-08-26 +INSTALL - OpenPrinting CUPS Filters v1.28.2 - 2020-09-10 -------------------------------------------------------- This file describes how to compile and install OpenPrinting CUPS diff --git a/NEWS b/NEWS index b8cfac447..44f6b97c7 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,8 @@ -NEWS - OpenPrinting CUPS Filters v1.28.1 - 2020-08-26 +NEWS - OpenPrinting CUPS Filters v1.28.2 - 2020-09-10 ----------------------------------------------------- CHANGES IN V1.28.2 + - driverless: Free allocated memory, use MAX_OUTPUT_LEN (Pull request #304). - driverless: driverless: Make the two ippfind tasks(for IPP diff --git a/README b/README index 7de160555..89a2a218e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README - OpenPrinting CUPS Filters v1.28.1 - 2020-08-27 +README - OpenPrinting CUPS Filters v1.28.2 - 2020-09-10 ------------------------------------------------------- Looking for compile instructions? Read the file "INSTALL.txt" diff --git a/configure.ac b/configure.ac index 37db5ab64..3231795d9 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_PREREQ([2.65]) # ==================== m4_define([cups_filters_version_major],[1]) m4_define([cups_filters_version_minor],[28]) -m4_define([cups_filters_version_micro],[1]) +m4_define([cups_filters_version_micro],[2]) m4_define([cups_filters_version],[cups_filters_version_major.cups_filters_version_minor.cups_filters_version_micro]) # ============= -- 2.47.3