Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

46 lines (37 loc) · 1.48 KB

Changelog

[4]

Fixes

  • Fix a typo in alsa_in manpage
  • Fix source-code comments and manpage for jack_simple_client
  • Remove includes of non-standard alloca.h header

[3]

Fixes

  • Ensure internal clients export their function entry points
  • Fix macOS and Windows builds

[2]

Fixes

  • Fix crashes in midi_latency_test
  • Fix regression in alsa_in that broke resampling (reverted code to known good state)
  • Fix usage help string in midiseq

[1]

Added

  • Add legacy example-clients and tools
  • Add man pages for example-clients and tools from jack2
  • Add jack2-only example-clients
  • Add license files for example-clients and tools and imported zalsa files
  • Add meson build system
  • Add CI builds against jack1 and jack2 in an Arch Linux container
  • Add supported jack version to project description: jack1 (>=0.126.0), jack2 (>=1.9.20), pipewire-jack (>=0.3.44)
  • Add support to compile against different jack implementations based on available features and function definitions

Changed

  • Consolidate example-clients and tools with the versions in jack2
  • Apply commits from open pull requests in example-clients and tools
  • Make target executables and libraries compatible with jack1 and jack2 (if possible)