summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2020-07-11 00:52:30 +0200
committerAlbert Astals Cid <aacid@kde.org>2020-07-11 18:39:45 +0200
commit79ee55abfb58c1f3b5f2e8dc68a403908484ef43 (patch)
tree021f57173b125336ce7182cb6f18e35d577f1608
parent969562d387b3791c7bc192a213e74049e08c9395 (diff)
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS12
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
4 files changed, 15 insertions, 3 deletions
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.