prepearing new release
This commit is contained in:
		
							parent
							
								
									a7f3efde10
								
							
						
					
					
						commit
						d7f5de1d90
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue