for version 0.10.1
This commit is contained in:
parent
2a56e0f073
commit
f593547d7e
|
@ -1,4 +1,4 @@
|
||||||
DarkIce 0.11
|
02-08-2002: DarkIce 0.10.1 released
|
||||||
|
|
||||||
o bug fix: when the last server dropped connection, darkice crashed
|
o bug fix: when the last server dropped connection, darkice crashed
|
||||||
thanks to Nicu Pavel <npavel@ituner.com>
|
thanks to Nicu Pavel <npavel@ituner.com>
|
||||||
|
|
|
@ -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.11beta)
|
AM_INIT_AUTOMAKE(darkice, 0.10.1)
|
||||||
|
|
||||||
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.10
|
Version: 0.10.1
|
||||||
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.15 2002/08/02 18:17:13 darkeye
|
||||||
|
# for version 0.10.1
|
||||||
|
#
|
||||||
# Revision 1.14 2002/07/20 16:46:12 darkeye
|
# Revision 1.14 2002/07/20 16:46:12 darkeye
|
||||||
# for version 0.10
|
# for version 0.10
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue