]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Merge branch 'development' 4.3.3
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 29 May 2024 14:17:59 +0000 (15:17 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 29 May 2024 14:17:59 +0000 (15:17 +0100)
This is 4.3.3 release.

1  2 
BUILD.md
CAR INSTALL.md
README.md
configure.ac

diff --cc BUILD.md
index edfea283ff09f5c8614965028cd5a380021ede7b,30619161ddf857cc54b4cb348642e1eaba9b3324..ecdfc0fc9daf686467ffe9e1134f90dee2b78f86
+++ b/BUILD.md
@@@ -122,7 -122,7 +122,7 @@@ Download, install, enable and start NQP
  
  ### Shairport Sync
  #### Build and Install
- Download Shairport Sync, configure, compile and install it. Before executing the commands, please note the following:
 -Download Shairport Sync, check out the `development` branch and configure, compile and install it. Before executing the commands, please note the following:
++Download Shairport Sync, branch and configure, compile and install it. Before executing the commands, please note the following:
  
  * If building for FreeBSD, replace `--with-systemd` with `--with-os=freebsd --with-freebsd-service`.
  * Omit the `--with-airplay-2` from the `./configure` options if you are building classic Shairport Sync.
diff --cc CAR INSTALL.md
index 7b1c55386abb6a7fd98af4d3317a6f65bbfe3374,a7e09d199b535ce8003cb50eba49cbe21e57ee26..83c75e2a0513e767bdfb89fc61a8b2b29e3b9596
@@@ -57,7 -57,7 +57,7 @@@ Skip this section if you are building c
  Download, install, enable and start NQPTP from [here](https://github.com/mikebrady/nqptp) following the guide for Linux.
  
  #### Shairport Sync
--Download Shairport Sync, check out the `development` branch and configure, compile and install it.
++Download Shairport Sync, configure, compile and install it.
  
  * Omit the `--with-airplay-2` from the `./configure` options if you are building classic Shairport Sync.
  
diff --cc README.md
Simple merge
diff --cc configure.ac
index 4c61a810f08ab8ed98e22523d8899ffa3a94bb5c,15636e961adaa3c8bcc14dbd6ec7567e9820b060..4d7ef0577e0ad35b8f733bb1f901a5671b86e45a
@@@ -2,7 -2,7 +2,7 @@@
  # Process this file with autoconf to produce a configure script.
  
  AC_PREREQ([2.50])
- AC_INIT([shairport-sync], [4.3.2], [4265913+mikebrady@users.noreply.github.com])
 -AC_INIT([shairport-sync], [4.3.3-dev], [4265913+mikebrady@users.noreply.github.com])
++AC_INIT([shairport-sync], [4.3.3], [4265913+mikebrady@users.noreply.github.com])
  AM_INIT_AUTOMAKE([subdir-objects])
  AC_CONFIG_SRCDIR([shairport.c])
  AC_CONFIG_HEADERS([config.h])