From 8a1d34bb74e6bae1b57076485386fc56e7c22aaa Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 15 Feb 2025 16:11:24 -0500 Subject: [PATCH] Prepare 11.10.1 release --- CMakeLists.txt | 2 +- ChangeLog | 13 +++++++++++++ include/qpdf/DLL.h | 6 +++--- job.sums | 4 ++-- manual/qpdf.1 | 2 +- manual/release-notes.rst | 7 +++++++ 6 files changed, 27 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 975c8f2..d5b9845 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.16) # also find the version number here. generate_auto_job also reads the # version from here. project(qpdf - VERSION 11.10.0 + VERSION 11.10.1 LANGUAGES C CXX) # Enable correct rpath handling for MacOSX diff --git a/ChangeLog b/ChangeLog index e21e6de..b1adc76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2025-02-15 Jay Berkenbilt + + * 11.10.1: release + + * Detect cygwin as Windows for fix-qdf tests that don't work on + Windows. The perl used for the test runner in GitHub Actions + changed. This was causing some non-Windows tests to fail and also + causing path canonicalization to fail for absolute paths with + drive letters. + + * Detect zopfli by looking for rather than just + + 2025-02-08 Jay Berkenbilt * 11.10.0: release diff --git a/include/qpdf/DLL.h b/include/qpdf/DLL.h index d538721..2a2b0a4 100644 --- a/include/qpdf/DLL.h +++ b/include/qpdf/DLL.h @@ -27,12 +27,12 @@ /* The first version of qpdf to include the version constants is 10.6.0. */ #define QPDF_MAJOR_VERSION 11 #define QPDF_MINOR_VERSION 10 -#define QPDF_PATCH_VERSION 0 +#define QPDF_PATCH_VERSION 1 #ifdef QPDF_FUTURE -# define QPDF_VERSION "11.10.0+future" +# define QPDF_VERSION "11.10.1+future" #else -# define QPDF_VERSION "11.10.0" +# define QPDF_VERSION "11.10.1" #endif /* diff --git a/job.sums b/job.sums index d2a6dd5..c5b53e5 100644 --- a/job.sums +++ b/job.sums @@ -1,5 +1,5 @@ # Generated by generate_auto_job -CMakeLists.txt af74c05aea88512ef9a37a0708c2a03747a4ff23dc7919075c8d3b62b73aad79 +CMakeLists.txt e08751e992a61aee8a2944c98c4a2c7574edc1138133f81b5a3340512da0f24c generate_auto_job f64733b79dcee5a0e3e8ccc6976448e8ddf0e8b6529987a66a7d3ab2ebc10a86 include/qpdf/auto_job_c_att.hh 4c2b171ea00531db54720bf49a43f8b34481586ae7fb6cbf225099ee42bc5bb4 include/qpdf/auto_job_c_copy_att.hh 50609012bff14fd82f0649185940d617d05d530cdc522185c7f3920a561ccb42 @@ -16,5 +16,5 @@ libqpdf/qpdf/auto_job_json_init.hh 344c2fb473f88fe829c93b1efe6c70a0e4796537b8eb3 libqpdf/qpdf/auto_job_schema.hh 6d3eef5137b8828eaa301a1b3cf75cb7bb812aa6e2d8301de865b42d238d7a7c manual/_ext/qpdf.py 6add6321666031d55ed4aedf7c00e5662bba856dfcd66ccb526563bffefbb580 manual/cli.rst 67357688f9a52fafa9a4f231fe4ce74c3cd8977130da7501efe54439a1ee22d4 -manual/qpdf.1 cf5fc00789744c619f2af285fd715e5f85ced53f0126f8df5f97e27f920a9a7a +manual/qpdf.1 50102b93fd9afa8d605702ff2d19440dbed369c1c4660f14b71a4a162227c58e manual/qpdf.1.in 436ecc85d45c4c9e2dbd1725fb7f0177fb627179469f114561adf3cb6cbb677b diff --git a/manual/qpdf.1 b/manual/qpdf.1 index e6f2d7e..a2ba117 100644 --- a/manual/qpdf.1 +++ b/manual/qpdf.1 @@ -3,7 +3,7 @@ .\" Edits will be automatically overwritten if the build is .\" run in maintainer mode. .\" -.TH QPDF "1" "" "qpdf version 11.10.0" "User Commands" +.TH QPDF "1" "" "qpdf version 11.10.1" "User Commands" .SH NAME qpdf \- PDF transformation software .SH SYNOPSIS diff --git a/manual/release-notes.rst b/manual/release-notes.rst index 22f79bc..2d866f7 100644 --- a/manual/release-notes.rst +++ b/manual/release-notes.rst @@ -29,6 +29,13 @@ Planned changes for future 12.x (subject to change): .. x.y.z: not yet released +11.10.1: February 15, 2025 + - Build fixes + + - Fix incorrect detection of zopfli + + - Recognize cygwin perl as Windows when running test suite + 11.10.0: February 8, 2025 - Bug fixes -- libgit2 0.21.4