diff options
author | Kristian Høgsberg <krh@redhat.com> | 2006-05-22 20:19:35 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2006-05-22 20:19:35 +0000 |
commit | eecd06c86585bca05c99cd2e9a1b1ff3bbae3c72 (patch) | |
tree | 232937c223c99ed399e8f36a75ce9f76b417e409 | |
parent | 680f20dfd1cf0342d49516b3848a2aef5d2a3883 (diff) |
2006-05-22 Kristian Høgsberg <krh@redhat.com>poppler-0.5.2
* configure.ac: Bump release.
* NEWS: Sum up changes.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 16 insertions, 2 deletions
@@ -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 @@ -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) |