]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't map Primera name to Fargo anymore (STR #4708)
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Sun, 13 Sep 2015 23:49:19 +0000 (23:49 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Sun, 13 Sep 2015 23:49:19 +0000 (23:49 +0000)
Bump version to 2.1.1.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12867 a1ca3aef-8c08-0410-bb20-df032aa958be

CHANGES.txt
configure.ac
cups/attr.c
cups/cups.h
vcnet/config.h
xcode/config.h

index ab1574c1f2e17deafdd029b38659aafbe2d38b28..b75d558927c0770bf2b80096a12745d8c52531af 100644 (file)
@@ -1,6 +1,12 @@
-CHANGES.txt - 2.1.0 - 2015-08-31
+CHANGES.txt - 2.1.1 - 2015-09-13
 --------------------------------
 
+CHANGES IN CUPS V2.1.1
+
+       - Current Primera printers were incorrectly reported as Fargo printers
+         (STR #4708)
+
+
 CHANGES IN CUPS V2.1.0
 
        - Fixed more scheduler crash bugs in the new logging code (STR #4687,
index 9acda01297b803f263ceed5f476a59e02f1b66bb..ec148799718f703a8a5f7254fd933c5ac08d7f60 100644 (file)
@@ -17,7 +17,7 @@ dnl We need at least autoconf 2.60...
 AC_PREREQ(2.60)
 
 dnl Package name and version...
-AC_INIT([CUPS], [2.1.0], [https://www.cups.org/str.php], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.1.1], [https://www.cups.org/str.php], [cups], [https://www.cups.org/])
 
 sinclude(config-scripts/cups-opsys.m4)
 sinclude(config-scripts/cups-common.m4)
index bc241a517b8d68d7b98983292edc711098ab18b8..c98a36b47e570651942bd7fd7d1a10a8a82400c4 100644 (file)
@@ -1,22 +1,16 @@
 /*
  * "$Id$"
  *
- *   PPD model-specific attribute routines for CUPS.
+ * PPD model-specific attribute routines for CUPS.
  *
- *   Copyright 2007-2012 by Apple Inc.
- *   Copyright 1997-2006 by Easy Software Products.
+ * Copyright 2007-2015 by Apple Inc.
+ * Copyright 1997-2006 by Easy Software Products.
  *
- *   These coded instructions, statements, and computer programs are the
- *   property of Apple Inc. and are protected by Federal copyright
- *   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
- *   which should have been included with this file.  If this file is
- *   file is missing or damaged, see the license at "http://www.cups.org/".
- *
- * Contents:
- *
- *   ppdFindAttr()               - Find the first matching attribute.
- *   ppdFindNextAttr()           - Find the next matching attribute.
- *   _ppdNormalizeMakeAndModel() - Normalize a product/make-and-model string.
+ * These coded instructions, statements, and computer programs are the
+ * property of Apple Inc. and are protected by Federal copyright
+ * law.  Distribution and use rights are outlined in the file "LICENSE.txt"
+ * which should have been included with this file.  If this file is
+ * file is missing or damaged, see the license at "http://www.cups.org/".
  */
 
 /*
@@ -229,14 +223,6 @@ _ppdNormalizeMakeAndModel(
 
     snprintf(buffer, bufsize, "Canon %s", make_and_model);
   }
-  else if (!_cups_strncasecmp(make_and_model, "primera", 7))
-  {
-   /*
-    * Fargo...
-    */
-
-    snprintf(buffer, bufsize, "Fargo %s", make_and_model);
-  }
   else if (!_cups_strncasecmp(make_and_model, "designjet", 9) ||
            !_cups_strncasecmp(make_and_model, "deskjet", 7))
   {
index 3b1111b8c0044eb2994f99b9be158d766d0b0820..28b106d9d1552b201ae1ddd1b8f95028ec8a7b3e 100644 (file)
@@ -58,10 +58,10 @@ extern "C" {
  * Constants...
  */
 
-#  define CUPS_VERSION                 2.0100
+#  define CUPS_VERSION                 2.0101
 #  define CUPS_VERSION_MAJOR           2
 #  define CUPS_VERSION_MINOR           1
-#  define CUPS_VERSION_PATCH           0
+#  define CUPS_VERSION_PATCH           1
 
 #  define CUPS_BC_FD                   3
                                        /* Back-channel file descriptor for
index ff4312da28242c2c9c5fed4a6aeab8c5573a66b1..2b4fb1e8bc8828b8cc91df493693a6f12f89e8e7 100644 (file)
@@ -96,8 +96,8 @@ typedef unsigned long useconds_t;
  * Version of software...
  */
 
-#define CUPS_SVERSION "CUPS v2.1.0"
-#define CUPS_MINIMAL "CUPS/2.1.0"
+#define CUPS_SVERSION "CUPS v2.1.1"
+#define CUPS_MINIMAL "CUPS/2.1.1"
 
 
 /*
index 0bff22c0708505f5d700ff6e5b76f1e2511137f5..dae0b8b141aac5890274ddf2effd3b4f077d3c94 100644 (file)
@@ -22,8 +22,8 @@
  * Version of software...
  */
 
-#define CUPS_SVERSION "CUPS v2.1.0"
-#define CUPS_MINIMAL "CUPS/2.1.0"
+#define CUPS_SVERSION "CUPS v2.1.1"
+#define CUPS_MINIMAL "CUPS/2.1.1"
 
 
 /*