diff --git a/_posts/2024-10-22-libcups-3.0rc3.md b/_posts/2024-10-22-libcups-3.0rc3.md new file mode 100644 index 00000000..50e9eb94 --- /dev/null +++ b/_posts/2024-10-22-libcups-3.0rc3.md @@ -0,0 +1,17 @@ +--- +title: libcups v3.0rc3 +layout: single +author: Mike +excerpt: libcups v3.0rc3 is the third release candidate of the CUPS v3 library and tools which remove deprecated APIs, add new APIs, and normalize existing APIs. +--- + +libcups v3.0rc3 is the third release candidate of the CUPS v3 library and tools which remove deprecated APIs, add new APIs, and normalize existing APIs. Changes include: + +- Updated `cupsCreateCertificateRequest` to store the new private key separately. +- Updated `cupsSaveCredentials` to validate the input credentials, support using a saved private key from `cupsCreateCertificateRequest`, and support credential removal as documented. +- Updated the raster functions to report more issues via `cupsRasterGetErrorString`. +- Fixed a crash bug on Windows. + +Enjoy! + +* Download v3.0rc3