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.5KB

12 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. lilv (0.14.4) stable;
  2. * Deprecate old flawed Lilv::Instance constructors
  3. * Fix documentation for ui_type parameter of lilv_ui_is_supported()
  4. * Fix crash when lv2info is run with an invalid URI argument
  5. * Gracefully handle failure to save plugin state and print error message
  6. * Reduce memory usage (per node)
  7. * Simpler node implementation always backed by a SordNode
  8. * Make all 'zix' symbols private to avoid symbol clashes in static builds
  9. * Add lv2bench utility
  10. * Fix various hyper-strict warnings
  11. * Do not require a C++ compiler to build
  12. * Add option to build utilities as static binaries
  13. * Upgrade to waf 1.7.2
  14. * lilvmm.hpp: Make Lilv::Instance handle features and failed instantiations
  15. * lilvmm.hpp: Add Lilv::Instance::get_handle()
  16. * lilvmm.hpp: Add Lilv::Instance::get_extension_data()
  17. -- David Robillard <d@drobilla.net> Thu, 23 Aug 2012 01:38:29 -0400
  18. lilv (0.14.2) stable;
  19. * Fix dynmanifest support
  20. -- David Robillard <d@drobilla.net> Thu, 19 Apr 2012 16:11:31 -0400
  21. lilv (0.14.0) stable;
  22. * Add lilv_plugin_get_extension_data
  23. * Use path variables in pkgconfig files
  24. * Install man page to DATADIR (e.g. PREFIX/share/man, not PREFIX/man)
  25. * Make Lilv::uri_to_path static inline (fix linking errors)
  26. * Use correct URI for dcterms:replaces (for hiding old plugins):
  27. "http://purl.org/dc/terms/replaces"
  28. * Fix compilation on BSD
  29. * Only load dynmanifest libraries once per bundle, not once per plugin
  30. * Fix lilv_world_find_nodes to work with wildcard subjects
  31. * Add lilv_plugin_get_related to get resources related to plugins that
  32. are not directly rdfs:seeAlso linked (e.g. presets)
  33. * Add lilv_world_load_resource for related resources (e.g. presets)
  34. * Print presets in lv2info
  35. * Remove locale smashing kludges and use new serd functions for converting
  36. nodes to/from numbers.
  37. * Add LilvState API for handling plugin state. This makes it simple to
  38. save and restore plugin state both in memory and on disk, as well as
  39. save presets in a host-sharable way since the disk format is identical
  40. to the LV2 presets format.
  41. * Update old references to lv2_list (now lv2ls)
  42. * Support compilation as C++ under MSVC++.
  43. * Remove use of wordexp.
  44. * Add lilv_plugin_get_port_by_designation() and lilv_port_get_index() as an
  45. improved generic alternative to lilv_plugin_get_latency_port_index().
  46. * Add lilv_plugin_get_project() and get author information from project if
  47. it is not given directly on the plugin.
  48. -- David Robillard <d@drobilla.net> Wed, 18 Apr 2012 20:06:28 -0400
  49. lilv (0.5.0) stable;
  50. * Remove glib dependency
  51. * Add lv2core as a pkg-config dependency (for lv2.h header include)
  52. * Obey prefix when installing bash completion script
  53. * Support integer minimum, maximum, and default port values in
  54. lilv_plugin_get_port_ranges_float
  55. * Add ability to build static library
  56. -- David Robillard <d@drobilla.net> Thu, 29 Sep 2011 00:00:00 -0400
  57. lilv (0.4.4) stable;
  58. * Fix building python bindings
  59. * Make free methods tolerate being called on NULL
  60. * Remove lv2jack (replaced by jalv)
  61. * Fix parsing extra plugin data files in other bundles
  62. * Fix lilv_ui_is_supported when Lilv is built independently
  63. -- David Robillard <d@drobilla.net> Sat, 11 Jun 2011 11:20:11 -0400
  64. lilv (0.4.2) stable;
  65. * Fix compilation issues on some systems
  66. * Fix build system Python 3 compatibility
  67. -- David Robillard <d@drobilla.net> Wed, 25 May 2011 19:00:00 -0400
  68. lilv (0.4.0) stable;
  69. * Initial version (forked from SLV2)
  70. -- David Robillard <d@drobilla.net> Tue, 24 May 2011 23:00:00 -0400