]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES-IPPTOOL.txt
Fix an issue where ipptool did not generate an error message for the
[thirdparty/cups.git] / CHANGES-IPPTOOL.txt
1 CHANGES-IPPTOOL.txt - 2012-01-10
2 --------------------------------
3
4 This file provides a list of changes to the ipptool binary distribution posted
5 on cups.org.
6
7
8 2012-01-10
9
10 - Fixed an issue with the IPP/1.1 test file where the "waiting for job
11 completion" test did not work.
12 - The attribute groups out of order error was not shown for the
13 operation-attributes-tag group.
14
15
16 2011-12-02
17
18 - Fixed a truncated XML output bug that would happen for certain errors.
19 - Fixed the order-of-groups tests.
20 - Fixed "WITH-VALUE >N" for rangeOfInteger attributes.
21 - The Windows installer was missing the get-printer-attributes.test
22 file.
23 - The Linux binaries are now compiled for all LSB 4.x-compliant Linux
24 distributions.
25 - The Linux binaries no longer support SSL or TLS.
26
27
28 2011-10-05
29
30 - Fixed a crasher bug that showed up on Windows.
31 - The IPP/1.1 test would hang if the initial Print-Job test failed.
32 - Fixed a typo in the IPP/2.0 test.
33
34
35 2011-10-03
36
37 - Using OF-TYPE with the "no-value" or "unknown" out-of-band value tags
38 now works without special WITH-VALUE strings.
39 - ipptool now shows an error when an attribute appears more than once
40 within the same attribute group.
41 - ipptool did not display attributes as specified by the DISPLAY
42 directive when a test error failed.
43 - Fixed one spot where DEFINE-VALUE was still treated as an error when
44 the EXPECT test failed.
45 - uriScheme values were not displayed properly.
46 - Updated the IPP/1.1 tests to properly validate support for
47 job-hold-until-default and job-hold-until-supported when the Hold-Job
48 operation is supported.
49 - Updated the IPP/1.1 tests to properly check for the various standard
50 media sizes for the printing tests.
51 - Updated the IPP/1.1 tests to accept "no-value" for media-default an
52 orientation-requested-default.
53 - Updated the IPP/1.1 tests to accept "unknown" for job-state.
54 - Updated the IPP/1.1 tests to not perform the bogus URI printing tests
55 unless the "document-uri" variable is defined.
56 - Updated the IPP/2.0 tests to properly validate media-col
57 "media-xxx-supported" attributes.
58 - Updated the IPP/2.2 tests to properly validate media-ready and
59 media-col-ready.
60
61
62 2011-09-28
63
64 - Test output now includes a summary and overall score at the end.
65 - The MATCH-VALUE predicate now correctly deals with a failed EXPECT
66 condition.
67 - The IPP/1.1 test suite now looks for legacy media names and uses them
68 if the corresponding PWG standard names are not present.
69 - The IPP/1.1 test suite now tests the Print-Job+Release-Job when the
70 printer supports the job-hold-until attribute, Hold-Job operation, and
71 Release-Job operation.
72
73
74 2011-09-21
75
76 - Fixes for HTTP chunking, timeout, and encryption issues reported by
77 various users.
78 - Greatly improved IPP tests with added IPP/2.2 tests.
79 - New test documents - 1-page and 4-page mixed A4/Letter PDF/PS and a
80 couple JPEGs.
81 - New REPEAT directives to programmatically repeat tests as needed.
82
83
84 2011-08-16
85
86 - The Windows version no longer requires Visual Studio to be installed.
87 - The Windows version now supports SSL.
88 - Added "ipps" URI support.
89 - Added a new "-T" option.
90 - Added support for fractional seconds for the -i option and DELAY
91 directive.
92 - Added support for authentication.
93 - Added DEFINE-MATCH, DEFINE-NO-MATCH, DEFINE-VALUE, IF-NOT-DEFINED,
94 IGNORE-ERRORS, SKIP-IF-DEFINED, SKIP-IF-NOT-DEFINED,
95 SKIP-PREVIOUS-ERROR directives.
96 - WITH-VALUE now supports variable expansion.
97 - Updated the IPP/1.1 conformance test to skip the "my-jobs different
98 user" test if the printer URI contains a username.
99 - Updated the IPP conformance tests to validate media, media-default,
100 and media-supported values.
101 - No longer error out if a Printer returns a different version number in
102 the response when the request contains the version 0.0.
103
104
105 2010-10-16
106
107 - Initial release of standalone binary.