diff options
author | David Robillard <d@drobilla.net> | 2023-04-30 18:24:40 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-30 18:24:40 -0400 |
commit | 99a19fbc8e2604dc0b048c17b554d0c395810569 (patch) | |
tree | d075a961f3e87f277d301c5c9c06616499973b52 /NEWS | |
parent | 956f9fe7b051dc1c96433b2204f61e74c2366015 (diff) | |
download | serd-99a19fbc8e2604dc0b048c17b554d0c395810569.tar.gz serd-99a19fbc8e2604dc0b048c17b554d0c395810569.tar.bz2 serd-99a19fbc8e2604dc0b048c17b554d0c395810569.zip |
Add long "help" and "version" options to serdi
Although serdi still "officially" has a BSD-style interface, meson uses
--version to find the version of executables. So, support that, and also add
--help, since users will often try that for unknown commands.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ -serd (0.31.3) unstable; urgency=medium +serd (0.31.5) unstable; urgency=medium * Add Windows path separator support to serd_node_new_file_uri() + * Add long "help" and "version" options to serdi * Add serd_reader_skip_until_byte() to public API * Allow SERD_API to be defined by the user * Avoid creating test files in the current directory @@ -27,7 +28,7 @@ serd (0.31.3) unstable; urgency=medium * Test header for warnings more strictly * Update standard test suites - -- David Robillard <d@drobilla.net> Mon, 03 Apr 2023 14:48:40 +0000 + -- David Robillard <d@drobilla.net> Sun, 30 Apr 2023 22:24:07 +0000 serd (0.30.16) stable; urgency=medium |