Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Martin Delille
poppler
Commits
bb165133
Commit
bb165133
authored
Jul 04, 2022
by
Albert Astals Cid
Browse files
poppler 22.07.0
parent
16812b7f
Changes
6
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
bb165133
...
...
@@ -39,7 +39,7 @@ if (ECM_FOUND)
endif
()
set
(
POPPLER_MAJOR_VERSION
"22"
)
set
(
POPPLER_MINOR_VERSION_STRING
"0
6
"
)
set
(
POPPLER_MINOR_VERSION_STRING
"0
7
"
)
# We want the string version to have 08 but the integer version can't have a leading 0 since otherwise it's considered octal
# So strip a leading 0 if found in POPPLER_MINOR_VERSION_STRING and store the result in POPPLER_MINOR_VERSION
string
(
REGEX REPLACE
"^0?(.+)$"
"
\\
1"
POPPLER_MINOR_VERSION
"
${
POPPLER_MINOR_VERSION_STRING
}
"
)
...
...
NEWS
View file @
bb165133
Release 22.07.0:
core:
* Fix crash when filling in forms in some files. Issue #1258
* Fix first lines of Annotations sometimes being cut off. Issue #1246
* Signatures: Don't crash if the signature doesn't have a common name
* CairoFontEngine: increment font_face reference when retrieving from the cache
* Add ToUnicode support for lessorequalslant and greaterorequalslant
glib:
* Add support for stamp annotation
build system:
* Tweaks on how gperf is run
Release 22.06.0:
core:
* Forms: Fix crash in forms with their own DR
...
...
cpp/Doxyfile
View file @
bb165133
...
...
@@ -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 = 22.0
6
.0
PROJECT_NUMBER = 22.0
7
.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
glib/CMakeLists.txt
View file @
bb165133
...
...
@@ -90,7 +90,7 @@ set(poppler_glib_generated_SRCS
)
add_library
(
poppler-glib
${
poppler_glib_SRCS
}
${
poppler_glib_generated_SRCS
}
)
generate_export_header
(
poppler-glib EXPORT_MACRO_NAME POPPLER_PUBLIC EXPORT_FILE_NAME
"
${
CMAKE_CURRENT_BINARY_DIR
}
/poppler-macros.h"
)
set_target_properties
(
poppler-glib PROPERTIES VERSION 8.2
3
.0 SOVERSION 8
)
set_target_properties
(
poppler-glib PROPERTIES VERSION 8.2
4
.0 SOVERSION 8
)
if
(
MINGW AND BUILD_SHARED_LIBS
)
get_target_property
(
POPPLER_GLIB_SOVERSION poppler-glib SOVERSION
)
set_target_properties
(
poppler-glib PROPERTIES SUFFIX
"-
${
POPPLER_GLIB_SOVERSION
}${
CMAKE_SHARED_LIBRARY_SUFFIX
}
"
)
...
...
qt5/src/Doxyfile
View file @
bb165133
...
...
@@ -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 = 22.0
6
.0
PROJECT_NUMBER = 22.0
7
.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
qt6/src/Doxyfile
View file @
bb165133
...
...
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt6"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 22.0
6
.0
PROJECT_NUMBER = 22.0
7
.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment