From a296d3babc529ca2165fe267dd29ec67a2af8aae Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Wed, 22 Jul 2015 17:31:40 +0800 Subject: [PATCH] 0.14.6 --- CMakeLists.txt | 2 +- ChangeLog | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a031783..3fdabb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ option(ENABLE_SVG "Enable SVG support, for generating SVG background images and include_directories(${CMAKE_SOURCE_DIR}/src) -set(PDF2HTMLEX_VERSION "0.14.5") +set(PDF2HTMLEX_VERSION "0.14.6") set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION}) add_custom_target(dist COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD diff --git a/ChangeLog b/ChangeLog index 1bc2ec8..6f885c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ -Developing +v0.14.6 +2015.07.22 + +* Fixed Windows build +* Fixed crash when flattening non-CID fonts +* Handle OpenType subtype for FontFile3 +* New option for the JS viewer: `view_history_handler` + v0.13.6 2015.04.29