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

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. sratom (0.6.0) stable;
  2. * Add sratom_set_env() for setting prefixes
  3. * Fix padding of constructed vectors (thanks Hanspeter Portner)
  4. * Support round-trip serialisation of relative paths
  5. * Support sequences with beat time stamps
  6. * Fix warnings when building with ISO C++ compilers
  7. * Upgrade to waf 1.8.14
  8. -- David Robillard <d@drobilla.net> Mon, 19 Sep 2016 22:25:35 -0400
  9. sratom (0.4.6) stable;
  10. * Update for latest LV2 Atom Object simplification
  11. * Don't set eg prefix in sratom_to_turtle
  12. * Upgrade to waf 1.7.16
  13. -- David Robillard <d@drobilla.net> Fri, 08 Aug 2014 18:14:19 -0400
  14. sratom (0.4.4) stable;
  15. * Escape invalid characters when writing paths as URIs
  16. * Fancier printing without subject and predicate
  17. -- David Robillard <d@drobilla.net> Sat, 04 Jan 2014 16:09:33 -0500
  18. sratom (0.4.2) stable;
  19. * Fix serialisation of nested tuples
  20. * Fix memory leaks
  21. * Use new sord API to clean up and shrink code
  22. * Disable timestamps in HTML documentation for reproducible build
  23. * Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory)
  24. -- David Robillard <d@drobilla.net> Mon, 18 Feb 2013 11:17:01 -0500
  25. sratom (0.4.0) stable;
  26. * Correctly read objects with several rdf:type properties
  27. * Support writing Object Atoms as top level descriptions if subject and
  28. predicate are not given.
  29. * Fix various hyper-strict warnings
  30. * Upgrade to waf 1.7.2
  31. -- David Robillard <d@drobilla.net> Thu, 23 Aug 2012 01:11:07 -0400
  32. sratom (0.2.0) stable;
  33. * Initial release
  34. -- David Robillard <d@drobilla.net> Wed, 18 Apr 2012 15:14:11 -0400