Commit 9907700faeca965c1e544af9247102d163a8b7df
1 parent
cfcf4318
Prepare 11.4.0 release
Showing
3 changed files
with
12 additions
and
2 deletions
ChangeLog
| 1 | +2023-05-21 Jay Berkenbilt <ejb@ql.org> | ||
| 2 | + | ||
| 3 | + * 11.4.0: release | ||
| 4 | + | ||
| 1 | 2023-05-20 Jay Berkenbilt <ejb@ql.org> | 5 | 2023-05-20 Jay Berkenbilt <ejb@ql.org> |
| 2 | 6 | ||
| 3 | * From M. Holger: add QPDF::newReserved as a better alternative to | 7 | * From M. Holger: add QPDF::newReserved as a better alternative to |
| @@ -22,6 +26,10 @@ | @@ -22,6 +26,10 @@ | ||
| 22 | qpdfjob_create_qpdf and qpdfjob_write_qpdf. Thanks to M. Holger | 26 | qpdfjob_create_qpdf and qpdfjob_write_qpdf. Thanks to M. Holger |
| 23 | for the contribution. | 27 | for the contribution. |
| 24 | 28 | ||
| 29 | +2023-04-01 Jay Berkenbilt <ejb@ql.org> | ||
| 30 | + * From M. Holger: throw a logic error if an uninitialized or | ||
| 31 | + foreign QPDFObjectHandle is added to an array. | ||
| 32 | + | ||
| 25 | 2023-03-18 Jay Berkenbilt <ejb@ql.org> | 33 | 2023-03-18 Jay Berkenbilt <ejb@ql.org> |
| 26 | 34 | ||
| 27 | * Enhance --optimize-images to support images nested inside of | 35 | * Enhance --optimize-images to support images nested inside of |
README-maintainer
| @@ -345,7 +345,9 @@ RELEASE PREPARATION | @@ -345,7 +345,9 @@ RELEASE PREPARATION | ||
| 345 | * CMakeLists.txt | 345 | * CMakeLists.txt |
| 346 | * include/qpdf/DLL.h | 346 | * include/qpdf/DLL.h |
| 347 | * manual/conf.py | 347 | * manual/conf.py |
| 348 | - `make_dist` verifies this consistency. | 348 | + |
| 349 | + `make_dist` verifies this consistency, and CI fails if they are | ||
| 350 | + inconsistent. | ||
| 349 | 351 | ||
| 350 | * Update release notes in manual. Look at diffs and ChangeLog. | 352 | * Update release notes in manual. Look at diffs and ChangeLog. |
| 351 | Update release date in `manual/release-notes.rst`. Change "not yet | 353 | Update release date in `manual/release-notes.rst`. Change "not yet |
manual/release-notes.rst
| @@ -25,7 +25,7 @@ Planned changes for future 12.x (subject to change): | @@ -25,7 +25,7 @@ Planned changes for future 12.x (subject to change): | ||
| 25 | 25 | ||
| 26 | .. x.y.z: not yet released | 26 | .. x.y.z: not yet released |
| 27 | 27 | ||
| 28 | -11.4.0: not yet released | 28 | +11.4.0: May 21, 2023 |
| 29 | - CLI Enhancements | 29 | - CLI Enhancements |
| 30 | 30 | ||
| 31 | - The :qpdf:ref:`--optimize-images` option now optimizes images | 31 | - The :qpdf:ref:`--optimize-images` option now optimizes images |