CMakeLists.txt | 2 +- NEWS | 12 ++++++++++++ cpp/Doxyfile | 2 +- qt5/src/Doxyfile | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-)
New commits: commit 248540fbe44886f7ede290c216822df21ad06d7d Author: Albert Astals Cid <[email protected]> Date: Wed May 1 00:05:14 2019 +0200 Poppler 0.76.1 diff --git a/CMakeLists.txt b/CMakeLists.txt index d187f4e2..4b107479 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ endif() set(POPPLER_MAJOR_VERSION "0") set(POPPLER_MINOR_VERSION "76") -set(POPPLER_MICRO_VERSION "0") +set(POPPLER_MICRO_VERSION "1") set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}") set (CMAKE_CXX_STANDARD 14) diff --git a/NEWS b/NEWS index cfe930a4..e5199664 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +Release 0.76.1: + core: + * Make the mul tables be calculated at compile time with constexpr. + * splash: Fix compile with SPLASH_CMYK enabled + * Some typo fixing in error messages + + qt5: + * Fix regression in annotation handling + + build system: + * Fix some typos in build system output and comments + Release 0.76.0: core: * Fix regression on case-insensitive search. Issue #743 diff --git a/cpp/Doxyfile b/cpp/Doxyfile index b08d58ee..2d837771 100644 --- a/cpp/Doxyfile +++ b/cpp/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler CPP" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.76.0 +PROJECT_NUMBER = 0.76.1 # 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 5b691f81..e1453c9d 100644 --- a/qt5/src/Doxyfile +++ b/qt5/src/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt5" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.76.0 +PROJECT_NUMBER = 0.76.1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
