for version 0.11
This commit is contained in:
parent
f1817e2853
commit
dddf947142
|
@ -1,4 +1,4 @@
|
|||
DarkIce next version
|
||||
20-08-2002: DarkIce 0.11 released
|
||||
|
||||
o added possibility to specify maximum bitrate for Ogg Vorbis streams
|
||||
o added HTTP Basic authentication for icecast2 logins
|
||||
|
|
|
@ -1,3 +1,13 @@
|
|||
20-08-2002, Akos Maroy, darkeye@users.sourceforge.net
|
||||
|
||||
Released version 0.11. See ChangeLog for changes.
|
||||
|
||||
|
||||
02-08-2002, Akos Maroy, darkeye@users.sourceforge.net
|
||||
|
||||
Released version 0.10.1. See ChangeLog for changes.
|
||||
|
||||
|
||||
20-07-2002, Akos Maroy, darkeye@users.sourceforge.net
|
||||
|
||||
Released version 0.10. See ChangeLog for changes.
|
||||
|
|
|
@ -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.10.2beta)
|
||||
AM_INIT_AUTOMAKE(darkice, 0.11)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ Summary : DarkIce live IceCast / ShoutCast streamer
|
|||
Name: darkice
|
||||
Vendor: Tyrell Hungary
|
||||
Packager: Akos Maroy <darkeye@tyrell.hu>
|
||||
Version: 0.10.2beta
|
||||
Version: 0.11
|
||||
Release: 1
|
||||
Copyright: GPL
|
||||
Group: Applications/Multimedia
|
||||
|
@ -97,6 +97,9 @@ make clean
|
|||
# =================================================================== change log
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.17 2002/08/20 20:45:08 darkeye
|
||||
# for version 0.11
|
||||
#
|
||||
# Revision 1.16 2002/08/03 10:32:04 darkeye
|
||||
# for version 0.10.2beta
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue