0.49
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a694a3..c25e961 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -22,7 +22,7 @@ endif() set(POPPLER_MAJOR_VERSION "0") -set(POPPLER_MINOR_VERSION "48") +set(POPPLER_MINOR_VERSION "49") set(POPPLER_MICRO_VERSION "0") set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}") @@ -502,7 +502,7 @@ else(MSVC) add_library(poppler SHARED ${poppler_SRCS}) endif(MSVC) -set_target_properties(poppler PROPERTIES VERSION 64.0.0 SOVERSION 64) +set_target_properties(poppler PROPERTIES VERSION 65.0.0 SOVERSION 65) target_link_libraries(poppler LINK_PRIVATE ${poppler_LIBS}) install(TARGETS poppler RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX})
diff --git a/NEWS b/NEWS index d5c16a8..619d7f4 100644 --- a/NEWS +++ b/NEWS
@@ -1,9 +1,12 @@ Release 0.49.0 core: + * Merge type3 glyph handling from xpdf 3.04. Bug #96667 + * Continue rendering in case of 'Singular matrix in shading pattern fill. Bug #98623 * Fix memory leak in parametrized gouraudTriangleShadedFill * Fix crash on broken files * PDFDoc::setDocInfoStringEntry(): treat value consisting of just the unicode marker as an empty string - * VS 2013 has fmin() and fmax() + * Fix UBSAN warning + * Misc compile fixes utils: * pdfseparate: remove extra '%' in error message
diff --git a/configure.ac b/configure.ac index c6c3c93..0ba420a 100644 --- a/configure.ac +++ b/configure.ac
@@ -1,5 +1,5 @@ m4_define([poppler_version_major],[0]) -m4_define([poppler_version_minor],[48]) +m4_define([poppler_version_minor],[49]) m4_define([poppler_version_micro],[0]) m4_define([poppler_version],[poppler_version_major.poppler_version_minor.poppler_version_micro])
diff --git a/cpp/Doxyfile b/cpp/Doxyfile index 5230fb3..e0e073e 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.48.0 +PROJECT_NUMBER = 0.49.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/poppler/Makefile.am b/poppler/Makefile.am index aa70853..15aa546 100644 --- a/poppler/Makefile.am +++ b/poppler/Makefile.am
@@ -327,7 +327,7 @@ $(win32_libs) libpoppler_la_LDFLAGS = \ - -version-info 64:0:0 \ + -version-info 65:0:0 \ @create_shared_lib@ \ @auto_import_flags@
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile index edbe4b2..6111443 100644 --- a/qt4/src/Doxyfile +++ b/qt4/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.48.0 +PROJECT_NUMBER = 0.49.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 17f302e..f078e10 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.48.0 +PROJECT_NUMBER = 0.49.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.