Commit 61f52cb6acc5848ad4a9b41c57bb15bbbae53163
1 parent
2f938d4f
Update release-notes link
Showing
2 changed files
with
6 additions
and
2 deletions
README-maintainer
| @@ -323,7 +323,7 @@ Template for release notes: | @@ -323,7 +323,7 @@ Template for release notes: | ||
| 323 | ``` | 323 | ``` |
| 324 | This is qpdf version x.y.z. (Brief description) | 324 | This is qpdf version x.y.z. (Brief description) |
| 325 | 325 | ||
| 326 | -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. | 326 | +For a full list of changes from previous releases, please see the [release notes](http://qpdf.sourceforge.net/files/qpdf-manual.html#release-notes). See also [README-what-to-download](./README-what-to-download.md) for details on the available source and binary distributions. |
| 327 | ``` | 327 | ``` |
| 328 | 328 | ||
| 329 | # Publish release | 329 | # Publish release |
TODO
| @@ -22,8 +22,12 @@ Doc conversion | @@ -22,8 +22,12 @@ Doc conversion | ||
| 22 | 22 | ||
| 23 | Before release: | 23 | Before release: |
| 24 | 24 | ||
| 25 | +* Figure out what to do about the fact that the release notes are now | ||
| 26 | + at #release-notes instead of #ref.release-notes. This invalidates | ||
| 27 | + the link in all previous release announcements, but there's not much | ||
| 28 | + I can do about, and it doesn't seem work fixing. Maybe mention it | ||
| 29 | + somewhere? | ||
| 25 | * README-maintainer: Fix installation of documentation to website | 30 | * README-maintainer: Fix installation of documentation to website |
| 26 | -* Release notes link changed (need #ref.release-notes as well as #release-notes) | ||
| 27 | * Get navigation working properly | 31 | * Get navigation working properly |
| 28 | * Figure out where to put :ref:`search` so we get doc search | 32 | * Figure out where to put :ref:`search` so we get doc search |
| 29 | 33 |