Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
4.5KB

  1. serd (0.18.2) stable;
  2. * Fix crash when serd_node_new_decimal is called with infinity or NaN
  3. * Fix crash when resolving against non-standard base URIs
  4. * Fix bug that caused "a" abbreviation in non-predicate position
  5. * Disable timestamps in HTML documentation for reproducible build
  6. * Fix clashing symbol "error" in amalgamation build
  7. * Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory)
  8. -- David Robillard <d@drobilla.net> Sat, 22 Dec 2012 21:32:15 -0500
  9. serd (0.18.0) stable;
  10. * Support digits at start of local names as per new Turtle grammar
  11. * Add incremental read interface suitable for reading from infinite streams
  12. * Add -e option to serdi to use incremental reading
  13. * Add error callback to reader and writer for custom error reporting
  14. * Add -q option to serdi to suppress all non-data output, e.g. errors
  15. * Reset indent when finishing a write
  16. * Report write size correctly when invalid UTF-8 is encountered and a
  17. replacement character is written
  18. * Strip down API documentation to a single clean page
  19. * Fix various hyper-strict warnings
  20. * Do not require a C++ compiler to build
  21. * Add option to build utilities as static binaries
  22. * Upgrade to waf 1.7.2
  23. -- David Robillard <d@drobilla.net> Thu, 23 Aug 2012 00:18:34 -0400
  24. serd (0.14.0) stable;
  25. * Use path variables in pkgconfig files
  26. * Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man)
  27. * Tolerate invalid characters in string literals by replacing with the
  28. Unicode replacement character
  29. * Report reason for failure to open file in serdi
  30. * Improve write performance by doing bulk writes for unescaped substrings
  31. * Add SerdBulkSink for writing bulk output and corresponding serdi -B option
  32. * Add serdi -f option to prevent URI qualification
  33. * Remove use of multi-byte peek (readahead) and use exactly 1 page for
  34. read buffer (instead of 2)
  35. * Handle a quote as the last character of a long string literal in the
  36. writer (by escaping it) rather than the reader, to avoid writing Turtle
  37. other tools fail to parse.
  38. * Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer()
  39. for locale-independent numeric node parsing/serialising.
  40. * Add serd_file_sink for easy writing to a FILE* stream.
  41. * Add serd_chunk_sink for easy writing to a string.
  42. * Escape ASCII control characters in output (e.g. fix problems with string
  43. literals that start with a backspace)
  44. * Improve URI resolution to cover most of the abnormal cases from RFC3986
  45. * Support file://localhost/foo URIs in serd_uri_to_path()
  46. * Support Windows file://c:/foo URIs in serd_uri_to_path() on all platforms
  47. * Add serd_node_new_blob and serd_base64_decode for handling arbitrary
  48. binary data via base64 encoding.
  49. * Support compilation as C++ under MSVC++.
  50. * Implement pretty-printing for collections.
  51. * Parse collections iteratively in O(1) space.
  52. * Report read error if both "genid" and "docid" IDs are found in the same
  53. document, to prevent silent merging of distinct blank nodes.
  54. * Handle files and strings that start with a UTF-8 Byte Order Mark.
  55. * Add serd_writer_get_env().
  56. * Add serd_node_new_file_uri() and serd_file_uri_parse() and implement
  57. proper URI to/from path hex escaping, etc.
  58. * Add serd_uri_serialise_relative() for making URIs relative to a base
  59. where possible (by chopping a common prefix and adding dot segments).
  60. * Make URIs serialised by the writer properly escape characters.
  61. * Add serd_writer_set_root_uri() and corresponding -r option to serdi to
  62. enable writing URIs with up references (../).
  63. * Resolve dot segments in serd_uri_resolve() instead of at write time.
  64. * Add serd_reader_set_default_graph() for reading a file as a named graph.
  65. -- David Robillard <d@drobilla.net> Tue, 17 Apr 2012 18:23:53 -0400
  66. serd (0.5.0) stable;
  67. * Fix pretty printing of successive blank descriptions, i.e. "] , ["
  68. * Avoid writing illegal Turtle names as a result of URI qualifying
  69. * Gracefully handle NULL reader sinks
  70. * Add serd_strerror
  71. * Add serd_env_set_prefix_from_strings for convenience
  72. * Fix erroneously equal SERD_ERR_BAD_SYNTAX and SERD_ERR_BAD_ARG
  73. * Add ability to build static library
  74. -- David Robillard <d@drobilla.net> Thu, 29 Sep 2011 00:00:00 -0400
  75. serd (0.4.2) stable;
  76. * Fix compilation issues on some systems
  77. * Fix build system Python 3 compatibility
  78. -- David Robillard <d@drobilla.net> Wed, 25 May 2011 19:00:00 -0400
  79. serd (0.4.0) stable;
  80. * Initial release
  81. -- David Robillard <d@drobilla.net> Tue, 24 May 2011 23:00:00 -0400