Bump version to 0.6.1
diff --git a/NEWS b/NEWS
index 2555448..219747a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+Release 0.6.1
+
+	poppler core:
+	 * Fix printing with different x and y scale
+	 * Fix crash when Form Fields array contains references to non existent objects
+	 * Fix crash in CairoOutputDev::drawMaskedImage()
+	 * Fix embedded file description not working on some cases
+	
+	Qt4 frontend:
+	 * Fix printing issue
+	 * Avoid double free
+	 * Fix memory leak when dealing with embedded files
+	
+	glib frontend:
+	 * Fix build with --disable-cairo-output
+	 * Do not return unknown field type for signature form fields
+	
+	build system:
+	 * Support automake-1.10
+	 * More compatible sh code in qt.m4
+	
+	utils:
+	 * Fix build on Sun Studio compiler
+
 Release 0.6
 
 	- CairoOutputDev fixes
diff --git a/configure.ac b/configure.ac
index 4bdce05..ee5f6c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(poppler, 0.6)
+AC_INIT(poppler, 0.6.1)
 AM_INIT_AUTOMAKE([foreign])
 AM_CONFIG_HEADER(config.h)
 AM_CONFIG_HEADER(poppler/poppler-config.h)
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index 28c9649..c6b22f3 100644
--- a/qt4/src/Doxyfile
+++ b/qt4/src/Doxyfile
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.6
+PROJECT_NUMBER         = 0.6.1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put.