summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2007-09-03 19:23:11 +0000
committerAlbert Astals Cid <aacid@kde.org>2007-09-03 19:23:11 +0000
commitcdf3b9062cc54d558b8dbeefb3211a920ff2cb94 (patch)
treec0c368e7c62e47aee408c6fc7be1d86dd3bdd8db
parentc82208a44f3b09c27bc33831641e4f746dd4361f (diff)
write newspoppler-0.6.0
fix qt4 build
-rw-r--r--NEWS13
-rw-r--r--qt4/src/Makefile.am3
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 73a01577..2555448b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Release 0.6
+
+ - CairoOutputDev fixes
+ - Allow pdftoppm to read/write from stdin/stdout
+ - API work on Qt4 frontend
+ - Fix pdfimages produces inverted image for black & white image
+ - Fix error on the NFKC text matching routine
+ - Add support for word and line selections
+ - Do not enforce %%EOF at the end of file
+ - Pad zeroes instead of aborting when rendering 1-bit images
+ and the stream is too short
+ - Update glib bindings documentation
+
Release 0.5.91 (0.6 Release Candidate 2)
- Various memory leaks fixed
diff --git a/qt4/src/Makefile.am b/qt4/src/Makefile.am
index c9b6a122..0ac6ef47 100644
--- a/qt4/src/Makefile.am
+++ b/qt4/src/Makefile.am
@@ -11,7 +11,7 @@ poppler_include_HEADERS = \
poppler-qt4.h \
poppler-link.h \
poppler-annotation.h \
- poppler-form.h \
+ poppler-form.h \
../../qt/poppler-page-transition.h
lib_LTLIBRARIES = libpoppler-qt4.la
@@ -32,6 +32,7 @@ libpoppler_qt4_la_SOURCES = \
poppler-annotation-helper.h \
poppler-page-private.h \
poppler-link-extractor-private.h \
+ poppler-annotation-private.h \
poppler-private.h
libpoppler_qt4_la_LIBADD = \