Skip to content

4.15.0

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

Changes (Release 4.15.0)

Summary (pypdfium2)

  • In helpers, closing a parent object now automatically closes the children to ensure correct order.
    This notably enhances safety of closing and absorbs the common mistake of closing a parent but missing child close calls. See commit eb07605 for more info.
  • In init_forms(), attempt to call FPDF_LoadXFA() and warn on failure, though as of this writing it always fails.
    An upstream issue is suspected.
pypdfium2 commit log

Commits between 4.14.0 and 4.15.0 (latest commit first):

  • 4ca2bbc [autorelease] update changelog and version file
  • 9fe9660 nit: slightly improve repr style
  • 12d2327 Move library load/destory to seprate file
  • ee14e56 utils.get_bufreader(): do not separately hold buffer
  • d23cfab cli/imgtopdf: overwrite existing files
  • 6749177 bitmap.from_pil(): avoid one layer of copying
  • 5f2bd3f formal safety nits around formenvs
  • 5e19859 Further improve autoclose debugging
  • 6ed7685 autoclose: add context info
  • 77bf19a Combine namespaces bases, consts, utils into pdfium_i (#226)
  • 6aa3c7e fix init_forms() blunder: move version safety check to right place
  • 656f945 formenv: child-track pages released after init_forms()
  • 68854b2 readme: link case study concerning ABI vs API
  • 8f8edcf Update changelog_staging
  • e5d348e Call FPDF_LoadXFA() in init_forms(), warn on error (#223)
  • eb07605 Protect closing order (#224)
PDFium commit log

Commits between 5813 and 5827 (latest commit first):

  • 5e77cd172 Simplify CFX_DIBBase::RealizeSkImage()
  • 7ccc8ace2 Add CFX_DIBBase::RealizeSkImage()
  • bee35d5e5 Avoid using NOTREACHED() in test code
  • cfc8f9162 Don't infer UnownedPtr::ExtractAsDangling() type
  • 55e612f5f Manage Upsample() memory using SkImage
  • 7b3cd1e7f Remove obsolete third_party/android_sdk/
  • 6498464bc Fix PDF saving when multiple graphics states are in effect
  • c261a6cb2 Fix FxgeSkiaEmbedderTest.RenderBigImageTwice test
  • 5281496be Minimize GN dependencies on //skia
  • 85412229e Replace FXFT_MM_VarPtr with ScopedFXFTMMVar
  • fa84e52cd Remove FT_Done_MM_Var() workaround
  • 937e7c848 Tighten DEPS rules for Skia headers
  • d2dcc316e Add include for SkTileMode