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