Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
170b75b3
Commit
170b75b3
authored
Apr 08, 2015
by
Thomas B. Rücker
😊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated version number to 2.4.2, prep for release
This is going to be a strict security release
parent
9f43bf78
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
27 additions
and
18 deletions
+27
-18
ChangeLog
ChangeLog
+9
-0
configure.in
configure.in
+1
-1
doc/admin-interface.html
doc/admin-interface.html
+1
-1
doc/auth.html
doc/auth.html
+1
-1
doc/basic-setup.html
doc/basic-setup.html
+1
-1
doc/changes.html
doc/changes.html
+3
-3
doc/config-file.html
doc/config-file.html
+2
-2
doc/faq.html
doc/faq.html
+1
-1
doc/glossary.html
doc/glossary.html
+1
-1
doc/index.html
doc/index.html
+2
-2
doc/introduction.html
doc/introduction.html
+1
-1
doc/relaying.html
doc/relaying.html
+1
-1
doc/server-stats.html
doc/server-stats.html
+1
-1
doc/win32.html
doc/win32.html
+1
-1
doc/yp.html
doc/yp.html
+1
-1
No files found.
ChangeLog
View file @
170b75b3
2015-04-08 11:32:23 dm8tbr
* update version number to 2.4.2 in preparation for release
this will be a strict security release
2015-04-08 11:18:40 dm8tbr
* applying curl fix for win32 from master
2014-11-19 13:42:23 dm8tbr
* This is Spaaarrr^w Icecast 2.4.1!
...
...
configure.in
View file @
170b75b3
AC_INIT([Icecast], [2.4.
1
], [icecast@xiph.org])
AC_INIT([Icecast], [2.4.
2
], [icecast@xiph.org])
AC_PREREQ(2.54)
AC_CONFIG_SRCDIR(src/main.c)
...
...
doc/admin-interface.html
View file @
170b75b3
...
...
@@ -16,7 +16,7 @@
<div
class=
"section"
>
<h2>
Icecast 2.4.
1
Docs
—
Admin Interface
</h2>
<h2>
Icecast 2.4.
2
Docs
—
Admin Interface
</h2>
<div
class=
"article"
>
...
...
doc/auth.html
View file @
170b75b3
...
...
@@ -16,7 +16,7 @@
<div
class=
"section"
>
<h2>
Icecast 2.4.
1
Docs
—
Authentication
</h2>
<h2>
Icecast 2.4.
2
Docs
—
Authentication
</h2>
<div
class=
"article"
>
<h3
id=
"listener-authentication"
>
Listener Authentication
</h3>
...
...
doc/basic-setup.html
View file @
170b75b3
...
...
@@ -16,7 +16,7 @@
<div
class=
"section"
>
<h2>
Icecast 2.4.
1
Docs
—
Basic Setup
</h2>
<h2>
Icecast 2.4.
2
Docs
—
Basic Setup
</h2>
<div
class=
"article"
>
<h3
id=
"basic-requirements"
>
Basic Requirements
</h3>
...
...
doc/changes.html
View file @
170b75b3
...
...
@@ -16,10 +16,10 @@
<div
class=
"section"
>
<h2>
Icecast 2.4.
1
Docs
—
Changes
</h2>
<h2>
Icecast 2.4.
2
Docs
—
Changes
</h2>
<div
id=
"v2.4.
1
"
class=
"article"
>
<h3
id=
"version-241"
>
Version 2.4.
1
</h3>
<div
id=
"v2.4.
2
"
class=
"article"
>
<h3
id=
"version-241"
>
Version 2.4.
2
</h3>
<h4
id=
"fixes"
>
Fixes
</h4>
...
...
doc/config-file.html
View file @
170b75b3
...
...
@@ -16,7 +16,7 @@
<div
class=
"section"
>
<h2>
Icecast 2.4.
1
Docs
—
Config File
</h2>
<h2>
Icecast 2.4.
2
Docs
—
Config File
</h2>
<div
class=
"article"
>
<h3
id=
"overview"
>
Overview
</h3>
...
...
@@ -168,7 +168,7 @@ The value for this setting is provided by the owner of the Directory server.</dd
<span
class=
"nt"
>
<
location
>
</span>
earth
<span
class=
"nt"
>
<
/location
>
</span>
<span
class=
"nt"
>
<
admin
>
</span>
icemaster@localhost
<span
class=
"nt"
>
<
/admin
>
</span>
<span
class=
"nt"
>
<
fileserve
>
</span>
1
<span
class=
"nt"
>
<
/fileserve
>
</span>
<span
class=
"nt"
>
<
server-id
>
</span>
icecast 2.4.
1
<span
class=
"nt"
>
<
/server-id
>
</span></code></pre></div>
<span
class=
"nt"
>
<
server-id
>
</span>
icecast 2.4.
2
<span
class=
"nt"
>
<
/server-id
>
</span></code></pre></div>
<dl>
<dt>
hostname
</dt>
...
...
doc/faq.html
View file @
170b75b3
...
...
@@ -16,7 +16,7 @@
<div
class=
"section"
>
<h2>
Icecast 2.4.
1
Docs
—
FAQ
</h2>
<h2>
Icecast 2.4.
2
Docs
—
FAQ
</h2>
<div
class=
"article"
>
<h3
id=
"general-questions"
>
General Questions
</h3>
...
...
doc/glossary.html
View file @
170b75b3
...
...
@@ -16,7 +16,7 @@
<div
class=
"section"
>
<h2>
Icecast 2.4.
1
Docs
—
Glossary
</h2>
<h2>
Icecast 2.4.
2
Docs
—
Glossary
</h2>
<div
class=
"article"
>
<dl>
...
...
doc/index.html
View file @
170b75b3
...
...
@@ -16,7 +16,7 @@
<div
class=
"section"
>
<h2>
Icecast 2.4.
1
Docs
—
Table of Contents
</h2>
<h2>
Icecast 2.4.
2
Docs
—
Table of Contents
</h2>
<div
class=
"article"
>
<h3
id=
"pages"
>
Pages
</h3>
...
...
@@ -39,7 +39,7 @@
</div>
<div
class=
"article"
>
<h3
id=
"icecast-241-readme"
>
Icecast 2.4.
1
Readme
</h3>
<h3
id=
"icecast-241-readme"
>
Icecast 2.4.
2
Readme
</h3>
<p>
Icecast is a streaming media server which currently supports Ogg
Vorbis and MP3 audio streams. It can be used to create an Internet
radio station or a privately running jukebox and many things in
...
...
doc/introduction.html
View file @
170b75b3
...
...
@@ -16,7 +16,7 @@
<div
class=
"section"
>
<h2>
Icecast 2.4.
1
Docs
—
Introduction
</h2>
<h2>
Icecast 2.4.
2
Docs
—
Introduction
</h2>
<div
class=
"article"
>
<h3
id=
"what-is-icecast"
>
What is Icecast?
</h3>
...
...
doc/relaying.html
View file @
170b75b3
...
...
@@ -16,7 +16,7 @@
<div
class=
"section"
>
<h2>
Icecast 2.4.
1
Docs
—
Relaying
</h2>
<h2>
Icecast 2.4.
2
Docs
—
Relaying
</h2>
<div
class=
"article"
>
<h3
id=
"overview"
>
Overview
</h3>
...
...
doc/server-stats.html
View file @
170b75b3
...
...
@@ -16,7 +16,7 @@
<div
class=
"section"
>
<h2>
Icecast 2.4.
1
Docs
—
Server Statistics
</h2>
<h2>
Icecast 2.4.
2
Docs
—
Server Statistics
</h2>
<div
class=
"article"
>
<h3
id=
"overview"
>
Overview
</h3>
...
...
doc/win32.html
View file @
170b75b3
...
...
@@ -16,7 +16,7 @@
<div
class=
"section"
>
<h2>
Icecast 2.4.
1
Docs
—
Win32 Specifics
</h2>
<h2>
Icecast 2.4.
2
Docs
—
Win32 Specifics
</h2>
<div
class=
"article"
>
<p>
The Win32 port of Icecast 2 is a simple command line application,
...
...
doc/yp.html
View file @
170b75b3
...
...
@@ -16,7 +16,7 @@
<div
class=
"section"
>
<h2>
Icecast 2.4.
1
Docs
—
YP Directories
</h2>
<h2>
Icecast 2.4.
2
Docs
—
YP Directories
</h2>
<div
class=
"article"
>
<h3
id=
"overview"
>
Overview
</h3>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment