Update of /cvs/poppler/poppler
In directory kemper:/tmp/cvs-serv15125
Modified Files:
ChangeLog configure.ac
Log Message:
2006-09-06 Jeff Muizelaar <[EMAIL PROTECTED]>
* configure.ac:
* poppler/FlateStream.cc:
* poppler/FlateStream.h: Fix FlateStream to not read more than it
needs. This has a performance impact because our input buffer is now
only 1 byte large, however correctness is better than performance.
This should fix #3948.
Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.418
retrieving revision 1.419
diff -u -d -r1.418 -r1.419
--- ChangeLog 5 Sep 2006 01:21:50 -0000 1.418
+++ ChangeLog 6 Sep 2006 23:54:30 -0000 1.419
@@ -1,3 +1,12 @@
+2006-09-06 Jeff Muizelaar <[EMAIL PROTECTED]>
+
+ * configure.ac:
+ * poppler/FlateStream.cc:
+ * poppler/FlateStream.h: Fix FlateStream to not read more than it
+ needs. This has a performance impact because our input buffer is now
+ only 1 byte large, however correctness is better than performance.
+ This should fix #3948.
+
2006-09-04 Jeff Muizelaar <[EMAIL PROTECTED]>
* poppler/CairoOutputDev.cc: Initialize currentFont to NULL before
Index: configure.ac
===================================================================
RCS file: /cvs/poppler/poppler/configure.ac,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- configure.ac 16 Aug 2006 09:18:04 -0000 1.60
+++ configure.ac 6 Sep 2006 23:54:30 -0000 1.61
@@ -82,7 +82,7 @@
dnl Test for zlib
AC_ARG_ENABLE(zlib,
AC_HELP_STRING([--disable-zlib],
- [Don't build against zlib. This is the default
value as the zlib code is known to fail in some cases.]),
+ [Don't build against zlib.]),
enable_zlib=$enableval,
enable_zlib="no")
if test x$enable_zlib = xyes; then
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler