]> git.ipfire.org Git - thirdparty/cups.git/blob - CHANGES.txt
Fix builds on systems without a working poll() implementation (Issue #4905)
[thirdparty/cups.git] / CHANGES.txt
1 CHANGES.txt - 2.2.2 - 2016-10-20
2 --------------------------------
3
4 CHANGES IN CUPS V2.2.2
5
6 - The cups-lpd program did not catch all legacy usage of ISO-8859-1
7 (Issue #4899)
8 - Fixed builds on systems without a working poll() implementation
9 (Issue #4905)
10 - Updated localizations (PR #4895, PR #4904)
11
12
13 CHANGES IN CUPS V2.2.1
14
15 - Added "CreateSelfSignedCerts" directive for cups-files.conf to
16 control whether the scheduler automatically creates its own
17 self-signed X.509 certificates for TLS connections (Issue #4876)
18 - http*Connect did not handle partial failures (Issue #4870)
19 - Addressed some build warnings on Linux (Issue #4881)
20 - cupsHashData did not use the correct hashing algorithm
21 (<rdar://problem/28209220>)
22 - Updated man pages (PR #4885)
23 - Updated localizations (PR #4877, PR #4886)
24
25
26 CHANGES IN CUPS V2.2.0
27
28 - Normalized the TLS certificate validation code and added additional
29 error messages to aid troubleshooting.
30 - http*Connect did not work on Linux when cupsd was not running
31 (Issue #4870)
32 - The --no-remote-any option of cupsctl had no effect (Issue #4866)
33 - http*Connect did not return early when all addresses failed
34 (Issue #4870)
35
36
37 CHANGES IN CUPS V2.2rc1
38
39 - Updated the list of supported IPP Everywhere media types.
40 - The IPP backend did not validate TLS credentials properly.
41 - The printer-state-message attribute was not cleared after a
42 print job with no errors (Issue #4851)
43 - The CUPS-Add-Modify-Class and CUPS-Add-Modify-Printer operations did
44 not always return an error for failed adds (Issue #4854)
45 - PPD files with names longer than 127 bytes did not work (Issue #4860)
46 - Updated localizations (Issue #4846, PR #4858)
47
48
49 CHANGES IN CUPS V2.2b2
50
51 - Added Upstart support (PR #4825)
52 - CUPS now supports Let's Encrypt certificates on Linux.
53
54
55 CHANGES IN CUPS V2.2b1
56
57 - All CUPS commands now support POSIX options (Issue #4813)
58 - The scheduler now restarts faster (Issue #4760)
59 - Improved performance of web interface with large numbers of jobs
60 (Issue #3819)
61 - Encrypted printing can now be limited to only trusted printers and
62 servers (<rdar://problem/25711658>)
63 - The scheduler now advertises PWG Raster attributes for IPP Everywhere
64 clients (Issue #4428)
65 - The scheduler now logs informational messages for jobs at LogLevel
66 "info" (Issue #4815)
67 - The scheduler now uses the getgrouplist function when available
68 (Issue #4611)
69 - The IPP backend no longer enables compression by default except for
70 certain raster formats that generally benefit from it
71 (<rdar://problem/25166952>)
72 - The scheduler did not handle out-of-disk situations gracefully
73 (Issue #4742)
74 - The LPD mini-daemon now detects invalid UTF-8 sequences in job,
75 document, and user names (Issue #4748)
76 - The IPP backend now continues on to the next job when the remote
77 server/printer puts the job on hold (<rdar://problem/24858548>)
78 - The scheduler did not cancel multi-document jobs immediately
79 (<rdar://problem/24854834>)
80 - The scheduler did not return non-shared printers to local clients
81 unless they connected to the domain socket (<rdar://problem/24566996>)
82 - The scheduler now reads the spool directory if one or more job cache
83 entries point to deleted jobs (<rdar://problem/24048846>)
84 - Added support for disc media sizes (<rdar://problem/20219536>)
85 - The httpAddrConnect and httpConnect* APIs now try connecting to
86 multiple addresses in parallel (<rdar://problem/20643153>)
87 - The cupsd domain socket is no longer world-accessible on macOS
88 (<rdar://problem/7542560>)
89 - Interface scripts are no longer supported for security reasons
90 (<rdar://problem/23135640>)
91 - Added a new cupsHashData API and support for hashed job passwords
92 (<rdar://problem/20221502>)
93 - Localization fixes (<rdar://problem/25292403>,
94 <rdar://problem/25461517>, Issue #4041, Issue #4796)
95 - Documentation changes (Issue #4624, Issue #4781)
96 - Packaging fixes (PR #4832)