]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - CHANGES.md
Save initial work on private xform API.
[thirdparty/cups.git] / CHANGES.md
index 8fb9d6cfddea26748935fb9e4aaf7b76e5e1a4a9..7739a3fc4d56f282d0ce02557a6abbd9055b4114 100644 (file)
@@ -1,4 +1,4 @@
-CHANGES - 2.3rc1 - 2018-04-11
+CHANGES - 2.3rc1 - 2018-05-11
 =============================
 
 Changes in CUPS v2.3rc1
@@ -10,6 +10,14 @@ Changes in CUPS v2.3rc1
   the supplied HTTP connection (Issue #5288)
 - Fixed another crash in the scheduler when adding an IPP Everywhere printer
   (Issue #5290)
+- Added a workaround for certain web browsers that do not support multiple
+  authentication schemes in a single response header (Issue #5289)
+- Fixed policy limits containing the `All` operation (Issue #5296)
+- The scheduler was always restarted after idle-exit with systemd (Issue #5297)
+- The mailto notifier did not wait for the welcome message (Issue #5312)
+- Documentation updates (Issue #5299, Issue #5301, Issue #5306)
+- Fax queues did not support pause (p) or wait-for-dialtone (w) characters
+  (rdar://39212256)
 - Fixed a parsing bug in the new authentication code.