diff --git a/CHANGES.md b/CHANGES.md index 1fc8ab0ca6..dd8edc6184 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ -CHANGES - OpenPrinting CUPS 2.4.1 - 2022-01-27 +CHANGES - OpenPrinting CUPS 2.4.2 - 2022-05-26 ============================================== -Changes in CUPS v2.4.2 (TBA) ----------------------------- +Changes in CUPS v2.4.2 (26th May 2022) +-------------------------------------- - Fixed certificate strings comparison for Local authorization (CVE-2022-26691) - The `cupsFileOpen` function no longer opens files for append in read-write diff --git a/README.md b/README.md index 5529453591..a27aa44c33 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -OpenPrinting CUPS v2.4.1 +OpenPrinting CUPS v2.4.2 ======================== ![Version](https://img.shields.io/github/v/release/openprinting/cups?include_prereleases) diff --git a/cups/cups.h b/cups/cups.h index dd0fdfed24..5fe28728fe 100644 --- a/cups/cups.h +++ b/cups/cups.h @@ -1,7 +1,7 @@ /* * API definitions for CUPS. * - * Copyright © 2021 by OpenPrinting. + * Copyright © 2021-2022 by OpenPrinting. * Copyright © 2007-2020 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products. *