diff options
author | David Robillard <d@drobilla.net> | 2012-12-21 18:26:55 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-12-21 18:26:55 +0000 |
commit | 73d0a86698528bf73d029e35a57ce7b38783cf2a (patch) | |
tree | cee6ad10793da41e78b3324a935c7cf94b1293fa /NEWS | |
parent | 9d36ba3e802705b1d6236eefc99916af6116a448 (diff) | |
download | serd-73d0a86698528bf73d029e35a57ce7b38783cf2a.tar.gz serd-73d0a86698528bf73d029e35a57ce7b38783cf2a.tar.bz2 serd-73d0a86698528bf73d029e35a57ce7b38783cf2a.zip |
Fix crash when serd_node_new_decimal is called with infinity or NaN.
git-svn-id: http://svn.drobilla.net/serd/trunk@401 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,11 +1,12 @@ serd (0.18.1) unstable; + * Fix crash when serd_node_new_decimal is called with infinity or NaN * Fix crash when resolving against non-standard base URIs * Fix bug that caused "a" abbreviation in non-predicate position * Disable timestamps in HTML documentation for reproducible build * Fix clashing symbol "error" in amalgamation build - -- David Robillard <d@drobilla.net> Thu, 20 Dec 2012 16:27:10 -0500 + -- David Robillard <d@drobilla.net> Fri, 21 Dec 2012 13:26:05 -0500 serd (0.18.0) stable; |