changes for the next release, re #22
This commit is contained in:
parent
be6e49798b
commit
73fea178f4
|
@ -29,4 +29,6 @@ with contributions by:
|
||||||
Mariusz Mazur <mmazur@kernel.pl>
|
Mariusz Mazur <mmazur@kernel.pl>
|
||||||
dsk <derrick@csociety.org>
|
dsk <derrick@csociety.org>
|
||||||
Clyde Stubbs <clyde@htsoft.com>
|
Clyde Stubbs <clyde@htsoft.com>
|
||||||
|
Jens Maurer <Jens.Maurer@gmx.net>
|
||||||
|
Elod Horvath <elod@itfais.com>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
26-04-2007 DarkIce 0.18.1 released
|
||||||
|
|
||||||
|
o enable real-time scheduling for non-super-users, if they have
|
||||||
|
the proper operating system permissions,
|
||||||
|
thanks to Jens Maurer <Jens.Maurer@gmx.net>
|
||||||
|
o fix to enable compliation of the Serial ULAW code on MacOS X,
|
||||||
|
thanks to Elod Horvath, <elod@itfais.com>
|
||||||
|
o fix to solve Shoutcast login failures, introduced in 0.18
|
||||||
|
|
||||||
05-03-2007 DarkIce 0.18 released
|
05-03-2007 DarkIce 0.18 released
|
||||||
|
|
||||||
o added serial ulaw input device support, thanks to
|
o added serial ulaw input device support, thanks to
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
26-04-2007, Akos Maroy, darkeye@tyrell.hu
|
||||||
|
|
||||||
|
Released version 0.18.1. See ChangeLog for changes.
|
||||||
|
|
||||||
05-03-2007, Akos Maroy, darkeye@users.sourceforge.net
|
05-03-2007, Akos Maroy, darkeye@users.sourceforge.net
|
||||||
|
|
||||||
Released version 0.18. See ChangeLog for changes.
|
Released version 0.18. See ChangeLog for changes.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(darkice, 0.18)
|
AC_INIT(darkice, 0.18.1)
|
||||||
AC_CONFIG_SRCDIR(src/DarkIce.cpp)
|
AC_CONFIG_SRCDIR(src/DarkIce.cpp)
|
||||||
AM_CONFIG_HEADER(src/config.h)
|
AM_CONFIG_HEADER(src/config.h)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH darkice 1 "February 25, 2007" "DarkIce" "DarkIce live audio streamer"
|
.TH darkice 1 "April 26, 2007" "DarkIce" "DarkIce live audio streamer"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
darkice \- an icecast / shoutcast live audio streamer
|
darkice \- an icecast / shoutcast live audio streamer
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -103,6 +103,8 @@ Developed with contributions by
|
||||||
Mariusz Mazur <mmazur@kernel.pl>
|
Mariusz Mazur <mmazur@kernel.pl>
|
||||||
dsk <derrick@csociety.org>
|
dsk <derrick@csociety.org>
|
||||||
Clyde Stubbs <clyde@htsoft.com>
|
Clyde Stubbs <clyde@htsoft.com>
|
||||||
|
Jens Maurer <Jens.Maurer@gmx.net>
|
||||||
|
Elod Horvath <elod@itfais.com>
|
||||||
|
|
||||||
.SH LINKS
|
.SH LINKS
|
||||||
Project homepage:
|
Project homepage:
|
||||||
|
|
Loading…
Reference in New Issue