]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES-IPPTOOL.txt
Make sure we display all DISPLAY attributes, even on test errors.
[thirdparty/cups.git] / CHANGES-IPPTOOL.txt
1 CHANGES-IPPTOOL.txt - 2011-09-30
2 --------------------------------
3
4 This file provides a list of changes to the ipptool binary distribution posted
5 on cups.org.
6
7
8 2011-09-30
9
10 - ipptool now shows an error when an attribute appears more than once
11 within the same attribute group.
12 - ipptool did not display attributes as specified by the DISPLAY
13 directive when a test error failed.
14 - Fixed one spot where DEFINE-VALUE was still treated as an error when
15 the EXPECT test failed.
16 - uriScheme values were not displayed properly.
17 - Updated the IPP/1.1 tests to properly validate support for
18 job-hold-until-default and job-hold-until-supported when the Hold-Job
19 operation is supported.
20 - Updated the IPP/1.1 tests to property check for the various standard
21 media sizes for the printing tests.
22 - Updated the IPP/2.0 tests to properly validate media-col
23 "media-xxx-supported" attributes.
24 - Updated the IPP/2.2 tests to properly validate media-ready and
25 media-col-ready.
26
27
28 2011-09-28
29
30 - Test output now includes a summary and overall score at the end.
31 - The MATCH-VALUE predicate now correctly deals with a failed EXPECT
32 condition.
33 - The IPP/1.1 test suite now looks for legacy media names and uses them
34 if the corresponding PWG standard names are not present.
35 - The IPP/1.1 test suite now tests the Print-Job+Release-Job when the
36 printer supports the job-hold-until attribute, Hold-Job operation, and
37 Release-Job operation.
38
39
40 2011-09-21
41
42 - Fixes for HTTP chunking, timeout, and encryption issues reported by
43 various users.
44 - Greatly improved IPP tests with added IPP/2.2 tests.
45 - New test documents - 1-page and 4-page mixed A4/Letter PDF/PS and a
46 couple JPEGs.
47 - New REPEAT directives to programmatically repeat tests as needed.
48
49
50 2011-08-16
51
52 - The Windows version no longer requires Visual Studio to be installed.
53 - The Windows version now supports SSL.
54 - Added "ipps" URI support.
55 - Added a new "-T" option.
56 - Added support for fractional seconds for the -i option and DELAY
57 directive.
58 - Added support for authentication.
59 - Added DEFINE-MATCH, DEFINE-NO-MATCH, DEFINE-VALUE, IF-NOT-DEFINED,
60 IGNORE-ERRORS, SKIP-IF-DEFINED, SKIP-IF-NOT-DEFINED,
61 SKIP-PREVIOUS-ERROR directives.
62 - WITH-VALUE now supports variable expansion.
63 - Updated the IPP/1.1 conformance test to skip the "my-jobs different
64 user" test if the printer URI contains a username.
65 - Updated the IPP conformance tests to validate media, media-default,
66 and media-supported values.
67 - No longer error out if a Printer returns a different version number in
68 the response when the request contains the version 0.0.
69
70
71 2010-10-16
72
73 - Initial release of standalone binary.