summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS30
1 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 827902ba5..8863c3aae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,34 @@
-NEWS - OpenPrinting CUPS Filters v1.22.1 - 2019-02-15
+NEWS - OpenPrinting CUPS Filters v1.22.2 - 2019-03-15
-----------------------------------------------------
+CHANGES IN V1.22.2
+
+ - cups-browsed: Let distribution of jobs sent to queues with
+ "implicitclass" backend (usually clusters) be done by a
+ "job-state" CUPS notification and not by
+ "printer-state-changed" any more. The "job-state"
+ notification already contains the job ID. Before we had to
+ poll the job ID from CUPS via IPP which was sometimes
+ unreliable (Issue #97).
+ - imagetopdf, imagetoraster, pdftopdf, libcupsfilters: Added
+ new page scaling options: "fill" scales the input page
+ (typically a photo) so that the output page (typically with
+ different aspect ratio) gets completely filled, aloowing for
+ some content of the input page getting lost. "crop-to-fit"
+ allows for easy printing of documents on slightly different
+ output page sizes (A4 <-> Letter) maintaining the size and
+ centering and cropping into the destination page. Thanks to
+ Dheeraj Yadav (dhirajyadav135 at gmail dot com) for the
+ patch (Pull request #92).
+ - cups-browsed: Do not do IPP request for printer-is-shared
+ option for remote cups queues with CUPS 2.2.x and newer
+ (Pull request #91).
+ - cups-browsed: Fix crash bug when reading "Cluster"
+ directive from configuration file (Issue #94).
+ - driverless: Updated man page as now also Mopria and
+ Wi-Fi Direct printers are supported. Mentioned also
+ ippusbxd.
+
CHANGES IN V1.22.1
- braille: Use sort command with LC_ALL=C for reproducibility