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