]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - CHANGES.txt
Fix Brazilian Portugeuse web interface (PR #4894)
[thirdparty/cups.git] / CHANGES.txt
index a49f0930cc5deabe36ecd9b16036246e919c0dc8..17bd893f1bc74279254fd4a2e5ada6edcd206967 100644 (file)
@@ -1,6 +1,52 @@
-CHANGES.txt - 2.2b2 - 2016-06-24
+CHANGES.txt - 2.2.2 - 2016-10-20
 --------------------------------
 
+CHANGES IN CUPS V2.2.2
+
+       - The cups-lpd program did not catch all legacy usage of ISO-8859-1
+          (Issue #4899)
+        - Fixed builds on systems without a working poll() implementation
+          (Issue #4905)
+        - Updated documentation (PR #4896)
+        - Updated localizations (PR #4894, PR #4895, PR #4904, PR #4908)
+
+
+CHANGES IN CUPS V2.2.1
+
+       - Added "CreateSelfSignedCerts" directive for cups-files.conf to
+          control whether the scheduler automatically creates its own
+          self-signed X.509 certificates for TLS connections (Issue #4876)
+        - http*Connect did not handle partial failures (Issue #4870)
+        - Addressed some build warnings on Linux (Issue #4881)
+        - cupsHashData did not use the correct hashing algorithm
+          (<rdar://problem/28209220>)
+        - Updated man pages (PR #4885)
+        - Updated localizations (PR #4877, PR #4886)
+
+
+CHANGES IN CUPS V2.2.0
+
+       - Normalized the TLS certificate validation code and added additional
+         error messages to aid troubleshooting.
+       - http*Connect did not work on Linux when cupsd was not running
+         (Issue #4870)
+       - The --no-remote-any option of cupsctl had no effect (Issue #4866)
+       - http*Connect did not return early when all addresses failed
+         (Issue #4870)
+
+
+CHANGES IN CUPS V2.2rc1
+
+       - Updated the list of supported IPP Everywhere media types.
+       - The IPP backend did not validate TLS credentials properly.
+       - The printer-state-message attribute was not cleared after a
+         print job with no errors (Issue #4851)
+       - The CUPS-Add-Modify-Class and CUPS-Add-Modify-Printer operations did
+         not always return an error for failed adds (Issue #4854)
+       - PPD files with names longer than 127 bytes did not work (Issue #4860)
+       - Updated localizations (Issue #4846, PR #4858)
+
+
 CHANGES IN CUPS V2.2b2
 
        - Added Upstart support (PR #4825)