-CHANGES - 2.2.12 - 2019-05-17
+CHANGES - 2.2.12 - 2019-05-24
=============================
(Issue #5574)
- The libusb-based USB backend now enforces read limits, improving print speed
in many cases (Issue #5583)
+- Fixed a command ordering issue in the Zebra ZPL driver.
Changes in CUPS v2.2.11
/*
* Label printer filter for CUPS.
*
- * Copyright 2007-2016 by Apple Inc.
+ * Copyright 2007-2019 by Apple Inc.
* Copyright 2001-2007 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
* End the label and eject...
*/
- puts("^XZ");
puts("^IDR:CUPS.GRF^FS");
+ puts("^XZ");
/*
* Cut the label as needed...