[poppler] CMakeLists.txt configure.ac cpp/Doxyfile NEWS poppler/CairoOutputDev.cc poppler/GfxFont.cc qt4/src qt5/src
Albert Astals Cid
aacid at kemper.freedesktop.org
Thu Apr 10 13:51:29 PDT 2014
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(-)
New commits:
commit b86f471c43e387cf873358cf3cbcd27470646713
Author: Albert Astals Cid <aacid at kde.org>
Date: Thu Apr 10 22:50:56 2014 +0200
0.25.3
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a522f76..e780756 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 12e6f40..0d19355 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 b21d83e..2a49f71 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 400767e..e808d24 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 4924f4b..f31b46b 100644
--- a/poppler/CairoOutputDev.cc
+++ b/poppler/CairoOutputDev.cc
@@ -20,7 +20,7 @@
// Copyright (C) 2005 Nickolay V. Shmyrev <nshmyrev at yandex.ru>
// Copyright (C) 2006-2011, 2013 Carlos Garcia Campos <carlosgc at gnome.org>
// Copyright (C) 2008 Carl Worth <cworth at cworth.org>
-// Copyright (C) 2008-2013 Adrian Johnson <ajohnson at redneon.com>
+// Copyright (C) 2008-2014 Adrian Johnson <ajohnson at redneon.com>
// Copyright (C) 2008 Michael Vrable <mvrable at cs.ucsd.edu>
// Copyright (C) 2008, 2009 Chris Wilson <chris at chris-wilson.co.uk>
// Copyright (C) 2008, 2012 Hib Eris <hib at hiberis.nl>
diff --git a/poppler/GfxFont.cc b/poppler/GfxFont.cc
index 5a13eca..80353aa 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 <aacid at kde.org>
+// Copyright (C) 2005, 2006, 2008-2010, 2012, 2014 Albert Astals Cid <aacid at kde.org>
// Copyright (C) 2005, 2006 Kristian Høgsberg <krh at redhat.com>
// Copyright (C) 2006 Takashi Iwai <tiwai at suse.de>
// Copyright (C) 2007 Julien Rebetez <julienr at svn.gnome.org>
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index db58f17..3313f7c 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 822e0bd..1a0be68 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 <bradh at kde.org>
- * Copyright (C) 2008, Pino Toscano <pino at kde.org>
+ * Copyright (C) 2008, 2014, Pino Toscano <pino at kde.org>
* Copyright (C) 2008, Carlos Garcia Campos <carlosgc at gnome.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile
index 56fdf55..b10f159 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 0ead461..7c0513b 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 <bradh at kde.org>
- * Copyright (C) 2008, Pino Toscano <pino at kde.org>
+ * Copyright (C) 2008, 2014, Pino Toscano <pino at kde.org>
* Copyright (C) 2008, Carlos Garcia Campos <carlosgc at gnome.org>
*
* 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 5ca4360..91dc2aa 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 <aacid at kde.org>
- * Copyright (C) 2008, 2010, 2011 by Pino Toscano <pino at kde.org>
+ * Copyright (C) 2008, 2010, 2011, 2014 by Pino Toscano <pino at kde.org>
* Copyright (C) 2013 by Thomas Freitag <Thomas.Freitag at alfa.de>
* Copyright (C) 2013 Adrian Johnson <ajohnson at redneon.com>
* Inspired on code by
diff --git a/qt5/src/poppler-private.h b/qt5/src/poppler-private.h
index 18f0a69..0dd40d7 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 <bradh at frogmouth.net>
* Copyright (C) 2006-2009, 2011, 2012 by Albert Astals Cid <aacid at kde.org>
- * Copyright (C) 2007-2009, 2011 by Pino Toscano <pino at kde.org>
+ * Copyright (C) 2007-2009, 2011, 2014 by Pino Toscano <pino at kde.org>
* Copyright (C) 2011 Andreas Hartmetz <ahartmetz at gmail.com>
* Copyright (C) 2011 Hib Eris <hib at hiberis.nl>
* Copyright (C) 2012, 2013 Thomas Freitag <Thomas.Freitag at alfa.de>
More information about the poppler
mailing list