Commit c491d9f6af8dd2ecfbc5bd70b2054e03ac2521ac
1 parent
7ed99134
Draw attention to linux binary not being end-user facing (fixes #534)
Showing
2 changed files
with
11 additions
and
1 deletions
README-maintainer
| @@ -314,6 +314,16 @@ done | @@ -314,6 +314,16 @@ done | ||
| 314 | If needed, go onto github and make any manual updates such as | 314 | If needed, go onto github and make any manual updates such as |
| 315 | indicating a pre-release, adding release notes, etc. | 315 | indicating a pre-release, adding release notes, etc. |
| 316 | 316 | ||
| 317 | +Template for release notes: | ||
| 318 | + | ||
| 319 | +``` | ||
| 320 | +This is qpdf version x.y.z. (Brief description) | ||
| 321 | + | ||
| 322 | +For a full list of changes from previous releases, please see the [release notes](http://qpdf.sourceforge.net/files/qpdf-manual.html#ref.release-notes). See also [README-what-to-download](./README-what-to-download.md) for details on the available source and binary distributions. | ||
| 323 | +``` | ||
| 324 | + | ||
| 325 | + | ||
| 326 | + | ||
| 317 | # Publish release | 327 | # Publish release |
| 318 | gcurl -XPOST $url -d'{"draft": false}' | 328 | gcurl -XPOST $url -d'{"draft": false}' |
| 319 | 329 |
README-what-to-download.md
| @@ -18,7 +18,7 @@ Virtually all Linux distributions include packages for qpdf. There is also a PPA | @@ -18,7 +18,7 @@ Virtually all Linux distributions include packages for qpdf. There is also a PPA | ||
| 18 | 18 | ||
| 19 | * `qpdf-<version>-x86_64.AppImage` - If you'd like to run the latest version of qpdf as an [AppImage](https://appimage.org/), you can download this. This is a self-contained executable that you make symlink `qpdf` to and run on most reasonably recent Linux distributions. See README-appimage.md in the qpdf source distribution for additional details, or run the AppImage with the `--ai-usage` argument to get help specific to the AppImage. | 19 | * `qpdf-<version>-x86_64.AppImage` - If you'd like to run the latest version of qpdf as an [AppImage](https://appimage.org/), you can download this. This is a self-contained executable that you make symlink `qpdf` to and run on most reasonably recent Linux distributions. See README-appimage.md in the qpdf source distribution for additional details, or run the AppImage with the `--ai-usage` argument to get help specific to the AppImage. |
| 20 | 20 | ||
| 21 | -* `qpdf-<version>-bin-linux-x86_64.zip` - This is a (nearly) stand-alone Linux binary, built using an Ubuntu LTS release. It contains the qpdf executables and shared libraries as well as dependent shared libraries that would not typically be present on a minimal system. This can be used to include qpdf in a minimal environment such as a docker container. It is also known to work as a layer in AWS Lambda and was initially created for that purpose. | 21 | +* `qpdf-<version>-bin-linux-x86_64.zip` - This is not intended to be an end-user distribution. It is a (nearly) stand-alone Linux binary, built using an Ubuntu LTS release. It contains the qpdf executables and shared libraries as well as dependent shared libraries that would not typically be present on a minimal system. This can be used to include qpdf in a minimal environment such as a docker container. It is also known to work as a layer in AWS Lambda and was initially created for that purpose. |
| 22 | 22 | ||
| 23 | Windows Build Support | 23 | Windows Build Support |
| 24 | 24 |