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
Raphael Nestler
poppler
Commits
d0d68f09
Commit
d0d68f09
authored
Nov 07, 2010
by
Albert Astals Cid
Browse files
0.14.5
parent
6538841e
Changes
5
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d0d68f09
...
...
@@ -14,7 +14,7 @@ find_package(Threads)
set
(
POPPLER_MAJOR_VERSION
"0"
)
set
(
POPPLER_MINOR_VERSION
"14"
)
set
(
POPPLER_MICRO_VERSION
"
4
"
)
set
(
POPPLER_MICRO_VERSION
"
5
"
)
set
(
POPPLER_VERSION
"
${
POPPLER_MAJOR_VERSION
}
.
${
POPPLER_MINOR_VERSION
}
.
${
POPPLER_MICRO_VERSION
}
"
)
# command line switches
...
...
NEWS
View file @
d0d68f09
Release 0.14.5
core:
* Fix calculation of the size of some pages (Bug #30784)
* Fix crash in the Cairo backend in documents with invalid type 3 fonts
* Fix crashes in broken documents
build system:
* Remove -ansi flag for cywin and mingw
Release 0.14.4
core:
...
...
configure.ac
View file @
d0d68f09
m4_define([poppler_version_major],[0])
m4_define([poppler_version_minor],[14])
m4_define([poppler_version_micro],[
4
])
m4_define([poppler_version_micro],[
5
])
m4_define([poppler_version],[poppler_version_major.poppler_version_minor.poppler_version_micro])
AC_PREREQ(2.59)
...
...
cpp/Doxyfile
View file @
d0d68f09
...
...
@@ -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.14.
4
PROJECT_NUMBER = 0.14.
5
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
qt4/src/Doxyfile
View file @
d0d68f09
...
...
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt4 "
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 0.14.
4
PROJECT_NUMBER = 0.14.
5
# 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