for version 0.10

This commit is contained in:
darkeye 2002-07-20 16:46:12 +00:00
parent 229095cb7e
commit 50c231a328
4 changed files with 11 additions and 3 deletions

View File

@ -1,4 +1,4 @@
DarkIce 0.10 20-07-2002: DarkIce 0.10 released
o added possibility to select constant, average and variable bit rate o added possibility to select constant, average and variable bit rate
encoding modes with specifying encoding quality as well. encoding modes with specifying encoding quality as well.

View File

@ -1,3 +1,8 @@
20-07-2002, Akos Maroy, darkeye@users.sourceforge.net
Released version 0.10. See ChangeLog for changes.
09-04-2002, Akos Maroy, darkeye@users.sourceforge.net 09-04-2002, Akos Maroy, darkeye@users.sourceforge.net
Released version 0.9.1. See ChangeLog for changes. Released version 0.9.1. See ChangeLog for changes.

View File

@ -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.10beta) AM_INIT_AUTOMAKE(darkice, 0.10)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)

View File

@ -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.9.1 Version: 0.10
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.14 2002/07/20 16:46:12 darkeye
# for version 0.10
#
# Revision 1.13 2002/04/09 13:10:43 darkeye # Revision 1.13 2002/04/09 13:10:43 darkeye
# resolved memory leak issue introduced in 0.9 # resolved memory leak issue introduced in 0.9
# #