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