Skip to content

Commit 57093de

Browse files
committed
Update: Release Icecast 2.5 beta3
1 parent 41e0732 commit 57093de

File tree

10 files changed

+38
-16
lines changed

10 files changed

+38
-16
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2022-03-13 18:25:33 Philipp Schafft <[email protected]>
2+
3+
* Preparing for 2.5 beta3 aka 2.4.99.3
4+
15
2017-11-17 09:04:42 Thomas B. Ruecker <[email protected]>
26

37
* Preparing for 2.5 beta2 aka 2.4.99.2

ci/osc/icecast/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
icecast2 (2.4.99.3-1) UNRELEASED; urgency=medium
2+
3+
* Preparing for 2.5 beta3 aka 2.4.99.3
4+
5+
-- Philipp Schafft <[email protected]> Sun, 13 Mar 2022 18:25:33 +0000
6+
17
icecast2 (2.4.99.2-1) UNRELEASED; urgency=medium
28

39
* 2.5 beta 2

ci/osc/icecast/icecast.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%define version_archive _VERSION_ARCHIVE_
77
Summary: Streaming media server
88
Name: icecast
9-
Version: 2.4.99.2
9+
Version: 2.4.99.3
1010
Release: 1%{?dist}
1111
Group: Applications/Multimedia
1212
#because one way to say this is not enough...
@@ -180,6 +180,10 @@ fi
180180
%dir %attr(-,%{name},%{name}) %{_localstatedir}/log/icecast
181181

182182
%changelog
183+
* Sun Mar 13 2022 Philipp Schafft <[email protected]> - 2.4.99.3-1
184+
- Preparing for 2.5 beta3 aka 2.4.99.3
185+
186+
183187
* Fri May 11 2018 Thomas B. Ruecker <[email protected]> - 2.4.2.99-1
184188
- 2.5 Beta 2
185189

ci/osc/mingw32-icecast-installer/mingw32-icecast-installer.spec

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Summary: Installer for MinGW Windows port of Icecast streaming media server
88
Name: mingw32-icecast-installer
9-
Version: 2.4.99.2
9+
Version: 2.4.99.3
1010
Release: 2%{?dist}
1111
Group: Applications/Multimedia
1212
License: GPL-2.0
@@ -70,15 +70,19 @@ makensis icecast.nsis -V4
7070

7171
%install
7272
mkdir -p "%{buildroot}/%{_mingw32_bindir}"
73-
cp %_builddir/installer/icecast_win32_2.5-beta2.exe "%{buildroot}/%{_mingw32_bindir}"
73+
cp %_builddir/installer/icecast_win32_2.5-beta3.exe "%{buildroot}/%{_mingw32_bindir}"
7474

7575
%clean
7676

7777
%files
7878
%defattr(-,root,root)
79-
%{_mingw32_bindir}/icecast_win32_2.5-beta2.exe
79+
%{_mingw32_bindir}/icecast_win32_2.5-beta3.exe
8080

8181
%changelog
82+
* Sun Mar 13 2022 Philipp Schafft <[email protected]> - 2.4.99.3-1
83+
- Preparing for 2.5 beta3 aka 2.4.99.3
84+
85+
8286
* Sun Mar 06 2022 Stephan Jauernick <[email protected]> - 2.4.99.2
8387

8488
Rework OBS CI/CD

ci/osc/mingw32-icecast/mingw32-icecast.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
%define version_archive _VERSION_ARCHIVE_
88
Summary: MinGW Windows port of Icecast streaming media server
99
Name: mingw32-icecast
10-
Version: 2.4.99.2
10+
Version: 2.4.99.3
1111
Release: 2%{?dist}
1212
Group: Applications/Multimedia
1313
License: GPL-2.0
@@ -78,6 +78,10 @@ rm -rf %{buildroot}
7878
#%%{_mingw32_sysconfdir}/icecast.xml
7979

8080
%changelog
81+
* Sun Mar 13 2022 Philipp Schafft <[email protected]> - 2.4.99.3-1
82+
- Preparing for 2.5 beta3 aka 2.4.99.3
83+
84+
8185
* Sun Mar 06 2022 Stephan Jauernick <[email protected]> - 2.4.99.2
8286

8387
Work in Progress rebuilding Icecast OBS CI

