Commit 8fac58cd3b544a5bf022f6ea1759120d03f43b63

Authored by Jay Berkenbilt
1 parent 9893beea

Prepare 11.6.0 release

ChangeLog
1 2023-09-03 Jay Berkenbilt <ejb@ql.org> 1 2023-09-03 Jay Berkenbilt <ejb@ql.org>
2 2
  3 + * 11.6.0: release
  4 +
3 * ascii85 parser: ignore spaces everywhere including between ~ 5 * ascii85 parser: ignore spaces everywhere including between ~
4 and >. Fixes #973. 6 and >. Fixes #973.
5 7
manual/release-notes.rst
@@ -35,6 +35,23 @@ Planned changes for future 12.x (subject to change): @@ -35,6 +35,23 @@ Planned changes for future 12.x (subject to change):
35 35
36 .. x.y.z: not yet released 36 .. x.y.z: not yet released
37 37
  38 +11.6.0: September 3, 2023
  39 + - Bug fixes:
  40 +
  41 + - Fix corner case in the ASCII85 decoder.
  42 +
  43 + - Properly report warnings when ``--pages`` is used and the
  44 + warnings appear in other than the primary file.
  45 +
  46 + - Improve ``--bash-completion`` and ``--zsh-completion`` to better
  47 + support paths with spaces in them.
  48 +
  49 + - Move detection of random number device from compile-time to
  50 + runtime to improve cross compilation.
  51 +
  52 + - Fix bugs around attempting to copy ``/Pages`` objects with
  53 + ``copyForeignObject`` (which explicitly doesn't allow this).
  54 +
38 11.5.0: July 9, 2023 55 11.5.0: July 9, 2023
39 - Bug Fixes 56 - Bug Fixes
40 57