summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2008-05-06 17:23:28 +0200
committerJay Berkenbilt <ejb@ql.org>2008-05-06 17:23:28 +0200
commit1f5f55924489c44700fcaef7ebb510da2ba2277c (patch)
treecd473ac7330a326ec9e2ab3561bd9f7f47d90fd8 /ChangeLog
parent7665fc3d81974529b91702f76e4756a25a90f725 (diff)
downloadqpdf-1f5f55924489c44700fcaef7ebb510da2ba2277c.tar.zst
fix deps with libtool
git-svn-id: svn+q:///qpdf/trunk@623 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 15 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e59bc80..152ed0b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,17 +1,25 @@
+2008-05-06 Jay Berkenbilt <ejb@ql.org>
+
+ * make/rules.mk: fix logic with .dep generation for .lo files so
+ that dependencies work properly with libtool
+
2008-05-05 Jay Berkenbilt <ejb@ql.org>
- * fix internal MD5 header to be 64-bit clean
+ * libqpdf/qpdf/MD5.hh: fix header to be 64-bit clean
+
+ * configure.ac: add tests for sized integer types
2008-05-04 Jay Berkenbilt <ejb@ql.org>
- * do not assume size_t is unsigned int
+ * libqpdf/QPDF_encryption.cc: do not assume size_t is unsigned int
- * removed locale-specific tests. These were really to check bugs
- in perl 5.8.0 and are obsolete now. They also make the test suite
- fail in some environments that don't have all the locales fully
- configured.
+ * qpdf/qtest/qpdf.test: removed locale-specific tests. These were
+ really to check bugs in perl 5.8.0 and are obsolete now. They
+ also make the test suite fail in some environments that don't have
+ all the locales fully configured.
- * updated several files for gcc 4.3 (extra includes)
+ * various: updated several files for gcc 4.3 by adding missing
+ includes (string.h, stdlib.h)
2008-04-26 Jay Berkenbilt <ejb@ql.org>