for version 0.16
This commit is contained in:
parent
726f4f1496
commit
d1da91f993
|
@ -1,4 +1,4 @@
|
||||||
DarkIce next version
|
22-10-2005 DarkIce 0.16 released
|
||||||
|
|
||||||
o added AAC support through the faac codec, http://www.audiocoding.com
|
o added AAC support through the faac codec, http://www.audiocoding.com
|
||||||
o bug fix: icecast2 sections didn't honor lowpass or highpass filters
|
o bug fix: icecast2 sections didn't honor lowpass or highpass filters
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
22-10-2005, Akos Maroy, darkeye@users.sourceforge.net
|
||||||
|
|
||||||
|
Released version 0.16. See ChangeLog for changes.
|
||||||
|
|
||||||
|
|
||||||
14-04-2005, Akos Maroy, darkeye@users.sourceforge.net
|
14-04-2005, Akos Maroy, darkeye@users.sourceforge.net
|
||||||
|
|
||||||
Released version 0.15. See ChangeLog for changes.
|
Released version 0.15. 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.16beta)
|
AC_INIT(darkice, 0.16)
|
||||||
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.cfg 5 "April 17, 2005" "DarkIce" "DarkIce live audio streamer"
|
.TH darkice.cfg 5 "October 22, 2005" "DarkIce" "DarkIce live audio streamer"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
darkice.cfg \- configuration file for darkice
|
darkice.cfg \- configuration file for darkice
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
|
Loading…
Reference in New Issue