summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
3 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index acb55540..3c99fc9c 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 92abc7f9..a9cc704f 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 987fc4cd..8520dd97 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)