for version 0.15
This commit is contained in:
parent
143403375a
commit
598d8aa190
|
@ -1,4 +1,4 @@
|
||||||
DarkIce next release
|
14-04-2005 DarkIce 0.15 released
|
||||||
|
|
||||||
o ported to OpenBSD and NetBSD, though real-time scheduling not supported,
|
o ported to OpenBSD and NetBSD, though real-time scheduling not supported,
|
||||||
since it is not implemented in OpenBSD / NetBSD
|
since it is not implemented in OpenBSD / NetBSD
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
14-04-2005, Akos Maroy, darkeye@users.sourceforge.net
|
||||||
|
|
||||||
|
Released version 0.15. See ChangeLog for changes.
|
||||||
|
|
||||||
|
|
||||||
15-02-2004, Akos Maroy, darkeye@users.sourceforge.net
|
15-02-2004, Akos Maroy, darkeye@users.sourceforge.net
|
||||||
|
|
||||||
Released version 0.14. See ChangeLog for changes.
|
Released version 0.14. 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.15beta)
|
AC_INIT(darkice, 0.15)
|
||||||
AC_CONFIG_SRCDIR(src/DarkIce.cpp)
|
AC_CONFIG_SRCDIR(src/DarkIce.cpp)
|
||||||
AM_CONFIG_HEADER(src/config.h)
|
AM_CONFIG_HEADER(src/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.14
|
Version: 0.15
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
|
@ -100,6 +100,9 @@ make clean
|
||||||
# =================================================================== change log
|
# =================================================================== change log
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
|
# Revision 1.24 2005/04/14 11:11:59 darkeye
|
||||||
|
# for version 0.15
|
||||||
|
#
|
||||||
# Revision 1.23 2004/02/15 22:30:08 darkeye
|
# Revision 1.23 2004/02/15 22:30:08 darkeye
|
||||||
# for version 0.14
|
# for version 0.14
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue