]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror ZPL fix from master.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 24 May 2019 12:15:14 +0000 (08:15 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 24 May 2019 12:15:14 +0000 (08:15 -0400)
CHANGES.md
filter/rastertolabel.c

index 616e51254249c1d396834f4fa43f8763718c987a..6ddae30828c34a330ffe82145f1ea1475a9bd768 100644 (file)
@@ -1,4 +1,4 @@
-CHANGES - 2.2.12 - 2019-05-17
+CHANGES - 2.2.12 - 2019-05-24
 =============================
 
 
@@ -19,6 +19,7 @@ Changes in CUPS v2.2.12
   (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
index 6ad6c625af87dcacd09cde11f9f4afb86fd3c103..73cd04be0ac87a45ba1083044e8daaa187c84014 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * 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
@@ -618,8 +618,8 @@ EndPage(ppd_file_t          *ppd,   /* I - PPD file */
         * End the label and eject...
        */
 
-       puts("^XZ");
         puts("^IDR:CUPS.GRF^FS");
+       puts("^XZ");
 
        /*
         * Cut the label as needed...