diff options
author | David Robillard <d@drobilla.net> | 2023-03-28 12:12:22 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-05 09:45:15 -0400 |
commit | 25659b663cec302a1ef1c7d27dbbee200a838026 (patch) | |
tree | 9e32584617ca6a4603a829b857fefe6235cb8a63 /NEWS | |
parent | de3fea9563a94c350972e8625e13aecd27b49b34 (diff) | |
download | serd-25659b663cec302a1ef1c7d27dbbee200a838026.tar.gz serd-25659b663cec302a1ef1c7d27dbbee200a838026.tar.bz2 serd-25659b663cec302a1ef1c7d27dbbee200a838026.zip |
Fix potential memory leaks when a write is aborted
Also clean up and simplify writer context management in general.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,6 +11,7 @@ serd (0.31.0) unstable; urgency=medium * Fix hang when skipping an error at EOF when lax parsing * Fix incorrect parsing of strange quote escape patterns * Fix possible hang when writing nested Turtle lists + * Fix potential memory leaks when a write is aborted * Gracefully handle bad characters in Turtle blank node syntax * Gracefully handle bad characters in Turtle datatype syntax * Improve TriG pretty-printing and remove trailing newlines @@ -19,7 +20,7 @@ serd (0.31.0) unstable; urgency=medium * Replace duplicated dox_to_sphinx script with sphinxygen dependency * Test header for warnings more strictly - -- David Robillard <d@drobilla.net> Thu, 02 Mar 2023 00:45:22 +0000 + -- David Robillard <d@drobilla.net> Sun, 26 Mar 2023 23:59:39 +0000 serd (0.30.16) stable; urgency=medium |