for version 0.12
This commit is contained in:
parent
d0b4f60fca
commit
394dccb44c
|
@ -1,4 +1,4 @@
|
||||||
DarkIce next release
|
20-10-2002: DarkIce 0.12 released
|
||||||
|
|
||||||
o ported to FreeBSD (removed reference to MSG_NOSIGNAL in TcpSocket.cpp)
|
o ported to FreeBSD (removed reference to MSG_NOSIGNAL in TcpSocket.cpp)
|
||||||
o bug fix: maximum bitrate setting fixed for Ogg Vorbis streams
|
o bug fix: maximum bitrate setting fixed for Ogg Vorbis streams
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
20-10-2002, Akos Maroy, darkeye@users.sourceforge.net
|
||||||
|
|
||||||
|
Released version 0.12. See ChangeLog for changes.
|
||||||
|
|
||||||
|
|
||||||
20-08-2002, Akos Maroy, darkeye@users.sourceforge.net
|
20-08-2002, Akos Maroy, darkeye@users.sourceforge.net
|
||||||
|
|
||||||
Released version 0.11. See ChangeLog for changes.
|
Released version 0.11. See ChangeLog for changes.
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
o change Ref to follow inheritance
|
o change Ref to follow inheritance
|
||||||
o make a master config file, and a small one ?
|
o make a master config file, and a small one ?
|
||||||
o add support for multiple servers for one stream ?
|
o add support for multiple servers for one stream ?
|
||||||
o libtoolize ?
|
|
||||||
o revisit real-time scheduling
|
o revisit real-time scheduling
|
||||||
o look into performance
|
o look into performance
|
||||||
o create proper error-reporting module
|
o create proper error-reporting module
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(src/DarkIce.cpp)
|
AC_INIT(src/DarkIce.cpp)
|
||||||
AM_INIT_AUTOMAKE(darkice, 0.11.1beta)
|
AM_INIT_AUTOMAKE(darkice, 0.12)
|
||||||
|
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ Summary : DarkIce live IceCast / ShoutCast streamer
|
||||||
Name: darkice
|
Name: darkice
|
||||||
Vendor: Tyrell Hungary
|
Vendor: Tyrell Hungary
|
||||||
Packager: Akos Maroy <darkeye@tyrell.hu>
|
Packager: Akos Maroy <darkeye@tyrell.hu>
|
||||||
Version: 0.11
|
Version: 0.12
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
|
@ -97,6 +97,9 @@ make clean
|
||||||
# =================================================================== change log
|
# =================================================================== change log
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
|
# Revision 1.18 2002/10/20 21:16:43 darkeye
|
||||||
|
# for version 0.12
|
||||||
|
#
|
||||||
# Revision 1.17 2002/08/20 20:45:08 darkeye
|
# Revision 1.17 2002/08/20 20:45:08 darkeye
|
||||||
# for version 0.11
|
# for version 0.11
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue