aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-02 13:54:33 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-09 16:33:31 +0100
commitbef2c2222a0b9429276b34d8f5024f31b8e86495 (patch)
tree3033c551194e421e0a2fe9de03a6de37a4c82463 /manual
parent73d70902e00afe3d81aa12c686bc8e6498ba0dcd (diff)
downloadqpdf-bef2c2222a0b9429276b34d8f5024f31b8e86495.tar.zst
C API: qpdf_get_last_string_length
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 853e114b..217542b8 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -5117,6 +5117,28 @@ print "\n";
</varlistentry>
-->
<varlistentry>
+ <term>10.5.0: XXX Month dd, YYYY</term>
+ <listitem>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Library Enhancements
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Add <function>qpdf_get_last_string_length</function> to the
+ C API to get the length of the last string that was
+ returned. This is needed to handle strings that contain
+ embedded null characters.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>10.4.0: November 16, 2021</term>
<listitem>
<itemizedlist>