diff --git a/CMakeLists.txt b/CMakeLists.txt index a7b70e0..027989e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR) include_directories(${CMAKE_SOURCE_DIR}/src) -set(PDF2HTMLEX_VERSION "0.7") +set(PDF2HTMLEX_VERSION "0.8") set(ARCHIVE_NAME pdf2htmlex-${PDF2HTMLEX_VERSION}) add_custom_target(dist COMMAND git archive --prefix=${ARCHIVE_NAME}/ HEAD diff --git a/ChangeLog b/ChangeLog index 3a89c38..995f5b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,13 @@ -Latest v0.7 +Latest v0.8 + +v0.7 +2013.03.01 * Process outline * Fix build with poppler * Many code cleaning jobs [John Hewson] +* Experimental printing support +* Lots of code refinements v0.6 2013.01.26 diff --git a/TODO b/TODO index 4f74a9b..39e2d10 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,3 @@ -use img instead of background-image - == Future: == Too difficult/complicated to implement: