Commit 9a273c4098abdc46a117898602e8f048f9ba48fa

Authored by Jay Berkenbilt
1 parent 2394acf7

Mention change of tagging convention (fixes #772)

Showing 1 changed file with 8 additions and 0 deletions
manual/release-notes.rst
@@ -17,6 +17,11 @@ For a detailed list of changes, please see the file @@ -17,6 +17,11 @@ For a detailed list of changes, please see the file
17 - Some symbols were not properly exported for the Windows DLL 17 - Some symbols were not properly exported for the Windows DLL
18 build. 18 build.
19 19
  20 + - Packaging note omitted from 11.0.0 release notes:
  21 +
  22 + - On GitHub, the release tags are now `vX.Y.Z` instead of
  23 + `release-qpdf-X.Y.Z` to be more consistent with current practice.
  24 +
20 11.0.0: September 10, 2022 25 11.0.0: September 10, 2022
21 - Replacement of ``PointerHolder`` with ``std::shared_ptr`` 26 - Replacement of ``PointerHolder`` with ``std::shared_ptr``
22 27
@@ -310,6 +315,9 @@ For a detailed list of changes, please see the file @@ -310,6 +315,9 @@ For a detailed list of changes, please see the file
310 315
311 - Other changes 316 - Other changes
312 317
  318 + - On GitHub, the release tags are now `vX.Y.Z` instead of
  319 + `release-qpdf-X.Y.Z` to be more consistent with current practice.
  320 +
313 - In JSON v1 mode, the ``"objects"`` key now reflects the repaired 321 - In JSON v1 mode, the ``"objects"`` key now reflects the repaired
314 pages tree if ``"pages"`` (or any other key that has the side 322 pages tree if ``"pages"`` (or any other key that has the side
315 effect of repairing the page tree) is specified. To see the 323 effect of repairing the page tree) is specified. To see the