Poppler 0.84.0
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f6b430..ef987a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ endif() set(POPPLER_MAJOR_VERSION "0") -set(POPPLER_MINOR_VERSION "83") +set(POPPLER_MINOR_VERSION "84") set(POPPLER_MICRO_VERSION "0") set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}") @@ -497,7 +497,7 @@ else() add_library(poppler ${poppler_SRCS}) endif() -set_target_properties(poppler PROPERTIES VERSION 93.0.0 SOVERSION 93) +set_target_properties(poppler PROPERTIES VERSION 94.0.0 SOVERSION 94) if(MINGW AND BUILD_SHARED_LIBS) get_target_property(POPPLER_SOVERSION poppler SOVERSION) set_target_properties(poppler PROPERTIES SUFFIX "-${POPPLER_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
diff --git a/NEWS b/NEWS index 3cb8542..c8a71e0 100644 --- a/NEWS +++ b/NEWS
@@ -1,3 +1,28 @@ +Release 0.84.0: + core: + * Fix crash when converting from Unicode to ASCII-7 + * Splash::scaleImageYdXu: Protect against crash if srcWidth is too big + * JBIG2Stream: fix potential crash in malformed documents + * JBIG2Stream: fix leak in reset() if called several times + * Internal code improvements + + utils: + * pdfimages: Add error message if first page is larger then number of pages. + * pdfinfo: Improved paper size recognition + * pdfsig: Fix exit code when dumping signatures + * pdftocairo: Error out when even/odd selects 0 pages + * pdftohtml: Fix memory leak + * pdftoppm: Add an option to scale before rotate + * pdftoppm: Add -hide-annotations option + * pdftoppm: Error out when even/odd selects 0 pages + * pdftops: Improve -optimizecolorspace + + qt5: + * Code cleanups + + glib: + * Fix compiler warrnings + Release 0.83.0: core: * Improve when a file is recognized as Linearized
diff --git a/cpp/Doxyfile b/cpp/Doxyfile index a9e3926..8f41064 100644 --- a/cpp/Doxyfile +++ b/cpp/Doxyfile
@@ -31,7 +31,7 @@ # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.83.0 +PROJECT_NUMBER = 0.84.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.
diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile index 91adc2c..41b00a2 100644 --- a/qt5/src/Doxyfile +++ b/qt5/src/Doxyfile
@@ -31,7 +31,7 @@ # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.83.0 +PROJECT_NUMBER = 0.84.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.