]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES-IPPTOOL.txt
9c0a36fe09a59a3cbf30b8b66e10efe6c176ecdc
[thirdparty/cups.git] / CHANGES-IPPTOOL.txt
1 CHANGES-IPPTOOL.txt - 2013-05-29
2 --------------------------------
3
4 This file provides a list of changes to the ipptool binary distribution posted
5 on cups.org.
6
7 2013-05-29
8
9 - Added support for automatically extending the timeout when all of the
10 request data has not yet been written (all platforms but Windows
11 which does not support it...)
12 - Fixed several ipptool test files that used old STATUS names.
13
14
15 2013-04-18
16
17 - Fixed some HTTP issues with authentication and compression.
18 - The IPP/1.1 test file did not allow for sufficient retries when
19 printing.
20 - The IPP/1.1 test file did not allow for empty printer-name values.
21 - The IPP Everywhere test file contained numerous errors.
22 - The color.jpg test file used a progressive mode instead of the
23 baseline JPEG mode.
24 - The IPP/1.1 test file referenced "color.jpeg" instead of "color.jpg".
25
26
27 2013-01-31
28
29 - Added support for DEFINE-MATCH and DEFINE-NO-MATCH as STATUS
30 predicates.
31 - Added support for WITH-VALUE and resolution values.
32 - Added support for SKIP-IF-MISSING (skip test if file is missing)
33 - Added support for octetString values.
34 - Added support for document compression in Print-Job and Send-Document
35 requests.
36 - Fixed REPEAT-MATCH for STATUS and EXPECT - was incorrectly erroring
37 out.
38 - Fixed a bug where bad IPP responses would cause ipptool to crash.
39
40
41 2012-02-28
42
43 - Changed behavior of WITH-VALUES "/regex/" to not require all values to
44 match.
45 - Added WITH-ALL-VALUES directive for EXPECT predicates that require all
46 values to match.
47 - Updated test files to use WITH-ALL-VALUES where necessary.
48 - Updated test files to use new ABNF for media names from PWG Media
49 Names 2.0.
50
51
52 2012-02-06
53
54 - Fixed the packaging of ipptool on Windows (removed unnecessary DLLs)
55 - Fixed an crash in ipptool when mixing DISPLAY with -I and a failed
56 request.
57 - Added a Print-Job test file.
58 - Added a "setdebug" batch file for Windows
59 - Added support for a CUPS_DISABLE_ASYNC_CONNECT environment variable.
60
61
62 2012-01-10
63
64 - Fixed an issue with the IPP/1.1 test file where the "waiting for job
65 completion" test did not work.
66 - The attribute groups out of order error was not shown for the
67 operation-attributes-tag group.
68
69
70 2011-12-02
71
72 - Fixed a truncated XML output bug that would happen for certain errors.
73 - Fixed the order-of-groups tests.
74 - Fixed "WITH-VALUE >N" for rangeOfInteger attributes.
75 - The Windows installer was missing the get-printer-attributes.test
76 file.
77 - The Linux binaries are now compiled for all LSB 4.x-compliant Linux
78 distributions.
79 - The Linux binaries no longer support SSL or TLS.
80
81
82 2011-10-05
83
84 - Fixed a crasher bug that showed up on Windows.
85 - The IPP/1.1 test would hang if the initial Print-Job test failed.
86 - Fixed a typo in the IPP/2.0 test.
87
88
89 2011-10-03
90
91 - Using OF-TYPE with the "no-value" or "unknown" out-of-band value tags
92 now works without special WITH-VALUE strings.
93 - ipptool now shows an error when an attribute appears more than once
94 within the same attribute group.
95 - ipptool did not display attributes as specified by the DISPLAY
96 directive when a test error failed.
97 - Fixed one spot where DEFINE-VALUE was still treated as an error when
98 the EXPECT test failed.
99 - uriScheme values were not displayed properly.
100 - Updated the IPP/1.1 tests to properly validate support for
101 job-hold-until-default and job-hold-until-supported when the Hold-Job
102 operation is supported.
103 - Updated the IPP/1.1 tests to properly check for the various standard
104 media sizes for the printing tests.
105 - Updated the IPP/1.1 tests to accept "no-value" for media-default an
106 orientation-requested-default.
107 - Updated the IPP/1.1 tests to accept "unknown" for job-state.
108 - Updated the IPP/1.1 tests to not perform the bogus URI printing tests
109 unless the "document-uri" variable is defined.
110 - Updated the IPP/2.0 tests to properly validate media-col
111 "media-xxx-supported" attributes.
112 - Updated the IPP/2.2 tests to properly validate media-ready and
113 media-col-ready.
114
115
116 2011-09-28
117
118 - Test output now includes a summary and overall score at the end.
119 - The MATCH-VALUE predicate now correctly deals with a failed EXPECT
120 condition.
121 - The IPP/1.1 test suite now looks for legacy media names and uses them
122 if the corresponding PWG standard names are not present.
123 - The IPP/1.1 test suite now tests the Print-Job+Release-Job when the
124 printer supports the job-hold-until attribute, Hold-Job operation, and
125 Release-Job operation.
126
127
128 2011-09-21
129
130 - Fixes for HTTP chunking, timeout, and encryption issues reported by
131 various users.
132 - Greatly improved IPP tests with added IPP/2.2 tests.
133 - New test documents - 1-page and 4-page mixed A4/Letter PDF/PS and a
134 couple JPEGs.
135 - New REPEAT directives to programmatically repeat tests as needed.
136
137
138 2011-08-16
139
140 - The Windows version no longer requires Visual Studio to be installed.
141 - The Windows version now supports SSL.
142 - Added "ipps" URI support.
143 - Added a new "-T" option.
144 - Added support for fractional seconds for the -i option and DELAY
145 directive.
146 - Added support for authentication.
147 - Added DEFINE-MATCH, DEFINE-NO-MATCH, DEFINE-VALUE, IF-NOT-DEFINED,
148 IGNORE-ERRORS, SKIP-IF-DEFINED, SKIP-IF-NOT-DEFINED,
149 SKIP-PREVIOUS-ERROR directives.
150 - WITH-VALUE now supports variable expansion.
151 - Updated the IPP/1.1 conformance test to skip the "my-jobs different
152 user" test if the printer URI contains a username.
153 - Updated the IPP conformance tests to validate media, media-default,
154 and media-supported values.
155 - No longer error out if a Printer returns a different version number in
156 the response when the request contains the version 0.0.
157
158
159 2010-10-16
160
161 - Initial release of standalone binary.