cdw -- History of visible changes.



Copyright (C) 2005, Balazs Varkonyi  <vbali@linuxforge.hu>
Copyright (C) 2007, Kamil Ignacak <acerion@poczta.wp.pl>
Modified by Csaba Feher <linuxfan@nrg.hu>

Please send bug reports to acerion@poczta.wp.pl

Version 0.3.3 13-12-2007
NEWS:
	* new release: 0.3.3
	* gtk-related files are removed, gtk interface is no longer an option
	* restored functionality: ripping audio CDs, but only to raw audio 
	  tracks. User have to use following command:
	  'sox  -c  2 -r 44100 -L -2 -s track_name.raw -t wav track_name.wav'
	  to recode the files to wav audio files.
	* restored functionality: copying data CDs to iso image on hdd. This
	  works only for single-session CDs only for now.
	* new dependency: cdw now requires libcdio, a library for accessing 
	  CD device
	* dependency on wncurses (ncurses with wide chars support) is now
	  mentioned in README file
	* some changes in main application window layout, so now cdw uses all
	  lines and columns of console
	* updated man page, updated README file
	* new autotools files, configure.ac is now used instead of 
	  configure.in; 'bootstrap' file is removed, if you want to regenerate
	  build files you should use autoreconf(1) now;
	* added some comments for translators of UI elements
	* removed dependency on external cdda2wav tool, currently cdw provides
	  a subset of cdda2wav's functionality and don't require the tool

	* fixed bug: moving through fields in options forms using TAB key
	  was impossible - this is now fixed
	* fixed bug: too wide fields in second page of options caused cdw to 
	  crash	when switching options pages - this is now fixed
	* fixed bug: removed one source of memory leak in options module code
	* fixed bug: it was impossible to write second and following sessions
	  to multisession CD disc - it is now fixed
	* fixed bug: bug 1841923 from SourceForge bug tracking system is 
	  now fixed (build error with lame-support: 'msg' undeclared)
	* fixed bug: space usage indicator (bar) in main application window 
	  works again (now with colors)
	* fixed bug: method of blanking is now properly saved when changed 
	  in method selection window (but only if user decides to perform 
	  blanking; until now change of method was saved even if user
	  abandoned blanking after changing method).


----------------------------------------------------------

Version 0.3.2 August 26 2007
NEWS:
	* new release: 0.3.2
	* changes mainly in options module: some sanity 
	checks and reorganization of options window
	* additionaly small fixes in other files
	* new pot file


----------------------------------------------------------

Version 0.3.0 April 29 2007

NEWS:
	* part of functionality of previous version (0.2.4) 
	was removed - all that was left was writing to 
	image and writing to CD

----------------------------------------------------------

Version 0.1.5 May 12 2003

NEWS:
	* Added new mysql based disk catalog

----------------------------------------------------------

Version 0.1.5 Nov 05 2002

NEWS:
	* Quality related encoder options added
	
----------------------------------------------------------
	
Version 0.1.5 Oct 24 2002

NEWS:
	* Audio grab function
	* Ogg encoder support
	* Mp3 encoder support

----------------------------------------------------------

Version 0.1.4 Jul 15 2002

NEWS:
	* 'F1' shows README
	* 'F10' shows GPL
	* 'i' shows information about CD (cdrecord -atip)
	* 'v' shows and edits volume ID and autoshow before writing
	* 'o' shows and edits hidden parameters to cdrecord 
	   (such as '-overburn')
	* 'l' shows "Last log" window
	* Auto show log window after writing
 
----------------------------------------------------------

Version 0.1.3 Mar 01 2002

NEWS:
	* Data CD copy
	* CD image copy
	* Write CD directly
	* Dummy write

----------------------------------------------------------

Version 0.1.2 Feb 24 2002

NEWS:
	* Added language support. (All in one :-) )
