for version 0.12

This commit is contained in:
darkeye 2002-10-20 21:16:43 +00:00
parent d0b4f60fca
commit 394dccb44c
5 changed files with 11 additions and 4 deletions

View File

@ -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 bug fix: maximum bitrate setting fixed for Ogg Vorbis streams

View File

@ -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
Released version 0.11. See ChangeLog for changes.

View File

@ -1,7 +1,6 @@
o change Ref to follow inheritance
o make a master config file, and a small one ?
o add support for multiple servers for one stream ?
o libtoolize ?
o revisit real-time scheduling
o look into performance
o create proper error-reporting module

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/DarkIce.cpp)
AM_INIT_AUTOMAKE(darkice, 0.11.1beta)
AM_INIT_AUTOMAKE(darkice, 0.12)
AM_CONFIG_HEADER(config.h)

View File

@ -36,7 +36,7 @@ Summary : DarkIce live IceCast / ShoutCast streamer
Name: darkice
Vendor: Tyrell Hungary
Packager: Akos Maroy <darkeye@tyrell.hu>
Version: 0.11
Version: 0.12
Release: 1
Copyright: GPL
Group: Applications/Multimedia
@ -97,6 +97,9 @@ make clean
# =================================================================== change 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
# for version 0.11
#