]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - CHANGES-IPPTOOL.txt
Don't create the full name twice (<rdar://problem/23144358>)
[thirdparty/cups.git] / CHANGES-IPPTOOL.txt
index e107c3cff617716aa0598bd6bf1b819d8b294559..c96addbde51cbfa72e1d0e1b1466841c79d74dca 100644 (file)
@@ -1,8 +1,123 @@
-CHANGES-IPPTOOL.txt - 2011-09-28
+CHANGES-IPPTOOL.txt - 2015-05-15
 --------------------------------
 
 This file provides a list of changes to the ipptool binary distribution posted
-on cups.org.
+on CUPS.org.
+
+2014-05-15
+
+       - Added support for simultaneous XML and test output from ipptool.
+       - Added support for PAUSE directive in ipptool test files.
+
+
+2013-07-15
+
+       - New ippfind tool now included with ipptool.
+       - Added support for automatically extending the timeout when all of the
+         request data has not yet been written (all platforms but Windows
+         which does not support it...)
+       - Fixed several ipptool test files that used old STATUS names.
+
+
+2013-04-18
+
+       - Fixed some HTTP issues with authentication and compression.
+       - The IPP/1.1 test file did not allow for sufficient retries when
+         printing.
+       - The IPP/1.1 test file did not allow for empty printer-name values.
+       - The IPP Everywhere test file contained numerous errors.
+       - The color.jpg test file used a progressive mode instead of the
+         baseline JPEG mode.
+       - The IPP/1.1 test file referenced "color.jpeg" instead of "color.jpg".
+
+
+2013-01-31
+
+       - Added support for DEFINE-MATCH and DEFINE-NO-MATCH as STATUS
+         predicates.
+       - Added support for WITH-VALUE and resolution values.
+       - Added support for SKIP-IF-MISSING (skip test if file is missing)
+       - Added support for octetString values.
+       - Added support for document compression in Print-Job and Send-Document
+         requests.
+       - Fixed REPEAT-MATCH for STATUS and EXPECT - was incorrectly erroring
+         out.
+       - Fixed a bug where bad IPP responses would cause ipptool to crash.
+
+
+2012-02-28
+
+       - Changed behavior of WITH-VALUES "/regex/" to not require all values to
+         match.
+       - Added WITH-ALL-VALUES directive for EXPECT predicates that require all
+         values to match.
+       - Updated test files to use WITH-ALL-VALUES where necessary.
+       - Updated test files to use new ABNF for media names from PWG Media
+         Names 2.0.
+
+
+2012-02-06
+
+       - Fixed the packaging of ipptool on Windows (removed unnecessary DLLs)
+       - Fixed an crash in ipptool when mixing DISPLAY with -I and a failed
+         request.
+       - Added a Print-Job test file.
+       - Added a "setdebug" batch file for Windows
+       - Added support for a CUPS_DISABLE_ASYNC_CONNECT environment variable.
+
+
+2012-01-10
+
+       - Fixed an issue with the IPP/1.1 test file where the "waiting for job
+         completion" test did not work.
+       - The attribute groups out of order error was not shown for the
+         operation-attributes-tag group.
+
+
+2011-12-02
+
+       - Fixed a truncated XML output bug that would happen for certain errors.
+       - Fixed the order-of-groups tests.
+       - Fixed "WITH-VALUE >N" for rangeOfInteger attributes.
+       - The Windows installer was missing the get-printer-attributes.test
+         file.
+       - The Linux binaries are now compiled for all LSB 4.x-compliant Linux
+         distributions.
+       - The Linux binaries no longer support SSL or TLS.
+
+
+2011-10-05
+
+       - Fixed a crasher bug that showed up on Windows.
+       - The IPP/1.1 test would hang if the initial Print-Job test failed.
+       - Fixed a typo in the IPP/2.0 test.
+
+
+2011-10-03
+
+       - Using OF-TYPE with the "no-value" or "unknown" out-of-band value tags
+         now works without special WITH-VALUE strings.
+       - ipptool now shows an error when an attribute appears more than once
+         within the same attribute group.
+       - ipptool did not display attributes as specified by the DISPLAY
+         directive when a test error failed.
+       - Fixed one spot where DEFINE-VALUE was still treated as an error when
+         the EXPECT test failed.
+       - uriScheme values were not displayed properly.
+       - Updated the IPP/1.1 tests to properly validate support for
+         job-hold-until-default and job-hold-until-supported when the Hold-Job
+         operation is supported.
+       - Updated the IPP/1.1 tests to properly check for the various standard
+         media sizes for the printing tests.
+       - Updated the IPP/1.1 tests to accept "no-value" for media-default an
+         orientation-requested-default.
+       - Updated the IPP/1.1 tests to accept "unknown" for job-state.
+       - Updated the IPP/1.1 tests to not perform the bogus URI printing tests
+         unless the "document-uri" variable is defined.
+       - Updated the IPP/2.0 tests to properly validate media-col
+         "media-xxx-supported" attributes.
+       - Updated the IPP/2.2 tests to properly validate media-ready and
+         media-col-ready.
 
 
 2011-09-28