Commit a3677ffe919fdc87226771f4cf050d36d6dbdd5d
1 parent
153060a0
TODO and ChangeLog updates from merged pull requests
Showing
2 changed files
with
9 additions
and
6 deletions
ChangeLog
| 1 | 1 | 2020-10-16 Jay Berkenbilt <ejb@ql.org> |
| 2 | 2 | |
| 3 | + * Accept pull request that improves how the Windows native crypto | |
| 4 | + provider is obtained. | |
| 5 | + | |
| 6 | + * Accept pull request that improves performance in processing | |
| 7 | + files in memory. | |
| 8 | + | |
| 9 | + * Accept pull requests that improve openssl configuration and | |
| 10 | + error reporting. | |
| 11 | + | |
| 3 | 12 | * Build using GitHub Actions. The intention is that this will |
| 4 | 13 | replace Azure Pipelines as the official CI for qpdf for the next |
| 5 | 14 | release. | ... | ... |
TODO
| ... | ... | @@ -3,15 +3,9 @@ Candidates for upcoming release |
| 3 | 3 | |
| 4 | 4 | * Quick issues: |
| 5 | 5 | * #438: things written to stdout instead of stderr; --no-warn issues |
| 6 | - * #454: integer overflow | |
| 7 | - * #451: BufferInputSource performance enhancement | |
| 8 | - * #432: WindowsCryptProvider fixes | |
| 9 | 6 | * Add --warning-exit-0 option. Search for --no-warn in the docs. |
| 10 | 7 | |
| 11 | 8 | * Easy build/test |
| 12 | - * #429: cygwin build and openssl version (see #455) | |
| 13 | - * #455: openssl configure checks | |
| 14 | - * #453: improve openssl error messages | |
| 15 | 9 | * #422: disable rpath when building RPM |
| 16 | 10 | * #352: building standalone executables (lambda layer) |
| 17 | 11 | * #460: potential malware in fuzzer seed corpus | ... | ... |