aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-05 22:00:40 +0000
committerDavid Robillard <d@drobilla.net>2014-08-05 22:00:40 +0000
commit5a132332a6b00417d2f954939cbafeacdcd0c0ac (patch)
treedc6ed18e4b6ce322b2126d88d336e80c47c8c433 /NEWS
parentcb9ee287d9c99be0b552291355abf11379060a67 (diff)
downloadserd-5a132332a6b00417d2f954939cbafeacdcd0c0ac.tar.gz
serd-5a132332a6b00417d2f954939cbafeacdcd0c0ac.tar.bz2
serd-5a132332a6b00417d2f954939cbafeacdcd0c0ac.zip
Fix const-correctness violation for reader input string.
git-svn-id: http://svn.drobilla.net/serd/trunk@465 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 096995c7..99e9b735 100644
--- a/NEWS
+++ b/NEWS
@@ -6,10 +6,11 @@ serd (0.18.3) unstable;
* Fix possible crash in serd_writer_end_anon() when writing invalid lists
* Generate blank names like _:b1 and _:B2 not _:genid1 _:docid2
* Correctly handle posix_memalign failure
+ * Fix const-correctness violation for reader input string
* Add -lm to pkg-config libs
* Update to waf 1.7.14
- -- David Robillard <d@drobilla.net> Tue, 24 Dec 2013 23:30:22 -0500
+ -- David Robillard <d@drobilla.net> Tue, 05 Aug 2014 17:59:30 -0400
serd (0.18.2) stable;