[poppler] 3 commits - CMakeLists.txt configure.ac glib/CMakeLists.txt glib/reference msvc/config.h NEWS qt4/src

Albert Astals Cid aacid at kemper.freedesktop.org
Wed Mar 12 14:56:08 PDT 2008


 CMakeLists.txt             |    2 +-
 NEWS                       |   20 ++++++++++++++++++++
 configure.ac               |    2 +-
 glib/CMakeLists.txt        |    2 +-
 glib/reference/Makefile.am |    1 +
 msvc/config.h              |    6 +++---
 qt4/src/Doxyfile           |    2 +-
 7 files changed, 28 insertions(+), 7 deletions(-)

New commits:
commit 5bf8d864e68854f0855e07fb67aa124e06c739cd
Author: Albert Astals Cid <aacid at kde.org>
Date:   Wed Mar 12 22:48:07 2008 +0100

    fix build

diff --git a/glib/reference/Makefile.am b/glib/reference/Makefile.am
index 5847d1e..fc99ed1 100644
--- a/glib/reference/Makefile.am
+++ b/glib/reference/Makefile.am
@@ -70,6 +70,7 @@ expand_content_files=
 INCLUDES=-I$(top_srcdir)/glib -I$(top_builddir)/glib	\
 	$(CAIRO_CFLAGS)					\
 	$(POPPLER_GLIB_CFLAGS)				\
+	$(GDK_CFLAGS)					\
 	$(FREETYPE_CFLAGS)
 
 GTKDOC_LIBS=$(top_builddir)/poppler/libpoppler.la	\
commit d0be5c86dcd3310062d820b3515c31e4720af2ca
Author: Albert Astals Cid <aacid at kde.org>
Date:   Wed Mar 12 22:40:59 2008 +0100

    Update version to 0.7.2 and fill NEWS

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 08b9fb6..374eb06 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ find_package(PkgConfig)
 include(MacroEnsureVersion)
 include(MacroBoolTo01)
 
-set(POPPLER_VERSION "0.7.1")
+set(POPPLER_VERSION "0.7.2")
 
 # command line switches
 option(ENABLE_XPDF_HEADERS "Install unsupported xpdf headers." OFF)
diff --git a/NEWS b/NEWS
index 486d039..6fce5a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Release 0.7.2 (0.8 RC 1)
+
+	Major Changes:
+	 * Improve font matching not forcing default values onto Fontconfig
+	 * Add preliminary annotations support in the glib frontend
+	 * Initial Movie support in the core
+	 * Make GDK dependency optional in glib bindings
+
+	Minor Changes:
+	 * Make the core able to read mime types of embedded files
+	 * Qt4 API for accessing mime types of embedded files
+	 * Handle correctly check state of optional content groups
+	   regarding parents state
+	 * Avoid setting singular CTM matrices on the Cairo backend
+	 * Improved Qt4 API to get character position
+	 * Qt4 api documentation improvements
+	 * Qt4 minor stability fixes
+	 * Proper lib64 Qt detection
+	 * Fix build when compiling without cairo support
+
 Release 0.7.1 (0.8 Beta 2)
 
 	Major Changes:
diff --git a/configure.ac b/configure.ac
index 7ce607f..c38c8cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(poppler, 0.7.1)
+AC_INIT(poppler, 0.7.2)
 AM_INIT_AUTOMAKE([foreign])
 AM_CONFIG_HEADER(config.h)
 AM_CONFIG_HEADER(poppler/poppler-config.h)
diff --git a/msvc/config.h b/msvc/config.h
index 7451df6..e8f8924 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -32,13 +32,13 @@
 #define PACKAGE_NAME "poppler"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "poppler 0.7.1"
+#define PACKAGE_STRING "poppler 0.7.2"
 
 /* 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.7.1"
+#define PACKAGE_VERSION "0.7.2"
 
 /* Poppler data dir */
 #define POPPLER_DATADIR "/usr/local/share/poppler"
@@ -53,7 +53,7 @@
 /* #undef USE_EXCEPTIONS */
 
 /* Version number of package */
-#define VERSION "0.7.1"
+#define VERSION "0.7.2"
 
 #define snprintf _snprintf
 #define unlink _unlink
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index 07cb570..6c33ae6 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.7.1
+PROJECT_NUMBER         = 0.7.2
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
commit 0b2ecf39572821a99374e6acec7c1bd438911bbc
Author: Albert Astals Cid <aacid at kde.org>
Date:   Wed Mar 12 22:38:57 2008 +0100

    update soname here too

diff --git a/glib/CMakeLists.txt b/glib/CMakeLists.txt
index 87d0467..dfc1999 100644
--- a/glib/CMakeLists.txt
+++ b/glib/CMakeLists.txt
@@ -86,7 +86,7 @@ if (CAIRO_FOUND)
   )
 endif (CAIRO_FOUND)
 add_library(poppler-glib SHARED ${poppler_glib_SRCS})
-set_target_properties(poppler-glib PROPERTIES VERSION 2.0.0 SOVERSION 2)
+set_target_properties(poppler-glib PROPERTIES VERSION 3.0.0 SOVERSION 3)
 target_link_libraries(poppler-glib poppler ${GLIB2_LIBRARIES})
 if (CAIRO_FOUND)
   target_link_libraries(poppler-glib ${CAIRO_LIBRARIES})


More information about the poppler mailing list