mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-02 22:50:20 +00:00
Prepare 11.6.0 release
This commit is contained in:
parent
9893beea81
commit
8fac58cd3b
@ -1,5 +1,7 @@
|
||||
2023-09-03 Jay Berkenbilt <ejb@ql.org>
|
||||
|
||||
* 11.6.0: release
|
||||
|
||||
* ascii85 parser: ignore spaces everywhere including between ~
|
||||
and >. Fixes #973.
|
||||
|
||||
|
@ -35,6 +35,23 @@ Planned changes for future 12.x (subject to change):
|
||||
|
||||
.. x.y.z: not yet released
|
||||
|
||||
11.6.0: September 3, 2023
|
||||
- Bug fixes:
|
||||
|
||||
- Fix corner case in the ASCII85 decoder.
|
||||
|
||||
- Properly report warnings when ``--pages`` is used and the
|
||||
warnings appear in other than the primary file.
|
||||
|
||||
- Improve ``--bash-completion`` and ``--zsh-completion`` to better
|
||||
support paths with spaces in them.
|
||||
|
||||
- Move detection of random number device from compile-time to
|
||||
runtime to improve cross compilation.
|
||||
|
||||
- Fix bugs around attempting to copy ``/Pages`` objects with
|
||||
``copyForeignObject`` (which explicitly doesn't allow this).
|
||||
|
||||
11.5.0: July 9, 2023
|
||||
- Bug Fixes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user