]> git.ipfire.org Git - thirdparty/cups.git/blame - CHANGES-IPPTOOL.txt
Merge changes from CUPS 1.6svn-r10112.
[thirdparty/cups.git] / CHANGES-IPPTOOL.txt
CommitLineData
a2326b5b 1CHANGES-IPPTOOL.txt - 2011-10-05
9b66acc5
MS
2--------------------------------
3
4This file provides a list of changes to the ipptool binary distribution posted
5on cups.org.
6
7
a2326b5b 82011-10-05
d7225fc2
MS
9
10 - Fixed a crasher bug that showed up on Windows.
a2326b5b 11 - The IPP/1.1 test would hang if the initial Print-Job test failed.
d7225fc2
MS
12 - Fixed a typo in the IPP/2.0 test.
13
14
152011-10-03
16
17 - Using OF-TYPE with the "no-value" or "unknown" out-of-band value tags
18 now works without special WITH-VALUE strings.
19 - ipptool now shows an error when an attribute appears more than once
20 within the same attribute group.
21 - ipptool did not display attributes as specified by the DISPLAY
22 directive when a test error failed.
23 - Fixed one spot where DEFINE-VALUE was still treated as an error when
24 the EXPECT test failed.
25 - uriScheme values were not displayed properly.
26 - Updated the IPP/1.1 tests to properly validate support for
27 job-hold-until-default and job-hold-until-supported when the Hold-Job
28 operation is supported.
29 - Updated the IPP/1.1 tests to properly check for the various standard
30 media sizes for the printing tests.
31 - Updated the IPP/1.1 tests to accept "no-value" for media-default an
32 orientation-requested-default.
33 - Updated the IPP/1.1 tests to accept "unknown" for job-state.
34 - Updated the IPP/1.1 tests to not perform the bogus URI printing tests
35 unless the "document-uri" variable is defined.
36 - Updated the IPP/2.0 tests to properly validate media-col
37 "media-xxx-supported" attributes.
38 - Updated the IPP/2.2 tests to properly validate media-ready and
39 media-col-ready.
40
41
9b66acc5
MS
422011-09-28
43
44 - Test output now includes a summary and overall score at the end.
45 - The MATCH-VALUE predicate now correctly deals with a failed EXPECT
46 condition.
47 - The IPP/1.1 test suite now looks for legacy media names and uses them
48 if the corresponding PWG standard names are not present.
49 - The IPP/1.1 test suite now tests the Print-Job+Release-Job when the
50 printer supports the job-hold-until attribute, Hold-Job operation, and
51 Release-Job operation.
52
53
542011-09-21
55
56 - Fixes for HTTP chunking, timeout, and encryption issues reported by
57 various users.
58 - Greatly improved IPP tests with added IPP/2.2 tests.
59 - New test documents - 1-page and 4-page mixed A4/Letter PDF/PS and a
60 couple JPEGs.
61 - New REPEAT directives to programmatically repeat tests as needed.
62
63
642011-08-16
65
66 - The Windows version no longer requires Visual Studio to be installed.
67 - The Windows version now supports SSL.
68 - Added "ipps" URI support.
69 - Added a new "-T" option.
70 - Added support for fractional seconds for the -i option and DELAY
71 directive.
72 - Added support for authentication.
73 - Added DEFINE-MATCH, DEFINE-NO-MATCH, DEFINE-VALUE, IF-NOT-DEFINED,
74 IGNORE-ERRORS, SKIP-IF-DEFINED, SKIP-IF-NOT-DEFINED,
75 SKIP-PREVIOUS-ERROR directives.
76 - WITH-VALUE now supports variable expansion.
77 - Updated the IPP/1.1 conformance test to skip the "my-jobs different
78 user" test if the printer URI contains a username.
79 - Updated the IPP conformance tests to validate media, media-default,
80 and media-supported values.
81 - No longer error out if a Printer returns a different version number in
82 the response when the request contains the version 0.0.
83
84
852010-10-16
86
87 - Initial release of standalone binary.