File: ChangeLog

package info (click to toggle)
naspro-bridge-it 0.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,572 kB
  • sloc: sh: 11,338; ansic: 1,004; makefile: 65
file content (61 lines) | stat: -rw-r--r-- 2,274 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
0.5.1
-----
  * Removed useless MODULE_EXT check in configure.ac.
  * INCLUDES -> AM_CPPFLAGS in Makefile.am's.
  * Now requiring Autoconf >= 2.69 for build system (re)generation.

0.5.0
-----
  * Now ./configure checks both for NaturalDocs and naturaldocs.

0.4.1
-----
  * API break, new version is 3.0.0.
  * Fixed typo in manifest generation (hardRTCapable).
  * Removed epp:logarithmic and pset:appliesTo from manifest generation.
  * Requiring urid:map feature in manifest generation when MIDI ports are
    present.
  * Using LV2 Atom for MIDI ports in manifest generation.
  * Now requiring unified LV2 >= 1.0.0.

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.