Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
poppler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Christian Persch
poppler
Commits
06c59af3
Commit
06c59af3
authored
May 16, 2009
by
Albert Astals Cid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Poppler 0.10.7
parent
28a99ec0
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
6 deletions
+22
-6
CMakeLists.txt
CMakeLists.txt
+1
-1
NEWS
NEWS
+16
-0
configure.ac
configure.ac
+1
-1
msvc/config.h
msvc/config.h
+3
-3
qt4/src/Doxyfile
qt4/src/Doxyfile
+1
-1
No files found.
CMakeLists.txt
View file @
06c59af3
...
...
@@ -11,7 +11,7 @@ find_package(PkgConfig)
include
(
MacroEnsureVersion
)
include
(
MacroBoolTo01
)
set
(
POPPLER_VERSION
"0.10.
6
"
)
set
(
POPPLER_VERSION
"0.10.
7
"
)
# command line switches
option
(
ENABLE_XPDF_HEADERS
"Install unsupported xpdf headers."
OFF
)
...
...
NEWS
View file @
06c59af3
Release 0.10.7
core:
* Fix rendering of axial shadings. Bug #19896
* Fix out of bounds access in GfxCIDFont
* Fix decryption using owner password on some pdf. Bug #21270
* Hidden property depends on parent being hidden, not only yourself. Bug #16093
* Make sure ImageStream::close() is called after ImageStream::reset()
glib:
* Only create checksum string for valid checksums
* Several fixes in poppler_annot_get_color()
utils:
* Link pdftoabw to abiword libs. Bug #21520
Release 0.10.6
core:
...
...
configure.ac
View file @
06c59af3
AC_PREREQ(2.59)
AC_INIT(poppler, 0.10.
6
)
AC_INIT(poppler, 0.10.
7
)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])
AM_CONFIG_HEADER(config.h)
...
...
msvc/config.h
View file @
06c59af3
...
...
@@ -32,13 +32,13 @@
#define PACKAGE_NAME "poppler"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "poppler 0.10.
6
"
#define PACKAGE_STRING "poppler 0.10.
7
"
/* 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.10.
6
"
#define PACKAGE_VERSION "0.10.
7
"
/* Poppler data dir */
#define POPPLER_DATADIR "/usr/local/share/poppler"
...
...
@@ -53,7 +53,7 @@
/* #undef USE_EXCEPTIONS */
/* Version number of package */
#define VERSION "0.10.
6
"
#define VERSION "0.10.
7
"
#define snprintf _snprintf
#define unlink _unlink
...
...
qt4/src/Doxyfile
View file @
06c59af3
...
...
@@ -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.10.
6
PROJECT_NUMBER = 0.10.
7
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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