summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/ChangeLog
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2020-09-25 23:31:46 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2020-09-25 23:31:46 +0000
commita94c4c037c9737a598135c99bfd896e8931a4c16 (patch)
tree070d9e660f0a07d4edd54db8d2864cddc3905bf1 /Build/source/texk/dvipdfm-x/ChangeLog
parent50859156930dc3bdb992419a66d208e078f1b602 (diff)
Fix a bug introduced by the changes in pdfobj.c on 2020-09-05. (S. Hirata)
git-svn-id: svn://tug.org/texlive/trunk@56436 c570f23f-e606-0410-a88d-b1316a301751
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