From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:41:11 +0000 (+0000) Subject: 4.3.5 master version X-Git-Tag: 4.3.5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a92df98fadc20dbc4fad880c531ee9e83a38aeca;p=thirdparty%2Fshairport-sync.git 4.3.5 master version --- a92df98fadc20dbc4fad880c531ee9e83a38aeca diff --cc .github/workflows/check_ap2_systemd_full_build_folder.yml index 916d28bd,0e547a15..4e82666c --- a/.github/workflows/check_ap2_systemd_full_build_folder.yml +++ b/.github/workflows/check_ap2_systemd_full_build_folder.yml @@@ -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 RELEASENOTES.md index 8f98d434,8f98d434..7d33f339 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@@ -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 0bd9727a,ffe83394..e6613fab --- a/configure.ac +++ b/configure.ac @@@ -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])