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.

113 lines
5.0KB

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