[poppler] poppler: ChangeLog, 1.378, 1.379 NEWS, 1.15,
1.16 configure.ac, 1.51, 1.52
Kristian Høgsberg
krh at kemper.freedesktop.org
Mon May 22 13:19:37 PDT 2006
Update of /cvs/poppler/poppler
In directory kemper:/tmp/cvs-serv20364
Modified Files:
ChangeLog NEWS configure.ac
Log Message:
2006-05-22 Kristian Høgsberg <krh at redhat.com>
* configure.ac: Bump release.
* NEWS: Sum up changes.
Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.378
retrieving revision 1.379
diff -u -d -r1.378 -r1.379
--- ChangeLog 22 May 2006 19:58:41 -0000 1.378
+++ ChangeLog 22 May 2006 20:19:35 -0000 1.379
@@ -1,5 +1,10 @@
2006-05-22 Kristian Høgsberg <krh at redhat.com>
+ * configure.ac: Bump release.
+ * NEWS: Sum up changes.
+
+2006-05-22 Kristian Høgsberg <krh at redhat.com>
+
Patch from Rainer Keller to fix the ImageOutputDev (#6984).
* utils/ImageOutputDev.cc (drawImage): Upate to work with new
Index: NEWS
===================================================================
RCS file: /cvs/poppler/poppler/NEWS,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- NEWS 22 May 2006 19:58:41 -0000 1.15
+++ NEWS 22 May 2006 20:19:35 -0000 1.16
@@ -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
Index: configure.ac
===================================================================
RCS file: /cvs/poppler/poppler/configure.ac,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- configure.ac 12 Apr 2006 02:07:07 -0000 1.51
+++ configure.ac 22 May 2006 20:19:35 -0000 1.52
@@ -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)
More information about the poppler
mailing list