2006-05-22  Kristian Høgsberg  <krh@redhat.com>

	* configure.ac: Bump release.
	* NEWS: Sum up changes.
diff --git a/ChangeLog b/ChangeLog
index acb5554..3c99fc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-05-22  Kristian Høgsberg  <krh@redhat.com>
 
+	* configure.ac: Bump release.
+	* NEWS: Sum up changes.
+
+2006-05-22  Kristian Høgsberg  <krh@redhat.com>
+
 	Patch from Rainer Keller to fix the ImageOutputDev (#6984).
 	
 	* utils/ImageOutputDev.cc (drawImage): Upate to work with new
diff --git a/NEWS b/NEWS
index 92abc7f..a9cc704 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
 Release 0.5.2
 
-	- 
+	- Much improved Qt bindings (Albert Astals Cid).
+	- Cairo backend now supports masked images (Jeff Muizelaar, #6174).
+	- Patches from Kouhei Sutou to make glib bindings more
+	  language binding friendly (#6907, #6897, #6899, #6905).
+	- Search now works with ligatures (Ed Catmull, #2929).
+	- The glib bindings now has an entry point to render to a cairo_t.
+	- GCC 4.1 and MSVC compilation fixes.
+	- Memory leaks plugged: #6908, #6947, #6765, #6764, #6187
+	- Misc bug fixes: #6984, #6896, #6913, #6926, #4481, #5951,
+	  #6551, #6500, #6492, #6454, #6079, #6167.
 
 Release 0.5.1
 
diff --git a/configure.ac b/configure.ac
index 987fc4c..8520dd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(poppler, 0.5.1)
+AC_INIT(poppler, 0.5.2)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_CONFIG_HEADER(config.h)
 AM_CONFIG_HEADER(poppler/poppler-config.h)