diff options
author | David Robillard <d@drobilla.net> | 2021-01-01 14:15:49 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-01 17:48:20 +0100 |
commit | 4a54d784af0bec03fdc1f9889157a8c653969db9 (patch) | |
tree | 2c94dec6c4369a9a341cf9da4f4dbcce28cd77cf /NEWS | |
parent | d101d926946a5e8067a90d157b6553aae7bddc19 (diff) | |
download | serd-4a54d784af0bec03fdc1f9889157a8c653969db9.tar.gz serd-4a54d784af0bec03fdc1f9889157a8c653969db9.tar.bz2 serd-4a54d784af0bec03fdc1f9889157a8c653969db9.zip |
Remove the need for a generated configuration header
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,11 +5,12 @@ serd (0.30.7) unstable; * Fix potential memory error when serialising URIs * Move headers to an include directory * Refuse to write relative URI references to NTriples + * Remove the need for a generated configuration header * Remove use of C character class functions that may use locale * Split up and reorganize unit tests * Use aligned allocation via C11 or Windows API where possible - -- David Robillard <d@drobilla.net> Thu, 17 Dec 2020 09:09:31 +0000 + -- David Robillard <d@drobilla.net> Fri, 01 Jan 2021 13:16:40 +0000 serd (0.30.6) stable; |