]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES-IPPTOOL.txt
Fix checks for attribute group order.
[thirdparty/cups.git] / CHANGES-IPPTOOL.txt
1 CHANGES-IPPTOOL.txt - 2011-09-30
2 --------------------------------
3
4 This file provides a list of changes to the ipptool binary distribution posted
5 on cups.org.
6
7
8 2011-09-30
9
10 - ipptool now shows an error when an attribute appears more than once
11 within the same attribute group.
12 - Fixed one spot where DEFINE-VALUE was still treated as an error when
13 the EXPECT test failed.
14 - uriScheme values were not displayed properly.
15 - Updated the IPP/1.1 tests to properly validate support for
16 job-hold-until-default and job-hold-until-supported when the Hold-Job
17 operation is supported.
18 - Updated the IPP/2.0 tests to properly validate media-col
19 "media-xxx-supported" attributes.
20 - Updated the IPP/2.2 tests to properly validate media-ready and
21 media-col-ready.
22
23
24 2011-09-28
25
26 - Test output now includes a summary and overall score at the end.
27 - The MATCH-VALUE predicate now correctly deals with a failed EXPECT
28 condition.
29 - The IPP/1.1 test suite now looks for legacy media names and uses them
30 if the corresponding PWG standard names are not present.
31 - The IPP/1.1 test suite now tests the Print-Job+Release-Job when the
32 printer supports the job-hold-until attribute, Hold-Job operation, and
33 Release-Job operation.
34
35
36 2011-09-21
37
38 - Fixes for HTTP chunking, timeout, and encryption issues reported by
39 various users.
40 - Greatly improved IPP tests with added IPP/2.2 tests.
41 - New test documents - 1-page and 4-page mixed A4/Letter PDF/PS and a
42 couple JPEGs.
43 - New REPEAT directives to programmatically repeat tests as needed.
44
45
46 2011-08-16
47
48 - The Windows version no longer requires Visual Studio to be installed.
49 - The Windows version now supports SSL.
50 - Added "ipps" URI support.
51 - Added a new "-T" option.
52 - Added support for fractional seconds for the -i option and DELAY
53 directive.
54 - Added support for authentication.
55 - Added DEFINE-MATCH, DEFINE-NO-MATCH, DEFINE-VALUE, IF-NOT-DEFINED,
56 IGNORE-ERRORS, SKIP-IF-DEFINED, SKIP-IF-NOT-DEFINED,
57 SKIP-PREVIOUS-ERROR directives.
58 - WITH-VALUE now supports variable expansion.
59 - Updated the IPP/1.1 conformance test to skip the "my-jobs different
60 user" test if the printer URI contains a username.
61 - Updated the IPP conformance tests to validate media, media-default,
62 and media-supported values.
63 - No longer error out if a Printer returns a different version number in
64 the response when the request contains the version 0.0.
65
66
67 2010-10-16
68
69 - Initial release of standalone binary.