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 | 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