diff --git a/darkice/trunk/ChangeLog b/darkice/trunk/ChangeLog index 73d18d6..8401a2f 100644 --- a/darkice/trunk/ChangeLog +++ b/darkice/trunk/ChangeLog @@ -1,10 +1,14 @@ +20-12-2000: DarkIce 0.3 released -18-11-2000, Akos Maroy, darkeye@users.sourceforge.net - - Released version 0.2. See NEWS file for changes. + o added POSIX real-time scheduling -13-11-2000, Akos Maroy, darkeye@users.sourceforge.net +18-11-2000: DarkIce 0.2 released - Initial release. Supports the lame encoder. + o code cleanup + o first real tests made + o added verbosity command line option + + +13-11-2000: DarkIce 0.1 released diff --git a/darkice/trunk/NEWS b/darkice/trunk/NEWS index 71eafd6..d2b6840 100644 --- a/darkice/trunk/NEWS +++ b/darkice/trunk/NEWS @@ -1,10 +1,16 @@ -18-11-2000: DarkIce 0.2 released +20-12-2000, Akos Maroy, darkeye@users.sourceforge.net - o code cleanup - o first real tests made - o added verbosity command line option + Released version 0.3. See ChangeLog for changes. -13-11-2000: DarkIce 0.1 released +18-11-2000, Akos Maroy, darkeye@users.sourceforge.net + + Released version 0.2. See ChangeLog for changes. + + +13-11-2000, Akos Maroy, darkeye@users.sourceforge.net + + Initial release. Supports the lame encoder. + diff --git a/darkice/trunk/README b/darkice/trunk/README index deabca3..3d70082 100644 --- a/darkice/trunk/README +++ b/darkice/trunk/README @@ -31,9 +31,7 @@ For command line syntax, try: darkice --help -It is recommended to run DarkIce as root, with a nice level of -10, like: - -nice --10 darkice [options] +It is recommended to run DarkIce as root. 2. Configuration file format diff --git a/darkice/trunk/TODO b/darkice/trunk/TODO index a4a6570..c12412d 100644 --- a/darkice/trunk/TODO +++ b/darkice/trunk/TODO @@ -1,3 +1,3 @@ -o Add POSIX realtime scheduling o make FIFO pipes in /tmp with valid temp filenames o change Ref to follow inheritance +o add support for shared object lame diff --git a/darkice/trunk/configure.in b/darkice/trunk/configure.in index 99a60bf..cf6f810 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.2) +AM_INIT_AUTOMAKE(darkice, 0.3) AM_CONFIG_HEADER(configure.h)