]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - CHANGES.md
Add support for MinTLS and MaxTLS options (Issue #5119)
[thirdparty/cups.git] / CHANGES.md
index 865d4976c7e8a820801a3cec55c517bc2f7b6a32..ec88104c6a61dd8d6ad415770553ae5696ded8b4 100644 (file)
@@ -1,13 +1,27 @@
-CHANGES - 2.3b1 - 2017-11-01
+CHANGES - 2.3b1 - 2017-11-03
 ============================
 
 
 Changes in CUPS v2.3b1
 ----------------------
 
+- Documentation updates (Issue #4580)
+- The `lpstat` command now reports when new jobs are being held (Issue #4761)
+- The scheduler now supports the "printer-id" attribute (Issue #4868)
+- No longer support backslash, question mark, or quotes in printer names
+  (Issue #4966)
 - Dropped RSS subscription management from the web interface (Issue #5012)
-- The lpadmin command now provides a better error message when an unsupported
+- Bonjour printer sharing now uses the DNS-SD hostname (or ServerName value if
+  none is defined) when registering shared printers on the network (Issue #5071)
+- The `ipptool` command now supports writing `ippserver` attributes files
+  (Issue #5093)
+- The `lp` and `lpr` commands now provide better error messages when the default
+  printer cannot be found (Issue #5096)
+- The `lpadmin` command now provides a better error message when an unsupported
   System V interface script is used (Issue #5111)
+- The `SSLOptions` directive now supports `MinTLS` and `MaxTLS` options to
+  control the minimum and maximum TLS versions that will be allowed,
+  respectively (Issue #5119)
 - Dropped hard-coded CGI scripting language support (Issue #5124)
-- Fixed the ippserver sample code when threading is disabled or unavailable
+- Fixed the `ippserver` sample code when threading is disabled or unavailable
   (Issue #5154)