From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 28 Mar 2026 18:42:12 +0000 (+0000) Subject: Fix a D-Bus Test Client compilation bug; turn off lots of less relevant debug message... X-Git-Tag: 5.0.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;p=thirdparty%2Fshairport-sync.git Fix a D-Bus Test Client compilation bug; turn off lots of less relevant debug messages; change how blocks of audio very far in the future are handled; add pw=true to the Bonjour information for classic AirPlay when built for AirPlay 2. --- 28eb383155565ecb867a73245d6c4599a0be81df diff --cc .github/workflows/check_classic_mac_basic.yml index ae322e04,4ad673dc..44f0def6 --- a/.github/workflows/check_classic_mac_basic.yml +++ b/.github/workflows/check_classic_mac_basic.yml @@@ -9,9 -9,9 +9,7 @@@ on jobs: build: - - runs-on: macos-15 -- + runs-on: macos-latest - steps: - uses: actions/checkout@v6.0.2 - name: Install Dependencies diff --cc README.md index 7aaeaea8,f03b97df..211ce56f --- a/README.md +++ b/README.md @@@ -16,7 -16,7 +16,7 @@@ Shairport Sync does not support AirPla * Next Steps and Advanced Topics are [here](ADVANCED%20TOPICS/README.md). * Runtime settings are documented [here](scripts/shairport-sync.conf). * Build configuration options are detailed in [CONFIGURATION FLAGS.md](CONFIGURATION%20FLAGS.md). - * The `man` page, detailing command line options, is [here](https://htmlpreview.github.io/?https://github.com/mikebrady/shairport-sync/blob/master/man/shairport-sync.html). -* The `man` page, detailing command line options, is [here](https://raw.githack.com/mikebrady/shairport-sync/development/man/shairport-sync.1.xml). ++* The `man` page, detailing command line options, is [here](https://raw.githack.com/mikebrady/shairport-sync/master/man/shairport-sync.1.xml). * Some advanced topics and developed in [ADVANCED TOPICS](https://github.com/mikebrady/shairport-sync/tree/master/ADVANCED%20TOPICS). # Features diff --cc configure.ac index 7ca02886,002639c0..f354846b --- a/configure.ac +++ b/configure.ac @@@ -1,7 -1,7 +1,7 @@@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) - AC_INIT([shairport-sync], [5.0.1], [4265913+mikebrady@users.noreply.github.com]) -AC_INIT([shairport-sync], [5.0.1+], [4265913+mikebrady@users.noreply.github.com]) ++AC_INIT([shairport-sync], [5.0.2], [4265913+mikebrady@users.noreply.github.com]) : ${CFLAGS="-O3"} : ${CXXFLAGS="-O3"} AM_INIT_AUTOMAKE([subdir-objects])