Serd 0.30.12
Serd 0.30.12 has been released. Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle, TriG, NTriples, and NQuads. Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.
Changes:
- Fix warnings and build issues with clang 13 and VS 2019
- Fix writing long literals with triple quotes
- Improve documentation style
- Support combining several BSD-style command line flags in serdi
- Write statements with invalid URI characters in lax mode
Serd 0.30.10
Serd 0.30.10 has been released. Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle, TriG, NTriples, and NQuads. Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.
Changes:
- Add fallback configuration if documentation theme is unavailable
- Fix SERD_DISABLE_DEPRECATED
- Fix building for older MacOS versions on newer MacOS
- Fix documentation installation directory
Ganv 1.8.0
Ganv 1.8.0 has been released. Ganv is an interactive Gtk canvas widget for graph-based interfaces (patchers, modular synthesizers, finite state automata, interactive graphs, etc). For more information, see http://drobilla.net/software/ganv.
Changes:
- Expand canvas automatically to fit nodes
- Fix various compiler warnings
Jalv 1.6.6
Jalv 1.6.6 has been released. Jalv is a simple but fully featured LV2 host for Jack which exposes plugin ports to Jack, essentially making any LV2 plugin function as a Jack application. For more information, see http://drobilla.net/software/jalv.
Changes:
- Add a command line argument to select a specific UI
- Explicitly support lv2:inPlaceBroken
- Ignore ports with nonsense lv2:control designations
- Remove Jack session support
- Support port events for ui:showInterface UIs
Patchage 1.0.4
Patchage 1.0.4 has been released. Patchage is a modular patch bay for Jack and ALSA based audio/MIDI systems.
Changes:
- Add NSMicrophoneUsageDescription for MacOS 10.15 Catalina
- Add command line option to print version
- Fix making and breaking connections with Jack DBus
- Fix sample rate with Jack DBus
- Fix unstable module positions
- Improve man page
- Remove Jack session support
- Remove flaky DSP load meter
Lilv 0.24.12
Lilv 0.24.12 has been released. Lilv is a C library to make the use of LV2 plugins as simple as possible for applications. For more information, see http://drobilla.net/software/lilv.
Changes:
- Allow connecting ports to structures in Python
- Fix potential memory error when joining filesystem paths
- Fix saving state with files on Windows
- Fix unlikely undefined behavior when saving state
- Fix writing state manifests on Windows
- Remove the need for a generated configuration header
Suil 0.10.10
Suil 0.10.10 has been released. Suil is a library for loading and wrapping LV2 plugin UIs. For more information, see http://drobilla.net/software/suil.
Changes:
- Clean up minor code issues
- Remove the need for a generated configuration header
Sratom 0.6.8
Sratom 0.6.8 has been released. Sratom is a small library for serialising LV2 atoms to and from RDF, for converting between binary and text or storing in a model. For more information, see http://drobilla.net/software/sratom.
Changes:
- Fix potential null pointer dereference
Sord 0.16.8
Sord 0.16.8 has been released. Sord is a lightweight C library for storing RDF statements in memory. For more information, see http://drobilla.net/software/sord.
Changes:
- Clean up code
- Fix potential undefined behavior
- Fix potentially incorrect search results
- Remove the need for a generated configuration header
Serd 0.30.8
Serd 0.30.8 has been released. Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle, TriG, NTriples, and NQuads. Serd is suitable for performance-critical or resource-limited applications, such as serialising very large data sets or embedded systems.
Changes:
- Deprecate serd_uri_to_path()
- Don't install API man pages
- Fix potential memory error when serialising URIs
- Move headers to an include directory
- Refuse to write relative URI references to NTriples
- Remove the need for a generated configuration header
- Remove use of C character class functions that may use locale
- Split up and reorganize unit tests
- Use aligned allocation via C11 or Windows API where possible