summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdfm-x/ChangeLog')
-rw-r--r--Build/source/texk/dvipdfm-x/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdfm-x/ChangeLog b/Build/source/texk/dvipdfm-x/ChangeLog
index 6c2dcf7a678..32d6485d7aa 100644
--- a/Build/source/texk/dvipdfm-x/ChangeLog
+++ b/Build/source/texk/dvipdfm-x/ChangeLog
@@ -1,3 +1,13 @@
+2020-09-26 Shunsaku Hirata <shunsaku.hirata74@gmail.com>
+
+ * pdfobj.c: Fix a bug that the max number of indirect objects
+ is wrongly set, causing a problem when too many indirect
+ objects are created.
+ * pdflimit.h: Add PDF_NUM_INDIRECT_MAX indicating the maximum
+ number of indirect objects which can be allocated as described
+ in PDF Ref. v.1.7 and ISO 32000-1.
+ * configure.ac: Version 20200926.
+
2020-09-24 Shunsaku Hirata <shunsaku.hirata74@gmail.com>
* pdffont.c: Fix a bug introduced by the recent font related