]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update version and improve argument checking
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 31 Dec 2025 19:07:32 +0000 (19:07 +0000)
committerGitHub <noreply@github.com>
Wed, 31 Dec 2025 19:07:32 +0000 (19:07 +0000)
Updated version information and tightened argument checks for logging functions on 64 bit and 32 bit systems

RELEASENOTES-DEVELOPMENT.md

index 5ecca58a317815a5812606bd948db83b445e4d3b..886918cb6ffc28bb6caf9273ed847687acfe303d 100644 (file)
@@ -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.