]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix a D-Bus Test Client compilation bug; turn off lots of less relevant debug message... master 5.0.2
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 28 Mar 2026 18:42:12 +0000 (18:42 +0000)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 28 Mar 2026 18:42:12 +0000 (18:42 +0000)
1  2 
.github/workflows/check_classic_mac_basic.yml
README.md
configure.ac

index ae322e0408744cec2471f05c64231b5616a11067,4ad673dc13b61d73a08ce4e5f62048279c9e9d23..44f0def653fb7b0df6789ce24e89cfd3c1ddd999
@@@ -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 7aaeaea831c5c1ce960d823ea21363d4f0f977d1,f03b97df2c45f833c541891ccbbbb2565de0e5df..211ce56f405152d2121e70d4d82a33f9c6813275
+++ 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 7ca02886397acbd576e8f3f7d21f5294db2949d3,002639c097c826423a171594659ca1a702a6fa90..f354846b9618bd1f89311013d977e8ddd6e8aaaa
@@@ -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])