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.

NEWS 3.1KB

12 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. sord (0.12.0) stable;
  2. * Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory)
  3. * Add sord_get() for easily getting single property values
  4. * sord_validate: Pass type check when range is xsd:anyURI and value is a URI
  5. * sord_validate: Support any subClassOf rdf:Property, not just baked-in ones
  6. * sordmm.hpp: Add convenient constructors for decimal and integer literals
  7. * sordmm.hpp: Add Node::to_serd_node()
  8. * sordmm.hpp: Don't automatically add RDF namespace prefix to world
  9. -- David Robillard <d@drobilla.net> Mon, 18 Feb 2013 11:05:59 -0500
  10. sord (0.10.4) stable;
  11. * Implement better data type validation in sord_validate conformant with
  12. the XSD and OWL specifications
  13. * Fix memory leaks in sord_validate
  14. * Install sord_validate man page
  15. * Disable timestamps in HTML documentation for reproducible build
  16. -- David Robillard <d@drobilla.net> Sun, 14 Oct 2012 18:23:55 -0400
  17. sord (0.10.0) stable;
  18. * Add error callback to world for custom error reporting
  19. * Performance and space (per node) improvements
  20. * SSE4.2 accelerated hashing for node interning, where available
  21. * Make all 'zix' symbols private to avoid symbol clashes in static builds
  22. * Remove problematic "Loaded n statements" output from serdi
  23. * Strip down API documentation to a single clean page
  24. * Fix various hyper-strict warnings
  25. * Do not require a C++ compiler to build
  26. * Add option to build utilities as static binaries
  27. * Upgrade to waf 1.7.2
  28. * sordmm.hpp: Add indices and graphs parameters to Model constructor
  29. * sordmm.hpp: Remove overzealous URI scheme assertion
  30. * sordmm.hpp: Correctly handle Sord::Node self-assignment
  31. -- David Robillard <d@drobilla.net> Thu, 23 Aug 2012 00:19:51 -0400
  32. sord (0.8.0) stable;
  33. * Use path variables in pkgconfig files
  34. * Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man)
  35. * Tolerate serd passing NULL nodes to reader callback (serd 0.6.0)
  36. * Fix comparison of typed literals
  37. * Take advantage of interning in sord_node_equals()
  38. * Support compilation as C++ under MSVC++.
  39. * Add sord_iter_get_node()
  40. * Refuse to intern relative URIs in sord_new_uri*()
  41. * Add sord_new_relative_uri()
  42. * Add SordInserter for writing to a model via Serd sink functions.
  43. * Add convenient sord_search(), sord_ask(), and sord_count()
  44. * Add sord_validate tool for validating data against RDF/OWL schemas
  45. -- David Robillard <d@drobilla.net> Tue, 17 Apr 2012 18:24:53 -0400
  46. sord (0.5.0) stable;
  47. * Remove glib dependency
  48. * Add function sord_contains for checking for a triple pattern
  49. * Add function sord_write_iter for writing a queried range
  50. * Fix Sord::Namespaces::qualify to no longer chop prefixes
  51. * Add ability to build static library
  52. -- David Robillard <d@drobilla.net> Thu, 29 Sep 2011 00:00:00 -0400
  53. sord (0.4.2) stable;
  54. * Fix compilation issues on some systems
  55. * Fix build system Python 3 compatibility
  56. * Bump Serd dependency to 0.4.0
  57. -- David Robillard <d@drobilla.net> Wed, 25 May 2011 19:00:00 -0400
  58. sord (0.4.0) stable;
  59. * Initial release
  60. -- David Robillard <d@drobilla.net> Tue, 24 May 2011 23:00:00 -0400