Skip to content

4.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 04:05
· 290 commits to main since this release

Changes (Release 4.17.0)

Summary (pypdfium2)

pypdfium2 commit log

Commits between 4.16.0 and 4.17.0 (latest commit first):

  • 343efeb [autorelease] update changelog and version file
  • 7ed7bb6 Inline saving implementation (#229)
  • 3e643cb Library init/destory nits
  • 98899a7 Roll back glibc req to 2_17 for now (CC #203, #231)
  • f24e54e Revert a bad style change
  • 6607977 sourcebuild: roll win/pdfium.patch
  • ef2f2da Install safeguard to lock autoclose after lib destruction
PDFium commit log

Commits between 5841 and 5854 (latest commit first):

  • 70c2db3e9 Add GDI renderer support to test_runner.py
  • 33b14f693 Add GDI renderer to pdfium_test
  • 7f2235ee9 Fix stack-overflow in CheckForSharedFormInternal()
  • 4d1379a8d Use NOTREACHED_NORETURN() in non-win32 core/fxge code
  • c553157c2 Change enum CFX_ImageTransformer::StretchType to an enum class
  • fbb42b8f0 Use PageRenderer::Write() for all output formats
  • 7b2f0e4dd Add --use-renderer support to test_runner.py
  • 6c2c8ce87 Revert "Don't implement CPDF_DIB::GetBuffer()"