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 2.5KB

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