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.

108 lines
4.1KB

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