]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
4.3.5 master version 4.3.5
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 2 Dec 2024 12:41:11 +0000 (12:41 +0000)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 2 Dec 2024 12:41:11 +0000 (12:41 +0000)
1  2 
.github/workflows/check_ap2_systemd_full_build_folder.yml
BUILD.md
RELEASENOTES.md
configure.ac

index 916d28bd9fbd9edc748c3e3c22b3164097be0a45,0e547a157d5e5000e8188de714543368af01a554..4e82666c4ecf704cf9c667e18c2c8e4374425489
@@@ -15,7 -15,7 +15,7 @@@ jobs
      steps:
      - uses: actions/checkout@v3.5.2
      - name: Install Dependencies
-       run: sudo apt-get -y --no-install-recommends install build-essential git xmltoman autoconf automake libtool libpopt-dev libconfig-dev libasound2-dev libao-dev libjack-dev libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libsoxr-dev libplist-dev libsodium-dev libavutil-dev libavcodec-dev libavformat-dev  
 -      run: sudo apt-get -y --no-install-recommends install xmltoman libpopt-dev libconfig-dev libasound2-dev libao-dev libjack-dev libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev libplist-dev libsodium-dev libavutil-dev libavcodec-dev libavformat-dev uuid-dev libgcrypt-dev xxd    
++      run: sudo apt-get -y --no-install-recommends install xmltoman libpopt-dev libconfig-dev libasound2-dev libao-dev libjack-dev libglib2.0-dev libmosquitto-dev avahi-daemon libavahi-client-dev libssl-dev libsoxr-dev libplist-dev libsodium-dev libavutil-dev libavcodec-dev libavformat-dev
      - name: Configure
        run: |
          mkdir build
diff --cc BUILD.md
Simple merge
diff --cc RELEASENOTES.md
index 8f98d434075dea4294cc766434d60b57d1e78a1c,8f98d434075dea4294cc766434d60b57d1e78a1c..7d33f339340fbb378df3a9a68f240f0fa983fd66
@@@ -1,6 -1,6 +1,6 @@@
  Minor Release Notes
  ====
--Minor release notes are attached to the release themselves.
++Minor release notes are attached to the releases themselves.
  
  Version 4.3 -- Security Updates, Bug Fixes and Enhancements
  ====
diff --cc configure.ac
index 0bd9727ade900839634ba4f701b8cc34ebc2f85d,ffe833940d63e15dfb6c479beed26b01662db2eb..e6613fabaae5c5744445903c94ae0a9c7f60ba67
@@@ -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.4], [4265913+mikebrady@users.noreply.github.com])
 -AC_INIT([shairport-sync], [4.3.5-dev], [4265913+mikebrady@users.noreply.github.com])
++AC_INIT([shairport-sync], [4.3.5], [4265913+mikebrady@users.noreply.github.com])
  AM_INIT_AUTOMAKE([subdir-objects])
  AC_CONFIG_SRCDIR([shairport.c])
  AC_CONFIG_HEADERS([config.h])