[poppler] CMakeLists.txt configure.ac cpp/Doxyfile NEWS poppler/Makefile.am qt4/src

Albert Astals Cid aacid at kemper.freedesktop.org
Thu Apr 12 12:55:37 PDT 2012


 CMakeLists.txt         |    4 ++--
 NEWS                   |   26 +++++++++++++++++++++++++-
 configure.ac           |    2 +-
 cpp/Doxyfile           |    2 +-
 poppler/Makefile.am    |    2 +-
 qt4/src/CMakeLists.txt |    2 +-
 qt4/src/Doxyfile       |    2 +-
 qt4/src/Makefile.am    |    2 +-
 8 files changed, 33 insertions(+), 9 deletions(-)

New commits:
commit 08a14aa37b177bb4586869857ae678cb4bcd4039
Author: Albert Astals Cid <aacid at kde.org>
Date:   Thu Apr 12 21:52:30 2012 +0200

    0.19.3

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d778a0f..af894d1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,7 +16,7 @@ test_big_endian(WORDS_BIGENDIAN)
 
 set(POPPLER_MAJOR_VERSION "0")
 set(POPPLER_MINOR_VERSION "19")
-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
@@ -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 22.0.0 SOVERSION 22)
+set_target_properties(poppler PROPERTIES VERSION 23.0.0 SOVERSION 23)
 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/NEWS b/NEWS
index be50723..7cdf67e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Release 0.19.3
+        core:
+         * Annotation improvements
+         * CairoOutputDev: Fix regression caused by mesh gradients
+         * CairoOutputDev: Use correct userfont font bbox (Bug #48399)
+         * CairoOutputDev: Fix paintTransparencyGroup when both mask and fill opacity are required (Bug #48453)
+         * CairoOutputDev: Ensure 0 width lines with stroke_adjust are aligned
+         * CairoOutputDev: Only align stroke coords for horizontal and vertical lines (Bug #48318)
+         * CairoOutputDev: Fix stroke pattern with transparency group (Bug #48468)
+         * Fix crash in JBIG2Stream decoding
+         * Fix memory leak when looking for a substitute font
+         * Fix page labels to not have a null character at the end
+         * Fix Splash CMYK merge error
+         * ttc<->ttf fallback is expected for CJK font list in for Windows (Bug #48046)
+        
+        qt4:
+         * Annotations can now be modified
+         * Annotations can now be added
+         * Annotations can now be removed
+
+        utils:
+         * pdftohtml: Add producer and version to xml output
+         * pdftohtml: Fix the mask inversion for PNG
+         
 Release 0.19.2
         core:
          * Annotation improvements
@@ -15,7 +39,7 @@ Release 0.19.2
          * misc autoconf fixes
          * POPPLER_VERSION is now wrapped in quotes
 
-         utils:
+        utils:
          * pdftohtml: extract mask images even if they are not JPEG (Bug #47186)
          * pdftohtml: Flip images if they need to (Bug #32340)
          
diff --git a/configure.ac b/configure.ac
index e2ef67f..d7f7f86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([poppler_version_major],[0])
 m4_define([poppler_version_minor],[19])
-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 c037d24..844f52f 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.19.2
+PROJECT_NUMBER         = 0.19.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/Makefile.am b/poppler/Makefile.am
index fc2aedb..05c5db1 100644
--- a/poppler/Makefile.am
+++ b/poppler/Makefile.am
@@ -177,7 +177,7 @@ libpoppler_la_LIBADD =				\
 	$(PTHREAD_LIBS)				\
 	$(win32_libs)
 
-libpoppler_la_LDFLAGS = -version-info 22:0:0 @create_shared_lib@ @auto_import_flags@
+libpoppler_la_LDFLAGS = -version-info 23: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 b026762..8b6edaa 100644
--- a/qt4/src/CMakeLists.txt
+++ b/qt4/src/CMakeLists.txt
@@ -30,7 +30,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.9.0 SOVERSION 3)
+set_target_properties(poppler-qt4 PROPERTIES VERSION 4.0.0 SOVERSION 4)
 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 d90819d..8289463 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.19.2
+PROJECT_NUMBER         = 0.19.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/Makefile.am b/qt4/src/Makefile.am
index 87a016e..02e0720 100644
--- a/qt4/src/Makefile.am
+++ b/qt4/src/Makefile.am
@@ -62,7 +62,7 @@ libpoppler_qt4_la_LIBADD = 			\
 	$(FONTCONFIG_LIBS)				\
 	$(POPPLER_QT4_LIBS)
 
-libpoppler_qt4_la_LDFLAGS = -version-info 12:0:9 @create_shared_lib@ @auto_import_flags@
+libpoppler_qt4_la_LDFLAGS = -version-info 4:0:0 @create_shared_lib@ @auto_import_flags@
 
 # This rule lets GNU make create any *.moc from the equivalent *.h
 .h.moc:


More information about the poppler mailing list