]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix display of uriScheme values.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 29 Sep 2011 00:10:13 +0000 (00:10 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 29 Sep 2011 00:10:13 +0000 (00:10 +0000)
Update changelog.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10027 7a7537e8-13f0-0310-91df-b6672ffda945

CHANGES-IPPTOOL.txt
cups/ipp-support.c

index e107c3cff617716aa0598bd6bf1b819d8b294559..666cd17a1061876b58a18e05ca1158ab658e02c5 100644 (file)
@@ -1,10 +1,17 @@
-CHANGES-IPPTOOL.txt - 2011-09-28
+CHANGES-IPPTOOL.txt - 2011-09-29
 --------------------------------
 
 This file provides a list of changes to the ipptool binary distribution posted
 on cups.org.
 
 
+2011-09-29
+
+       - Fixed one spot where DEFINE-VALUE was still treated as an error when
+         the EXPECT test failed.
+       - uriScheme values were not displayed properly.
+
+
 2011-09-28
 
        - Test output now includes a summary and overall score at the end.
index 9b3d1c462d497e35a5984df4708153d3e4c450d0..ef48908e45846051a93d42f24400ca0ef4b71538 100644 (file)
@@ -448,6 +448,7 @@ _ippAttrString(ipp_attribute_t *attr,       /* I - Attribute */
       case IPP_TAG_KEYWORD :
       case IPP_TAG_CHARSET :
       case IPP_TAG_URI :
+      case IPP_TAG_URISCHEME :
       case IPP_TAG_MIMETYPE :
       case IPP_TAG_LANGUAGE :
       case IPP_TAG_TEXTLANG :