Commit 8fac58cd3b544a5bf022f6ea1759120d03f43b63
1 parent
9893beea
Prepare 11.6.0 release
Showing
2 changed files
with
19 additions
and
0 deletions
ChangeLog
manual/release-notes.rst
| ... | ... | @@ -35,6 +35,23 @@ Planned changes for future 12.x (subject to change): |
| 35 | 35 | |
| 36 | 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 | 55 | 11.5.0: July 9, 2023 |
| 39 | 56 | - Bug Fixes |
| 40 | 57 | ... | ... |