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