CMakeLists.txt | 4 +-- NEWS | 48 +++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 - cpp/Doxyfile | 2 - glib/CMakeLists.txt | 2 - glib/Makefile.am | 2 - goo/JpegWriter.cc | 2 - poppler/CairoFontEngine.cc | 1 poppler/CairoOutputDev.cc | 3 +- poppler/CairoOutputDev.h | 2 - poppler/CairoRescaleBox.cc | 15 +++++++++++++ poppler/FontInfo.cc | 2 - poppler/FontInfo.h | 1 poppler/Gfx.cc | 2 - poppler/GfxFont.cc | 1 poppler/GlobalParams.cc | 2 + poppler/GlobalParams.h | 1 poppler/Lexer.cc | 1 poppler/Makefile.am | 2 - poppler/NameToUnicodeTable.h | 2 - qt4/src/CMakeLists.txt | 2 - qt4/src/Doxyfile | 2 - qt4/src/Makefile.am | 2 - utils/ImageOutputDev.cc | 1 utils/ImageOutputDev.h | 1 utils/parseargs.cc | 1 utils/parseargs.h | 1 utils/pdffonts.cc | 1 utils/pdfimages.cc | 1 utils/pdftocairo.cc | 2 - utils/pdftoppm.cc | 2 - 31 files changed, 95 insertions(+), 18 deletions(-)
New commits: commit cdb1350d1e28cf3bceda75736ca91e13d193de84 Author: Albert Astals Cid <[email protected]> Date: Thu Mar 1 18:58:02 2012 +0100 Increase versions diff --git a/CMakeLists.txt b/CMakeLists.txt index 3830066..684b67a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) set(POPPLER_MAJOR_VERSION "0") -set(POPPLER_MINOR_VERSION "18") +set(POPPLER_MINOR_VERSION "19") set(POPPLER_MICRO_VERSION "0") set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}") @@ -386,7 +386,7 @@ add_library(poppler STATIC ${poppler_SRCS}) else(MSVC) add_library(poppler SHARED ${poppler_SRCS}) endif(MSVC) -set_target_properties(poppler PROPERTIES VERSION 18.0.0 SOVERSION 18) +set_target_properties(poppler PROPERTIES VERSION 20.0.0 SOVERSION 20) target_link_libraries(poppler ${poppler_LIBS}) target_link_libraries(poppler LINK_INTERFACE_LIBRARIES "") install(TARGETS poppler RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX}) diff --git a/configure.ac b/configure.ac index 9c07e45..ead942c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ m4_define([poppler_version_major],[0]) -m4_define([poppler_version_minor],[18]) +m4_define([poppler_version_minor],[19]) m4_define([poppler_version_micro],[0]) m4_define([poppler_version],[poppler_version_major.poppler_version_minor.poppler_version_micro]) diff --git a/cpp/Doxyfile b/cpp/Doxyfile index 512166e..6297cb7 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.18.0 +PROJECT_NUMBER = 0.19.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/glib/CMakeLists.txt b/glib/CMakeLists.txt index 0addd86..b72ee7e 100644 --- a/glib/CMakeLists.txt +++ b/glib/CMakeLists.txt @@ -77,7 +77,7 @@ set(poppler_glib_generated_SRCS ${CMAKE_SOURCE_DIR}/poppler/CairoRescaleBox.cc ) add_library(poppler-glib SHARED ${poppler_glib_SRCS} ${poppler_glib_generated_SRCS}) -set_target_properties(poppler-glib PROPERTIES VERSION 8.2.0 SOVERSION 8) +set_target_properties(poppler-glib PROPERTIES VERSION 8.3.0 SOVERSION 8) target_link_libraries(poppler-glib poppler ${GLIB2_LIBRARIES} ${CAIRO_LIBRARIES} ${FREETYPE_LIBRARIES}) install(TARGETS poppler-glib RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX}) diff --git a/glib/Makefile.am b/glib/Makefile.am index 8aa2724..080a960 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -74,7 +74,7 @@ libpoppler_glib_la_LIBADD = \ $(FREETYPE_LIBS) \ $(FONTCONFIG_LIBS) -libpoppler_glib_la_LDFLAGS = -version-info 10:0:2 @create_shared_lib@ @auto_import_flags@ +libpoppler_glib_la_LDFLAGS = -version-info 11:0:3 @create_shared_lib@ @auto_import_flags@ BUILT_SOURCES = \ poppler-enums.c \ diff --git a/poppler/Makefile.am b/poppler/Makefile.am index 37fbb1b..767c518 100644 --- a/poppler/Makefile.am +++ b/poppler/Makefile.am @@ -171,7 +171,7 @@ libpoppler_la_LIBADD = \ $(PTHREAD_LIBS) \ $(win32_libs) -libpoppler_la_LDFLAGS = -version-info 18:0:0 @create_shared_lib@ @auto_import_flags@ +libpoppler_la_LDFLAGS = -version-info 20:0:0 @create_shared_lib@ @auto_import_flags@ if ENABLE_XPDF_HEADERS diff --git a/qt4/src/CMakeLists.txt b/qt4/src/CMakeLists.txt index 8ce8ff4..99dce58 100644 --- a/qt4/src/CMakeLists.txt +++ b/qt4/src/CMakeLists.txt @@ -29,7 +29,7 @@ set(poppler_qt4_SRCS ) qt4_automoc(${poppler_qt4_SRCS}) add_library(poppler-qt4 SHARED ${poppler_qt4_SRCS}) -set_target_properties(poppler-qt4 PROPERTIES VERSION 3.7.0 SOVERSION 3) +set_target_properties(poppler-qt4 PROPERTIES VERSION 3.8.0 SOVERSION 3) target_link_libraries(poppler-qt4 poppler ${QT4_QTCORE_LIBRARY} ${QT4_QTGUI_LIBRARY} ${QT4_QTXML_LIBRARY}) if(MSVC) target_link_libraries(poppler-qt4 poppler ${poppler_LIBS}) diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile index 32c81cd..95372f3 100644 --- a/qt4/src/Doxyfile +++ b/qt4/src/Doxyfile @@ -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.18.0 +PROJECT_NUMBER = 0.19.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/qt4/src/Makefile.am b/qt4/src/Makefile.am index 87a750c..7b5118d 100644 --- a/qt4/src/Makefile.am +++ b/qt4/src/Makefile.am @@ -60,7 +60,7 @@ libpoppler_qt4_la_LIBADD = \ $(FONTCONFIG_LIBS) \ $(POPPLER_QT4_LIBS) -libpoppler_qt4_la_LDFLAGS = -version-info 10:0:7 @create_shared_lib@ @auto_import_flags@ +libpoppler_qt4_la_LDFLAGS = -version-info 11:0:8 @create_shared_lib@ @auto_import_flags@ # This rule lets GNU make create any *.moc from the equivalent *.h .h.moc: commit 2c9e6fa5b3bc6cd01618c3fb4f46533bfce97466 Author: Albert Astals Cid <[email protected]> Date: Thu Mar 1 18:48:17 2012 +0100 0.19.0 news file diff --git a/NEWS b/NEWS index 2df2208..b9e08f9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,51 @@ +Release 0.19.0 + core: + * Merge Xpdf 3.03 + * Add support for lcms2 + * SplashOutputDev: Implement Overprint + * PSOutputDev: Implement Overprint + * Expand glyph name ligatures such as "ff", "ffi" etc to normal form (Bug #7002) + * Use an Identity CharCodeToUnicode for Adobe-Identity and Adobe-UCS collections (Bug #35468) + * CairoOutputDev: Avoid setting huge clip area when printing (Bug #44002) + * CairoOutputDev: Fix test for rotation (Bug #14619) + * CairoOutputDev: Don't read inline image streams twice (Bug #45668) + * CairoOutputDev: set mask matrix before drawing an image with a mask (Bug #40828) + * Update glyph names to Unicode values mapping (Bug #13131) + * Only use Hints table when there are no parse errors (Bug #46459) + * Expose POPPLER_VERSION in poppler-config.h + + utils: + * pdftohtml: Output images in -xml mode if no -i option is specified + * pdftohtml: Get rid of static data members; merge duplicated jpeg dumping code + * pdftohtml: Be more consistent generating the outlines + * pdftohtml: Generate outlines in pdftohtml in -xml mode (Bug #56993) + * pdftohtml: Combine UTF16 surrogate pairs (Bug #46521) + * pdfinfo: Report page rotation + * pdfinfo: Decode utf-16 surrogate pairs + * pdftoppm: Allow one of -scale-to-[xy] = -1 to mean the aspect ratio is to be preserved (Bug #43393) + * pdftocairo: Allow one of -scale-to-[xy] = -1 to mean the aspect ratio is to be preserved + * pdffonts: Add -subst option to list the substitute font name and filename + * pdfseparate: Produce PDF/X conformant pdf pages if the original PDF was PDF/X conformant + * pdfimages: Add -list option to list all images (Bug #46066) + * Improve various manpages + + glib: + * Add poppler_fonts_iter_get_substitute_name + * Demo improvements + * Update gtk-doc makefile and m4 file + * Fix typos in documentation + + qt4: + * Add the option of PSConverter creating EPS + * Form support improvements + + build system: + * autotools: Print the cairo version required if not found (Bug #44619) + * autotools: Print the glib version required if not found + * autotools: Use pkgconfig to check for libopenjpeg (Bug #21789) + * autotools: Replace openjpeg compile test with a version test + * Add a configuration option for the test data dir + Release 0.18.0 core: * Fix small memory leak when dealing with marked content commit 14f6abfcb83f91755e6de05cd33870934bba3cfb Author: Albert Astals Cid <[email protected]> Date: Thu Mar 1 17:53:25 2012 +0100 Update copyrights diff --git a/goo/JpegWriter.cc b/goo/JpegWriter.cc index 4d097f7..2fe3d32 100644 --- a/goo/JpegWriter.cc +++ b/goo/JpegWriter.cc @@ -5,7 +5,7 @@ // This file is licensed under the GPLv2 or later // // Copyright (C) 2009 Stefan Thomas <[email protected]> -// Copyright (C) 2010 Adrian Johnson <[email protected]> +// Copyright (C) 2010, 2012 Adrian Johnson <[email protected]> // Copyright (C) 2010 Harry Roberts <[email protected]> // Copyright (C) 2011 Thomas Freitag <[email protected]> // diff --git a/poppler/CairoFontEngine.cc b/poppler/CairoFontEngine.cc index 2ad87e0..7d15024 100644 --- a/poppler/CairoFontEngine.cc +++ b/poppler/CairoFontEngine.cc @@ -25,6 +25,7 @@ // Copyright (C) 2009 Darren Kenny <[email protected]> // Copyright (C) 2010 Suzuki Toshiya <[email protected]> // Copyright (C) 2010 Jan Kümmel <[email protected]> +// Copyright (C) 2012 Hib Eris <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/CairoOutputDev.cc b/poppler/CairoOutputDev.cc index bc5d3a6..6652a35 100644 --- a/poppler/CairoOutputDev.cc +++ b/poppler/CairoOutputDev.cc @@ -20,12 +20,13 @@ // Copyright (C) 2005 Nickolay V. Shmyrev <[email protected]> // Copyright (C) 2006-2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2008 Carl Worth <[email protected]> -// Copyright (C) 2008-2011 Adrian Johnson <[email protected]> +// Copyright (C) 2008-2012 Adrian Johnson <[email protected]> // Copyright (C) 2008 Michael Vrable <[email protected]> // Copyright (C) 2008, 2009 Chris Wilson <[email protected]> // Copyright (C) 2008 Hib Eris <[email protected]> // Copyright (C) 2009, 2010 David Benjamin <[email protected]> // Copyright (C) 2011 Thomas Freitag <[email protected]> +// Copyright (C) 2012 Patrick Pfeifer <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/CairoOutputDev.h b/poppler/CairoOutputDev.h index 8b379da..682afac 100644 --- a/poppler/CairoOutputDev.h +++ b/poppler/CairoOutputDev.h @@ -18,7 +18,7 @@ // Copyright (C) 2005, 2006 Kristian Høgsberg <[email protected]> // Copyright (C) 2005 Nickolay V. Shmyrev <[email protected]> // Copyright (C) 2006-2011 Carlos Garcia Campos <[email protected]> -// Copyright (C) 2008, 2009, 2011 Adrian Johnson <[email protected]> +// Copyright (C) 2008, 2009, 2011, 2012 Adrian Johnson <[email protected]> // Copyright (C) 2008 Michael Vrable <[email protected]> // Copyright (C) 2010, 2011 Thomas Freitag <[email protected]> // diff --git a/poppler/CairoRescaleBox.cc b/poppler/CairoRescaleBox.cc index 943e9f7..68a0c4c 100644 --- a/poppler/CairoRescaleBox.cc +++ b/poppler/CairoRescaleBox.cc @@ -23,6 +23,21 @@ * Author: Jeff Muizelaar, Mozilla Corp. */ +//======================================================================== +// +// Modified under the Poppler project - http://poppler.freedesktop.org +// +// All changes made under the Poppler project to this file are licensed +// under GPL version 2 or later +// +// Copyright (C) 2012 Hib Eris <[email protected]> +// +// To see a description of the changes please see the Changelog file that +// came with your tarball or type make ChangeLog if you are building from git +// +//======================================================================== + + /* This implements a box filter that supports non-integer box sizes */ #ifdef HAVE_CONFIG_H diff --git a/poppler/FontInfo.cc b/poppler/FontInfo.cc index dd4a884..76b2350 100644 --- a/poppler/FontInfo.cc +++ b/poppler/FontInfo.cc @@ -8,7 +8,7 @@ // Copyright (C) 2006 Kouhei Sutou <[email protected]> // Copyright (C) 2009 Pino Toscano <[email protected]> // Copyright (C) 2010 Hib Eris <[email protected]> -// Copyright (C) 2010 Adrian Johnson <[email protected]> +// Copyright (C) 2010, 2012 Adrian Johnson <[email protected]> // Copyright (C) 2010 Thomas Freitag <[email protected]> // Copyright (C) 2011 Carlos Garcia Campos <[email protected]> // diff --git a/poppler/FontInfo.h b/poppler/FontInfo.h index a10a5d6..fa6ed2c 100644 --- a/poppler/FontInfo.h +++ b/poppler/FontInfo.h @@ -6,6 +6,7 @@ // Copyright (C) 2005-2008, 2010, 2011 Albert Astals Cid <[email protected]> // Copyright (C) 2005 Brad Hards <[email protected]> // Copyright (C) 2009 Pino Toscano <[email protected]> +// Copyright (C) 2012 Adrian Johnson <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/Gfx.cc b/poppler/Gfx.cc index 51b6fcd..31994ac 100644 --- a/poppler/Gfx.cc +++ b/poppler/Gfx.cc @@ -14,7 +14,7 @@ // under GPL version 2 or later // // Copyright (C) 2005 Jonathan Blandford <[email protected]> -// Copyright (C) 2005-2010 Albert Astals Cid <[email protected]> +// Copyright (C) 2005-2011 Albert Astals Cid <[email protected]> // Copyright (C) 2006 Thorkild Stray <[email protected]> // Copyright (C) 2006 Kristian Høgsberg <[email protected]> // Copyright (C) 2006-2011 Carlos Garcia Campos <[email protected]> diff --git a/poppler/GfxFont.cc b/poppler/GfxFont.cc index 0f3d248..fed5b2f 100644 --- a/poppler/GfxFont.cc +++ b/poppler/GfxFont.cc @@ -27,6 +27,7 @@ // Copyright (C) 2009, 2010 David Benjamin <[email protected]> // Copyright (C) 2011 Axel Strübing <[email protected]> // Copyright (C) 2011, 2012 Adrian Johnson <[email protected]> +// Copyright (C) 2012 Yi Yang <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/GlobalParams.cc b/poppler/GlobalParams.cc index 72448bf..dffad4f 100644 --- a/poppler/GlobalParams.cc +++ b/poppler/GlobalParams.cc @@ -30,6 +30,8 @@ // Copyright (C) 2010 Jakub Wilk <[email protected]> // Copyright (C) 2011 Pino Toscano <[email protected]> // Copyright (C) 2011 Koji Otani <[email protected]> +// Copyright (C) 2012 Yi Yang <[email protected]> +// Copyright (C) 2012 Adrian Johnson <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/GlobalParams.h b/poppler/GlobalParams.h index 7e23cff..b75938e 100644 --- a/poppler/GlobalParams.h +++ b/poppler/GlobalParams.h @@ -23,6 +23,7 @@ // Copyright (C) 2009, 2011 William Bader <[email protected]> // Copyright (C) 2010 Hib Eris <[email protected]> // Copyright (C) 2011 Pino Toscano <[email protected]> +// Copyright (C) 2012 Adrian Johnson <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/Lexer.cc b/poppler/Lexer.cc index 449dc55..d12e2e8 100644 --- a/poppler/Lexer.cc +++ b/poppler/Lexer.cc @@ -16,6 +16,7 @@ // Copyright (C) 2006-2010 Albert Astals Cid <[email protected]> // Copyright (C) 2006 Krzysztof Kowalczyk <[email protected]> // Copyright (C) 2010 Carlos Garcia Campos <[email protected]> +// Copyright (C) 2012 Adrian Johnson <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/poppler/NameToUnicodeTable.h b/poppler/NameToUnicodeTable.h index 8993919..74645ab 100644 --- a/poppler/NameToUnicodeTable.h +++ b/poppler/NameToUnicodeTable.h @@ -13,7 +13,7 @@ // All changes made under the Poppler project to this file are licensed // under GPL version 2 or later // -// Copyright (C) 2011 Albert Astals Cid <[email protected]> +// Copyright (C) 2011, 2012 Albert Astals Cid <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/utils/ImageOutputDev.cc b/utils/ImageOutputDev.cc index 24ab1b9..0c06513 100644 --- a/utils/ImageOutputDev.cc +++ b/utils/ImageOutputDev.cc @@ -20,6 +20,7 @@ // Copyright (C) 2009 Carlos Garcia Campos <[email protected]> // Copyright (C) 2009 William Bader <[email protected]> // Copyright (C) 2010 Jakob Voss <[email protected]> +// Copyright (C) 2012 Adrian Johnson <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/utils/ImageOutputDev.h b/utils/ImageOutputDev.h index 2689b68..6201a24 100644 --- a/utils/ImageOutputDev.h +++ b/utils/ImageOutputDev.h @@ -17,6 +17,7 @@ // Copyright (C) 2008 Timothy Lee <[email protected]> // Copyright (C) 2009 Carlos Garcia Campos <[email protected]> // Copyright (C) 2010 Jakob Voss <[email protected]> +// Copyright (C) 2012 Adrian Johnson <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/utils/parseargs.cc b/utils/parseargs.cc index df1c8ed..a457a88 100644 --- a/utils/parseargs.cc +++ b/utils/parseargs.cc @@ -16,6 +16,7 @@ under GPL version 2 or later Copyright (C) 2008, 2009 Albert Astals Cid <[email protected]> + Copyright (C) 2011, 2012 Adrian Johnson <[email protected]> To see a description of the changes please see the Changelog file that came with your tarball or type make ChangeLog if you are building from git diff --git a/utils/parseargs.h b/utils/parseargs.h index bd6ebd2..f035fa1 100644 --- a/utils/parseargs.h +++ b/utils/parseargs.h @@ -14,6 +14,7 @@ under GPL version 2 or later Copyright (C) 2008 Albert Astals Cid <[email protected]> + Copyright (C) 2011 Adrian Johnson <[email protected]> To see a description of the changes please see the Changelog file that came with your tarball or type make ChangeLog if you are building from git diff --git a/utils/pdffonts.cc b/utils/pdffonts.cc index 7137b47..970cbc0 100644 --- a/utils/pdffonts.cc +++ b/utils/pdffonts.cc @@ -16,6 +16,7 @@ // Copyright (C) 2006 Dominic Lachowicz <[email protected]> // Copyright (C) 2007-2008, 2010 Albert Astals Cid <[email protected]> // Copyright (C) 2010 Hib Eris <[email protected]> +// Copyright (C) 2012 Adrian Johnson <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/utils/pdfimages.cc b/utils/pdfimages.cc index fdbd64d..82c301c 100644 --- a/utils/pdfimages.cc +++ b/utils/pdfimages.cc @@ -18,6 +18,7 @@ // Copyright (C) 2007-2008, 2010 Albert Astals Cid <[email protected]> // Copyright (C) 2010 Hib Eris <[email protected]> // Copyright (C) 2010 Jakob Voss <[email protected]> +// Copyright (C) 2012 Adrian Johnson <[email protected]> // // To see a description of the changes please see the Changelog file that // came with your tarball or type make ChangeLog if you are building from git diff --git a/utils/pdftocairo.cc b/utils/pdftocairo.cc index 2eeb751..8d13e31 100644 --- a/utils/pdftocairo.cc +++ b/utils/pdftocairo.cc @@ -19,7 +19,7 @@ // Copyright (C) 2009 Shen Liang <[email protected]> // Copyright (C) 2009 Stefan Thomas <[email protected]> // Copyright (C) 2009, 2010 Albert Astals Cid <[email protected]> -// Copyright (C) 2010, 2011 Adrian Johnson <[email protected]> +// Copyright (C) 2010, 2011, 2012 Adrian Johnson <[email protected]> // Copyright (C) 2010 Hib Eris <[email protected]> // Copyright (C) 2010 Jonathan Liu <[email protected]> // Copyright (C) 2010 William Bader <[email protected]> diff --git a/utils/pdftoppm.cc b/utils/pdftoppm.cc index 5ceb0a0..04a0dfb 100644 --- a/utils/pdftoppm.cc +++ b/utils/pdftoppm.cc @@ -19,7 +19,7 @@ // Copyright (C) 2009 Shen Liang <[email protected]> // Copyright (C) 2009 Stefan Thomas <[email protected]> // Copyright (C) 2009-2011 Albert Astals Cid <[email protected]> -// Copyright (C) 2010 Adrian Johnson <[email protected]> +// Copyright (C) 2010, 2012 Adrian Johnson <[email protected]> // Copyright (C) 2010 Hib Eris <[email protected]> // Copyright (C) 2010 Jonathan Liu <[email protected]> // Copyright (C) 2010 William Bader <[email protected]>
_______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
