Commit a144363653875eb7255ccf0d7d8e52dddef8c3b8
1 parent
e3cc171d
Add changelog and release note for #587
Showing
2 changed files
with
9 additions
and
0 deletions
ChangeLog
| @@ -6,6 +6,9 @@ | @@ -6,6 +6,9 @@ | ||
| 6 | the last string returned. This is necessary in order to fully | 6 | the last string returned. This is necessary in order to fully |
| 7 | retrieve values of strings that may contain embedded null characters. | 7 | retrieve values of strings that may contain embedded null characters. |
| 8 | 8 | ||
| 9 | + * C API: Add qpdf_oh_new_object to clone an object handle. Change | ||
| 10 | + implemented by m-holger in #587. | ||
| 11 | + | ||
| 9 | 2021-11-16 Jay Berkenbilt <ejb@ql.org> | 12 | 2021-11-16 Jay Berkenbilt <ejb@ql.org> |
| 10 | 13 | ||
| 11 | * 10.4.0: release | 14 | * 10.4.0: release |
manual/qpdf-manual.xml
| @@ -5140,6 +5140,12 @@ print "\n"; | @@ -5140,6 +5140,12 @@ print "\n"; | ||
| 5140 | from the C API, you still have to be able to detect them. | 5140 | from the C API, you still have to be able to detect them. |
| 5141 | </para> | 5141 | </para> |
| 5142 | </listitem> | 5142 | </listitem> |
| 5143 | + <listitem> | ||
| 5144 | + <para> | ||
| 5145 | + Add <function>qpdf_oh_new_object</function> to the | ||
| 5146 | + C API. This allows you to clone an object handle. | ||
| 5147 | + </para> | ||
| 5148 | + </listitem> | ||
| 5143 | </itemizedlist> | 5149 | </itemizedlist> |
| 5144 | </listitem> | 5150 | </listitem> |
| 5145 | </itemizedlist> | 5151 | </itemizedlist> |