Opened 6 years ago

Closed 5 years ago

#11273 closed enhancement (fixed)

poppler-0.70.0

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 8.4
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Release 0.70.0

core:

  • FreeText annotations: default to font from default appearance string
  • Splash: Speed improvements
  • Fix security issues found by oss-fuzz
  • Improve page lable parsing
  • Use std some std classes instead of self grown ones
  • Various internal improvements

qt5:

  • Add Page::index() method
  • Improve method to get the page from a label string

glib:

  • Fix crash on missing embedded file
  • Add support for PDF subtype property
  • Only export symbols in the public API

utils:

  • pdftohtml: Improve font handling

Change History (3)

comment:1 by Bruce Dubbs, 6 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 5 years ago

The latest stable release is poppler-0.71.0.tar.xz, released on Oct 31, 2018:

core:

  • Replace the implementation of GooString by std::string but keep the exact interface intact.
  • Replace GBool, gTrue, and gFalse by bool, true, false, resp.
  • Splash: Fix crash if document is malformed (too wide)

qt5:

  • Fix crash when adding Highlight Annotations
  • Default to hidden symbols
  • Fix two leaks in a test

glib:

  • demo: Fix build on Windows
  • demo: Align property labels to top of cell

cpp:

  • Fix typos in documentation

build system:

  • Enable searching for GTK on Windows
  • Remove unused files
  • Add fuzzer target from oss-fuzz project

comment:3 by Bruce Dubbs, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 20692.

Note: See TracTickets for help on using tickets.