write news
fix qt4 build
diff --git a/NEWS b/NEWS
index 73a0157..2555448 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 c9b6a12..0ac6ef4 100644
--- a/qt4/src/Makefile.am
+++ b/qt4/src/Makefile.am
@@ -11,7 +11,7 @@
 	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 @@
 	poppler-annotation-helper.h		\
 	poppler-page-private.h			\
 	poppler-link-extractor-private.h	\
+	poppler-annotation-private.h		\
 	poppler-private.h
 
 libpoppler_qt4_la_LIBADD = 			\