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