X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=CHANGES.md;h=9a434e7509dda593d41c3fefca6b647ed39ad641;hb=eda46e3aac94d42e4199d95befe99ff83afb098f;hp=397dca5bc02796962b162c5e53e53a7e02e49f31;hpb=715dfb366bca72bbce31d784890c1683597d5a0c;p=thirdparty%2Fcups.git diff --git a/CHANGES.md b/CHANGES.md index 397dca5bc..9a434e750 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,34 @@ -CHANGES - 2.3rc1 - 2019-05-21 -============================= +CHANGES - 2.3.0 - 2019-07-16 +============================ + + +Changes in CUPS v2.3.0 +---------------------- + +- Documentation updates (Issue #5604) +- Fixed a bug in the scheduler job cleanup code (Issue #5588) +- Fixed builds when there is no TLS library (Issue #5590) +- Eliminated some new GCC compiler warnings (Issue #5591) +- Removed dead code from the scheduler (Issue #5593) +- "make" failed with GZIP options (Issue #5595) +- Fixed potential excess logging from the scheduler when removing job files + (Issue #5597) +- Fixed a NULL pointer dereference bug in `httpGetSubField2` (Issue #5598) +- The scheduler no longer provides a default value for the description + (Issue #5603) +- The scheduler now logs jobs held for authentication using the error level so + it is clear what happened (Issue #5604) +- The `lpadmin` command did not always update the PPD file for changes to the + `cupsIPPSupplies` and `cupsSNMPSupplies` keywords (Issue #5610) +- The scheduler now uses both the group's membership list as well as the + various OS-specific membership functions to determine whether a user belongs + to a named group (Issue #5613) +- Fixed an issue with unsupported "sides" values in the IPP backend + (rdar://51775322) +- The scheduler would restart continuously when idle and printers were not + shared (rdar://52561199) +- Fixed an issue with `EXPECT !name WITH-VALUE ...` tests. +- Fixed a command ordering issue in the Zebra ZPL driver. Changes in CUPS v2.3rc1