for version 0.13
This commit is contained in:
parent
2d0dc666f1
commit
e9c0a81d76
|
@ -1,4 +1,4 @@
|
||||||
DarkIce next version:
|
09-02-2003: DarkIce 0.13 released
|
||||||
|
|
||||||
o added feature for setting the TITLE comment field for vorbis
|
o added feature for setting the TITLE comment field for vorbis
|
||||||
streams. thanks to Ricardo Galli <gallir@uib.es>
|
streams. thanks to Ricardo Galli <gallir@uib.es>
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
09-02-2003, Akos Maroy, darkeye@users.sourceforge.net
|
||||||
|
|
||||||
|
Released version 0.13. See ChangeLog for changes.
|
||||||
|
|
||||||
|
|
||||||
20-10-2002, Akos Maroy, darkeye@users.sourceforge.net
|
20-10-2002, Akos Maroy, darkeye@users.sourceforge.net
|
||||||
|
|
||||||
Released version 0.12. See ChangeLog for changes.
|
Released version 0.12. See ChangeLog for changes.
|
||||||
|
|
|
@ -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.13beta)
|
AM_INIT_AUTOMAKE(darkice, 0.13)
|
||||||
|
|
||||||
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.12
|
Version: 0.13
|
||||||
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.19 2003/02/09 15:09:41 darkeye
|
||||||
|
# for version 0.13
|
||||||
|
#
|
||||||
# Revision 1.18 2002/10/20 21:16:43 darkeye
|
# Revision 1.18 2002/10/20 21:16:43 darkeye
|
||||||
# for version 0.12
|
# for version 0.12
|
||||||
#
|
#
|
||||||
|
|
|
@ -87,7 +87,7 @@ main (
|
||||||
std::cout << "DarkIce " << VERSION
|
std::cout << "DarkIce " << VERSION
|
||||||
<< " live audio streamer, http://darkice.sourceforge.net"
|
<< " live audio streamer, http://darkice.sourceforge.net"
|
||||||
<< std::endl
|
<< std::endl
|
||||||
<< "Copyright (c) 2000-2002, Tyrell Hungary, http://tyrell.hu"
|
<< "Copyright (c) 2000-2003, Tyrell Hungary, http://tyrell.hu"
|
||||||
<< std::endl << std::endl;
|
<< std::endl << std::endl;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
@ -166,6 +166,9 @@ showUsage ( std::ostream & os )
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.12 2003/02/09 15:09:41 darkeye
|
||||||
|
for version 0.13
|
||||||
|
|
||||||
Revision 1.11 2002/05/28 12:35:41 darkeye
|
Revision 1.11 2002/05/28 12:35:41 darkeye
|
||||||
code cleanup: compiles under gcc-c++ 3.1, using -pedantic option
|
code cleanup: compiles under gcc-c++ 3.1, using -pedantic option
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue