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
06292945
Commit
06292945
authored
Feb 17, 2010
by
Albert Astals Cid
Browse files
0.12.4
parent
dfc43459
Changes
5
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
06292945
...
...
@@ -13,7 +13,7 @@ include(MacroBoolTo01)
set
(
POPPLER_MAJOR_VERSION
"0"
)
set
(
POPPLER_MINOR_VERSION
"12"
)
set
(
POPPLER_MICRO_VERSION
"
3
"
)
set
(
POPPLER_MICRO_VERSION
"
4
"
)
set
(
POPPLER_VERSION
"
${
POPPLER_MAJOR_VERSION
}
.
${
POPPLER_MINOR_VERSION
}
.
${
POPPLER_MICRO_VERSION
}
"
)
# command line switches
...
...
NEWS
View file @
06292945
Release 0.12.4
core:
* Fix Uncover and Fade transition parsing. Bug #26034
* Fix GfxRadialShading::GfxRadialShading. KDE bug #223359
* Fix a memory leak in CairoFontEngine
* Use the right matrix for the mask in drawMaskedImage() in CairoOutputDev. Bug #16906
* Only assume a OC is not visible if it exists and is set to no. Bug #26532
* Guard agains malloc returning NULL in SplashFTFont
qt4:
* Update requirement to Qt 4.4
glib:
* Use PDFDoc(wchar_t *, ...) on Windows. Bug #25032
build system:
* fix typo: "MULTITHREAD" -> "MULTITHREADED" in CMake
Release 0.12.3
core:
...
...
configure.ac
View file @
06292945
m4_define([poppler_version_major],[0])
m4_define([poppler_version_minor],[12])
m4_define([poppler_version_micro],[
3
])
m4_define([poppler_version_micro],[
4
])
m4_define([poppler_version],[poppler_version_major.poppler_version_minor.poppler_version_micro])
AC_PREREQ(2.59)
...
...
msvc/config.h
View file @
06292945
...
...
@@ -32,13 +32,13 @@
#define PACKAGE_NAME "poppler"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "poppler 0.12.
3
"
#define PACKAGE_STRING "poppler 0.12.
4
"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "poppler"
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.12.
3
"
#define PACKAGE_VERSION "0.12.
4
"
/* Poppler data dir */
#define POPPLER_DATADIR "/usr/local/share/poppler"
...
...
@@ -53,7 +53,7 @@
/* #undef USE_EXCEPTIONS */
/* Version number of package */
#define VERSION "0.12.
3
"
#define VERSION "0.12.
4
"
#define snprintf _snprintf
#define unlink _unlink
...
...
qt4/src/Doxyfile
View file @
06292945
...
...
@@ -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.12.
3
PROJECT_NUMBER = 0.12.
4
# 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