Commit e39f14eaf00998a08bc2a6ae794570d256474b24
1 parent
772c9222
Prepare 11.1.0 release
Showing
2 changed files
with
6 additions
and
1 deletions
ChangeLog
| 1 | 2022-09-14 Jay Berkenbilt <ejb@ql.org> | 1 | 2022-09-14 Jay Berkenbilt <ejb@ql.org> |
| 2 | 2 | ||
| 3 | + * 11.1.0: release | ||
| 4 | + | ||
| 5 | + * Add notes to documentation clarifying that installing the dev | ||
| 6 | + component usually requires the lib component to also be installed. | ||
| 7 | + | ||
| 3 | * Set CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE ON in cmake to | 8 | * Set CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE ON in cmake to |
| 4 | (hopefully) solve the problem of older installed qpdf headers | 9 | (hopefully) solve the problem of older installed qpdf headers |
| 5 | interfering with building qpdf from source. Fixes #763. | 10 | interfering with building qpdf from source. Fixes #763. |
manual/release-notes.rst
| @@ -8,7 +8,7 @@ For a detailed list of changes, please see the file | @@ -8,7 +8,7 @@ For a detailed list of changes, please see the file | ||
| 8 | 8 | ||
| 9 | .. x.y.z: not yet released | 9 | .. x.y.z: not yet released |
| 10 | 10 | ||
| 11 | -11.1.0: not yet released | 11 | +11.1.0: September 14, 2022 |
| 12 | - Build fixes | 12 | - Build fixes |
| 13 | 13 | ||
| 14 | - Remove ``LL_FMT`` tests, which were broken for cross | 14 | - Remove ``LL_FMT`` tests, which were broken for cross |