From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 31 Dec 2025 19:07:32 +0000 (+0000) Subject: Update version and improve argument checking X-Git-Tag: 5.0-post-dev~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10bf5a10459e70fc2eb8d150cac18cbfe8284a2e;p=thirdparty%2Fshairport-sync.git Update version and improve argument checking Updated version information and tightened argument checks for logging functions on 64 bit and 32 bit systems --- diff --git a/RELEASENOTES-DEVELOPMENT.md b/RELEASENOTES-DEVELOPMENT.md index 5ecca58a..886918cb 100644 --- a/RELEASENOTES-DEVELOPMENT.md +++ b/RELEASENOTES-DEVELOPMENT.md @@ -1,4 +1,4 @@ -Version 5.0-dev-146-g691d71f3 +Versions 5.0-dev-151-g16b6534a and 5.0-dev-146-g691d71f3 == **Updates** * Tighten up the checking of arguments given to `debug()`, `inform()`, `warn()` and `die()` to avoid silly errors. No known issues, but better sure than sorry. Thanks to [ejurgensen](https://github.com/ejurgensen) for the [PR](https://github.com/mikebrady/shairport-sync/pull/2124) which prompted the review.