From b86f471c43e387cf873358cf3cbcd27470646713 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 10 Apr 2014 22:50:56 +0200 Subject: 0.25.3 --- CMakeLists.txt | 2 +- NEWS | 19 +++++++++++++++++++ configure.ac | 2 +- cpp/Doxyfile | 2 +- poppler/CairoOutputDev.cc | 2 +- poppler/GfxFont.cc | 2 +- qt4/src/Doxyfile | 2 +- qt4/src/poppler-optcontent.cc | 2 +- qt5/src/Doxyfile | 2 +- qt5/src/poppler-optcontent.cc | 2 +- qt5/src/poppler-private.cc | 2 +- qt5/src/poppler-private.h | 2 +- 12 files changed, 30 insertions(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a522f763..e780756b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ CHECK_FILE_OFFSET_BITS() set(POPPLER_MAJOR_VERSION "0") set(POPPLER_MINOR_VERSION "25") -set(POPPLER_MICRO_VERSION "2") +set(POPPLER_MICRO_VERSION "3") set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}") # command line switches diff --git a/NEWS b/NEWS index 12e6f400..0d19355f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +Release 0.25.3 + core: + * Fix crashes on broken files + * Avoid MinGW/Cygwin warnings due to redefinition of NOMINMAX + * Fix some small memory leaks + + qt5: + * Fix some kinds of OCG models + * Cleanup some deprecated methods + + glib: + * Fix the first coord of the quadrilateral in create_poppler_quads_from_annot_quads(). Bug #76504 + + utils: + * pdftohtml: Fix typo in manpage + + qt4: + * Fix some kinds of OCG models + Release 0.25.2 core: * Tagged-PDF support diff --git a/configure.ac b/configure.ac index b21d83ec..2a49f71d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([poppler_version_major],[0]) m4_define([poppler_version_minor],[25]) -m4_define([poppler_version_micro],[2]) +m4_define([poppler_version_micro],[3]) m4_define([poppler_version],[poppler_version_major.poppler_version_minor.poppler_version_micro]) AC_PREREQ(2.59) diff --git a/cpp/Doxyfile b/cpp/Doxyfile index 400767e9..e808d246 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.25.2 +PROJECT_NUMBER = 0.25.3 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/poppler/CairoOutputDev.cc b/poppler/CairoOutputDev.cc index 4924f4bd..f31b46bd 100644 --- a/poppler/CairoOutputDev.cc +++ b/poppler/CairoOutputDev.cc @@ -20,7 +20,7 @@ // Copyright (C) 2005 Nickolay V. Shmyrev // Copyright (C) 2006-2011, 2013 Carlos Garcia Campos // Copyright (C) 2008 Carl Worth -// Copyright (C) 2008-2013 Adrian Johnson +// Copyright (C) 2008-2014 Adrian Johnson // Copyright (C) 2008 Michael Vrable // Copyright (C) 2008, 2009 Chris Wilson // Copyright (C) 2008, 2012 Hib Eris diff --git a/poppler/GfxFont.cc b/poppler/GfxFont.cc index 5a13eca7..80353aab 100644 --- a/poppler/GfxFont.cc +++ b/poppler/GfxFont.cc @@ -13,7 +13,7 @@ // All changes made under the Poppler project to this file are licensed // under GPL version 2 or later // -// Copyright (C) 2005, 2006, 2008-2010, 2012 Albert Astals Cid +// Copyright (C) 2005, 2006, 2008-2010, 2012, 2014 Albert Astals Cid // Copyright (C) 2005, 2006 Kristian Høgsberg // Copyright (C) 2006 Takashi Iwai // Copyright (C) 2007 Julien Rebetez diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile index db58f17e..3313f7c6 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.25.2 +PROJECT_NUMBER = 0.25.3 # 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/poppler-optcontent.cc b/qt4/src/poppler-optcontent.cc index 822e0bd5..1a0be68b 100644 --- a/qt4/src/poppler-optcontent.cc +++ b/qt4/src/poppler-optcontent.cc @@ -1,7 +1,7 @@ /* poppler-optcontent.cc: qt interface to poppler * * Copyright (C) 2007, Brad Hards - * Copyright (C) 2008, Pino Toscano + * Copyright (C) 2008, 2014, Pino Toscano * Copyright (C) 2008, Carlos Garcia Campos * * This program is free software; you can redistribute it and/or modify diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile index 56fdf55a..b10f1594 100644 --- a/qt5/src/Doxyfile +++ b/qt5/src/Doxyfile @@ -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 = 0.25.2 +PROJECT_NUMBER = 0.25.3 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/qt5/src/poppler-optcontent.cc b/qt5/src/poppler-optcontent.cc index 0ead4610..7c0513b0 100644 --- a/qt5/src/poppler-optcontent.cc +++ b/qt5/src/poppler-optcontent.cc @@ -1,7 +1,7 @@ /* poppler-optcontent.cc: qt interface to poppler * * Copyright (C) 2007, Brad Hards - * Copyright (C) 2008, Pino Toscano + * Copyright (C) 2008, 2014, Pino Toscano * Copyright (C) 2008, Carlos Garcia Campos * * This program is free software; you can redistribute it and/or modify diff --git a/qt5/src/poppler-private.cc b/qt5/src/poppler-private.cc index 5ca4360e..91dc2aa5 100644 --- a/qt5/src/poppler-private.cc +++ b/qt5/src/poppler-private.cc @@ -1,7 +1,7 @@ /* poppler-private.cc: qt interface to poppler * Copyright (C) 2005, Net Integration Technologies, Inc. * Copyright (C) 2006, 2011 by Albert Astals Cid - * Copyright (C) 2008, 2010, 2011 by Pino Toscano + * Copyright (C) 2008, 2010, 2011, 2014 by Pino Toscano * Copyright (C) 2013 by Thomas Freitag * Copyright (C) 2013 Adrian Johnson * Inspired on code by diff --git a/qt5/src/poppler-private.h b/qt5/src/poppler-private.h index 18f0a693..0dd40d76 100644 --- a/qt5/src/poppler-private.h +++ b/qt5/src/poppler-private.h @@ -2,7 +2,7 @@ * Copyright (C) 2005, Net Integration Technologies, Inc. * Copyright (C) 2005, 2008, Brad Hards * Copyright (C) 2006-2009, 2011, 2012 by Albert Astals Cid - * Copyright (C) 2007-2009, 2011 by Pino Toscano + * Copyright (C) 2007-2009, 2011, 2014 by Pino Toscano * Copyright (C) 2011 Andreas Hartmetz * Copyright (C) 2011 Hib Eris * Copyright (C) 2012, 2013 Thomas Freitag -- cgit v1.2.3