Skip to content

Commit f56a972

Browse files
committed
libppd 2.1.0 Release
1 parent edf1393 commit f56a972

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# CHANGES - libppd v2.1b1 - 2024-08-14
1+
# CHANGES - libppd v2.1.0 - 2024-10-17
2+
3+
## CHANGES IN V2.1.0 (17th October 2024)
4+
5+
- Prevent PPD generation based on invalid IPP response
6+
Overtaken from CUPS 2.x: Validate IPP attributes in PPD generator,
7+
refactor make-and-model code, PPDize preset and template names,
8+
quote PPD localized strings. Fixes CVE-2024-47175.
9+
210

311
## CHANGES IN V2.1b1 (14th August 2024)
412

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# OpenPrinting libppd v2.1b1 Installation Guide
1+
# OpenPrinting libppd v2.1.0 Installation Guide
22

33

44
## Overview
55

6-
This guide provides instructions for compiling and installing OpenPrinting libppd version 2.0.0 from source code. For more details, refer to "README.md" and for a change log, see "CHANGES.md".
6+
This guide provides instructions for compiling and installing OpenPrinting libppd from source code. For more details, refer to "README.md" and for a change log, see "CHANGES.md".
77

88
### Before You Begin
99

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# OpenPrinting libppd v2.1b1 - 2024-08-14
1+
# OpenPrinting libppd v2.1.0 - 2024-10-17
22

3-
Looking for compile instructions? Read the file "INSTALL"
3+
Looking for compile instructions? Read the file "INSTALL.md"
44
instead...
55

66

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AC_PREREQ([2.65])
55
# ====================
66
# Version informations
77
# ====================
8-
AC_INIT([libppd], [2.1b1], [https://github.com/OpenPrinting/libppd/issues], [libppd], [https://github.com/OpenPrinting/libppd/])
8+
AC_INIT([libppd], [2.1.0], [https://github.com/OpenPrinting/libppd/issues], [libppd], [https://github.com/OpenPrinting/libppd/])
99
libppd_version="AC_PACKAGE_VERSION"
1010
libppd_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{print $1}'`"
1111
libppd_version_major="`echo AC_PACKAGE_VERSION | awk -F. '{printf("%d\n",$2);}'`"

0 commit comments

Comments
 (0)