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.

123 lines
4.8KB

  1. sord (0.16.0) stable;
  2. * Fix construction and comparison of URIs with UTF-8 characters
  3. * Fix documentation generation
  4. * Return error from sord_inserter_write_statement() if a node can not be
  5. written (e.g. undefined prefix)
  6. * Make sord_node_get_counted return byte count, and clarify documentation
  7. * Safely return NULL from sord_iter_get() for end iterators
  8. * Add sord_node_get_string_measured() to get both byte and character counts
  9. * sord_validate: Do proper numeric comparison for propery bounds checking
  10. * sord_validate: Tolerate xsd:decimal literals for double and float
  11. properties if literals match pattern
  12. -- David Robillard <d@drobilla.net> Mon, 19 Sep 2016 22:23:17 -0400
  13. sord (0.14.0) stable;
  14. * Reduce memory usage and increase performance with a better data structure
  15. * Add sord_erase() for erasing statements via an iterator
  16. * Fix bugs with stores that contain both graphs and default graph statements
  17. * Fix crash caused by multiple deletion of datatype nodes
  18. * Fix compilation on compilers that do not support -pthread flag
  19. * Fix minor memory leak in sordi
  20. * Fix using sordi with stdin
  21. * Show sordi errors in standard format
  22. * sord_validate: More extensive validation, including cardinality,
  23. PlainLiteral, and someValuesFrom restrictions.
  24. * This release does not break the ABI, but the semantics of iterators has
  25. changed: any modification to a model invalidates iterators on that model
  26. * Improve test coverage
  27. * Upgrade to waf 1.8.14
  28. -- David Robillard <d@drobilla.net> Thu, 08 Oct 2015 15:37:36 -0400
  29. sord (0.12.2) stable;
  30. * Fix iteration over an entire graph (* * * graph)
  31. * sordmm.hpp: Remove unused members
  32. * Update to waf 1.7.16
  33. -- David Robillard <d@drobilla.net> Fri, 08 Aug 2014 18:03:02 -0400
  34. sord (0.12.0) stable;
  35. * Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory)
  36. * Add sord_get() for easily getting single property values
  37. * sord_validate: Pass type check when range is xsd:anyURI and value is a URI
  38. * sord_validate: Support any subClassOf rdf:Property, not just baked-in ones
  39. * sordmm.hpp: Add convenient constructors for decimal and integer literals
  40. * sordmm.hpp: Add Node::to_serd_node()
  41. * sordmm.hpp: Don't automatically add RDF namespace prefix to world
  42. -- David Robillard <d@drobilla.net> Mon, 18 Feb 2013 11:05:59 -0500
  43. sord (0.10.4) stable;
  44. * Implement better data type validation in sord_validate conformant with
  45. the XSD and OWL specifications
  46. * Fix memory leaks in sord_validate
  47. * Install sord_validate man page
  48. * Disable timestamps in HTML documentation for reproducible build
  49. -- David Robillard <d@drobilla.net> Sun, 14 Oct 2012 18:23:55 -0400
  50. sord (0.10.0) stable;
  51. * Add error callback to world for custom error reporting
  52. * Performance and space (per node) improvements
  53. * SSE4.2 accelerated hashing for node interning, where available
  54. * Make all 'zix' symbols private to avoid symbol clashes in static builds
  55. * Remove problematic "Loaded n statements" output from serdi
  56. * Strip down API documentation to a single clean page
  57. * Fix various hyper-strict warnings
  58. * Do not require a C++ compiler to build
  59. * Add option to build utilities as static binaries
  60. * Upgrade to waf 1.7.2
  61. * sordmm.hpp: Add indices and graphs parameters to Model constructor
  62. * sordmm.hpp: Remove overzealous URI scheme assertion
  63. * sordmm.hpp: Correctly handle Sord::Node self-assignment
  64. -- David Robillard <d@drobilla.net> Thu, 23 Aug 2012 00:19:51 -0400
  65. sord (0.8.0) stable;
  66. * Use path variables in pkgconfig files
  67. * Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man)
  68. * Tolerate serd passing NULL nodes to reader callback (serd 0.6.0)
  69. * Fix comparison of typed literals
  70. * Take advantage of interning in sord_node_equals()
  71. * Support compilation as C++ under MSVC++.
  72. * Add sord_iter_get_node()
  73. * Refuse to intern relative URIs in sord_new_uri*()
  74. * Add sord_new_relative_uri()
  75. * Add SordInserter for writing to a model via Serd sink functions.
  76. * Add convenient sord_search(), sord_ask(), and sord_count()
  77. * Add sord_validate tool for validating data against RDF/OWL schemas
  78. -- David Robillard <d@drobilla.net> Tue, 17 Apr 2012 18:24:53 -0400
  79. sord (0.5.0) stable;
  80. * Remove glib dependency
  81. * Add function sord_contains for checking for a triple pattern
  82. * Add function sord_write_iter for writing a queried range
  83. * Fix Sord::Namespaces::qualify to no longer chop prefixes
  84. * Add ability to build static library
  85. -- David Robillard <d@drobilla.net> Thu, 29 Sep 2011 00:00:00 -0400
  86. sord (0.4.2) stable;
  87. * Fix compilation issues on some systems
  88. * Fix build system Python 3 compatibility
  89. * Bump Serd dependency to 0.4.0
  90. -- David Robillard <d@drobilla.net> Wed, 25 May 2011 19:00:00 -0400
  91. sord (0.4.0) stable;
  92. * Initial release
  93. -- David Robillard <d@drobilla.net> Tue, 24 May 2011 23:00:00 -0400