0.4.0
-----
  * API version is now 2.0.1.
  * Added generation of preset data for discovery to the dynamic manifest.
  * Now also using lv2:appliesTo and not only pset:appliesTo.
  * Now requiring NASPRO core >= 0.4.0.
  * Now requiring Autoconf >= 2.68 for build system (re)generation.
  * Synced documentation among website, text files and headers.

0.3.0
------
  * API break, new version is 2.0.0, adapted to changes in NASPRO core 0.3.0,
    API version 4.0.0.
  * New API is not thread-safe.
  * Added presets API.
  * Removed all message reporting-related stuff.
  * Added support for LV2 Port Properties' logarithmic property.
  * Removed unused nabrit_plugin_get_name(), nabrit_plugin_get_creator(),
    nabrit_plugin_get_rights(), nabrit_plugin_get_is_live(),
    nabrit_plugin_get_in_place_broken(), nabrit_plugin_get_hard_rt_capable(),
    nabrit_port_get_direction(), nabrit_port_get_name(),
    nabrit_port_get_reports_latency(), nabrit_port_get_toggled(),
    nabrit_port_get_sample_rate(), nabrit_port_get_integer(),
    nabrit_port_get_logarithmic().
  * nabrit_port_set_def() renamed to nabrit_port_set_deflt().
  * Using new NASPRO core thread-local locales in dynamic manifest generation.
  * Improved nabrit_plugin_new() implementation and fixed a potential memory
    leak.
  * Improved nabrit_bridge_get_descriptor() implementation.
  * Fixed typo in COPYING file.

0.2.91
------
  * Using NASPRO core 0.2.91 features (for Win32/64 port).
  * Fixed a memory leak in nabrit_bridge_free().
  * Pre-generated documentation is not in the distribution anymore because of
    licensing issues.

0.2.90
------
  Rewritten from scratch.
