diff --git a/darkice/trunk/ChangeLog b/darkice/trunk/ChangeLog index 898a63a..5c3ef40 100644 --- a/darkice/trunk/ChangeLog +++ b/darkice/trunk/ChangeLog @@ -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 encoding modes with specifying encoding quality as well. diff --git a/darkice/trunk/NEWS b/darkice/trunk/NEWS index abd44a9..a215818 100644 --- a/darkice/trunk/NEWS +++ b/darkice/trunk/NEWS @@ -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 Released version 0.9.1. See ChangeLog for changes. diff --git a/darkice/trunk/configure.in b/darkice/trunk/configure.in index 16fc35d..00d4415 100644 --- a/darkice/trunk/configure.in +++ b/darkice/trunk/configure.in @@ -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.10beta) +AM_INIT_AUTOMAKE(darkice, 0.10) AM_CONFIG_HEADER(config.h) diff --git a/darkice/trunk/rpm/darkice.spec b/darkice/trunk/rpm/darkice.spec index 122e652..65cd7a6 100644 --- a/darkice/trunk/rpm/darkice.spec +++ b/darkice/trunk/rpm/darkice.spec @@ -36,7 +36,7 @@ Summary : DarkIce live IceCast / ShoutCast streamer Name: darkice Vendor: Tyrell Hungary Packager: Akos Maroy -Version: 0.9.1 +Version: 0.10 Release: 1 Copyright: GPL Group: Applications/Multimedia @@ -97,6 +97,9 @@ make clean # =================================================================== change 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 # resolved memory leak issue introduced in 0.9 #