diff options
author | David Robillard <d@drobilla.net> | 2020-11-13 11:47:36 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-13 12:53:18 +0100 |
commit | 353b92d13d3ab6276998239c827287151e16bc8d (patch) | |
tree | a655eb89d8ccc1d90fe393c09c26b67a2dcc54f5 /NEWS | |
parent | 3558d21c9239c3eb43a2229e1fbfd45dbd2a56ef (diff) | |
download | serd-353b92d13d3ab6276998239c827287151e16bc8d.tar.gz serd-353b92d13d3ab6276998239c827287151e16bc8d.tar.bz2 serd-353b92d13d3ab6276998239c827287151e16bc8d.zip |
Remove use of C character class functions that may use locale
Some of these cause warnings, and should never have been used in the first
place since they depend on locale.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,10 +2,11 @@ serd (0.30.7) unstable; * Fix potential memory error when serialising URIs * Move headers to an include directory + * 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, 12 Nov 2020 19:18:33 +0000 + -- David Robillard <d@drobilla.net> Fri, 13 Nov 2020 11:53:07 +0000 serd (0.30.6) stable; |