ci/osc/nightly-config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ fi
1414
export ICECAST_PROJECT=icecast
1515
export W32_ICECAST_PROJECT=mingw32-icecast
1616
export W32_ICECAST_INSTALLER_PROJECT=mingw32-icecast-installer
17-
export ICECAST_BETA_VERSION=2
18-
export ICECAST_VERSION=2.4.99.2
17+
export ICECAST_BETA_VERSION=3
18+
export ICECAST_VERSION=2.4.99.3
1919
export ICECAST_CI_VERSION=$ICECAST_VERSION+`date +%Y%m%d%H%M%S`+`git rev-parse HEAD`
2020
export DISABLE_CHANGELOG=0
2121
export RELEASE_AUTHOR=${CI_COMMIT_AUTHOR:?Please set CI_COMMIT_AUTHOR}

ci/osc/release-config.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ fi
1010
export ICECAST_PROJECT=icecast
1111
export W32_ICECAST_PROJECT=mingw32-icecast
1212
export W32_ICECAST_INSTALLER_PROJECT=mingw32-icecast-installer
13-
export ICECAST_BETA_VERSION=2
14-
export ICECAST_VERSION=2.4.99.2
13+
export ICECAST_BETA_VERSION=3
14+
export ICECAST_VERSION=2.4.99.3
1515
export ICECAST_CI_VERSION=$ICECAST_VERSION
1616
export DISABLE_CHANGELOG=1
17-
export RELEASE_AUTHOR="Thomas B. Ruecker <[email protected]>"
18-
export RELEASE_DATETIME=2017-11-17T09:04:42
17+
export RELEASE_AUTHOR="Philipp Schafft <[email protected]>"
18+
export RELEASE_DATETIME=2022-03-13T18:25:33+00:00

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([Icecast], [2.4.99.2], [[email protected]])
1+
AC_INIT([Icecast], [2.4.99.3], [[email protected]])
22

33
AC_PREREQ([2.54])
44

doc/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<a class="current" href=".">Introduction</a>
4949
<ul class="subnav">
5050

51-
<li class="toctree-l2"><a href="#icecast-25-beta-2-documentation">Icecast 2.5 beta2 Documentation</a></li>
51+
<li class="toctree-l2"><a href="#icecast-25-beta-3-documentation">Icecast 2.5 beta3 Documentation</a></li>
5252

5353

5454
<li class="toctree-l2"><a href="#prerequisites">Prerequisites</a></li>
@@ -138,7 +138,7 @@
138138
<div role="main">
139139
<div class="section">
140140

141-
<h1 id="icecast-25-beta-2-documentation">Icecast 2.5 beta2 Documentation</h1>
141+
<h1 id="icecast-25-beta-3-documentation">Icecast 2.5 beta3 Documentation</h1>
142142
<p>Icecast is a streaming media server which currently supports Ogg Vorbis and MP3 audio streams.
143143
It can be used to create an Internet radio station or a privately running jukebox and many
144144
things in between. It is very versatile in that new formats can be added relatively easily

win32/icecast.nsis

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
;Name and file
1919
Name "Icecast"
20-
OutFile "icecast_win32_2.5-beta2.exe"
20+
OutFile "icecast_win32_2.5-beta3.exe"
2121

2222
;Default installation folder
2323
InstallDir "$PROGRAMFILES32\Icecast"
@@ -136,7 +136,7 @@ Section "Icecast" SecIcecastWin32
136136
WriteRegStr HKLM $RegistryPathForUninstall "Publisher" "Xiph.org Foundation / The Icecast Project"
137137
WriteRegStr HKLM $RegistryPathForUninstall "HelpLink" "http://icecast.org/contact"
138138
WriteRegStr HKLM $RegistryPathForUninstall "URLInfoAbout" "http://icecast.org/"
139-
WriteRegStr HKLM $RegistryPathForUninstall "DisplayVersion" "2.5 beta2"
139+
WriteRegStr HKLM $RegistryPathForUninstall "DisplayVersion" "2.5 beta3"
140140
WriteRegStr HKLM $RegistryPathForUninstall "InstallLocation" "$INSTDIR"
141141
WriteRegStr HKLM $RegistryPathForUninstall "InstallDate" "$Year$Month$Day"
142142
WriteRegDWORD HKLM $RegistryPathForUninstall "NoModify" 0x1

0 commit comments

Comments
 (0)