[poppler] CMakeLists.txt cpp/Doxyfile NEWS qt5/src

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jul 11 17:12:33 UTC 2020


 CMakeLists.txt   |    2 +-
 NEWS             |   12 ++++++++++++
 cpp/Doxyfile     |    2 +-
 qt5/src/Doxyfile |    2 +-
 4 files changed, 15 insertions(+), 3 deletions(-)

New commits:
commit 79ee55abfb58c1f3b5f2e8dc68a403908484ef43
Author: Albert Astals Cid <aacid at kde.org>
Date:   Sat Jul 11 00:52:30 2020 +0200

    0.90.1

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b3f608e7..855ed842 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,7 +37,7 @@ endif()
 
 set(POPPLER_MAJOR_VERSION "0")
 set(POPPLER_MINOR_VERSION "90")
-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 d53a3015..e3744276 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Release 0.90.1:
+        core:
+         * Fix regression on PS conversion.
+           Regression only happened on applications that are locale enabled
+           i.e. Okular but not pdftops, when using a quite new lcms and
+           the user locale uses , as decimal separator instead of .
+         * Add UTF16LE support to TextStringToUCS4.
+           Even if the standard clearly says it should be UTF16BE
+
+        qt6:
+         * Add work in progress qt6 port. Ignore for now :)
+
 Release 0.90.0:
         core:
          * Color profile tweaks
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 34b504ff..262a05ef 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.90.0
+PROJECT_NUMBER         = 0.90.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 1106915e..376542fc 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.90.0
+PROJECT_NUMBER         = 0.90.1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.


More information about the poppler mailing list