Commit 9907700faeca965c1e544af9247102d163a8b7df

Authored by Jay Berkenbilt
1 parent cfcf4318

Prepare 11.4.0 release

ChangeLog
  1 +2023-05-21 Jay Berkenbilt <ejb@ql.org>
  2 +
  3 + * 11.4.0: release
  4 +
1 5 2023-05-20 Jay Berkenbilt <ejb@ql.org>
2 6  
3 7 * From M. Holger: add QPDF::newReserved as a better alternative to
... ... @@ -22,6 +26,10 @@
22 26 qpdfjob_create_qpdf and qpdfjob_write_qpdf. Thanks to M. Holger
23 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 33 2023-03-18 Jay Berkenbilt <ejb@ql.org>
26 34  
27 35 * Enhance --optimize-images to support images nested inside of
... ...
README-maintainer
... ... @@ -345,7 +345,9 @@ RELEASE PREPARATION
345 345 * CMakeLists.txt
346 346 * include/qpdf/DLL.h
347 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 352 * Update release notes in manual. Look at diffs and ChangeLog.
351 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 25  
26 26 .. x.y.z: not yet released
27 27  
28   -11.4.0: not yet released
  28 +11.4.0: May 21, 2023
29 29 - CLI Enhancements
30 30  
31 31 - The :qpdf:ref:`--optimize-images` option now optimizes images
... ...