Commit a3eb027b4699f90587bdb50147d217db40b5b838
1 parent
909a0b3f
Have Windows installers modify PATH (fixes #1054)
Showing
3 changed files
with
8 additions
and
0 deletions
ChangeLog
| 1 | 1 | 2023-12-23 Jay Berkenbilt <ejb@ql.org> |
| 2 | 2 | |
| 3 | + * Define CPACK_NSIS_MODIFY_PATH for the Windows builds so the | |
| 4 | + official installers will offer to modify PATH when installing | |
| 5 | + qpdf. Fixes #1054. | |
| 6 | + | |
| 3 | 7 | * Add QPDFAcroFormDocumentHelper::disableDigitalSignatures and the |
| 4 | 8 | --disable-signatures command-line argument. This disables any |
| 5 | 9 | digital signature fields, leaving their visual representations | ... | ... |
cmake-win
manual/release-notes.rst
| ... | ... | @@ -85,6 +85,9 @@ Planned changes for future 12.x (subject to change): |
| 85 | 85 | ``README-maintainer.md`` for a detailed explanation of how to |
| 86 | 86 | maintain this. |
| 87 | 87 | |
| 88 | + - The official Windows installers now offers to modify ``PATH`` | |
| 89 | + when installing qpdf. | |
| 90 | + | |
| 88 | 91 | - Package Enhancements: |
| 89 | 92 | |
| 90 | 93 | - A UNIX man page is now automatically generated from the | ... | ... |