Sha256: 5813a9d2c3e3a9c8d8c147fa2288f11287abad5ffabb9be0af96b0e4ac8f7329

Contents?: true

Size: 1.45 KB

Versions: 2

Compression:

Stored size: 1.45 KB

Contents

<b>Release 0.2.0(2005.06.04)</b>
* Compatible with libcdio 0.73
* Added support for libcddb (optional).
* <i>CdIo::Cdda</i>
	* when you instanciate a Cd class, if the disc is CDDA one, the Cd object is extended with this module.
	* You can play, resume and stop the reproduction, and get the state with subchannel() method.
	* If you have libcddb installed, you can retrieve information from freedb using CdIoCdda::cddb_matches and CdIoCdda::cddb_fetch (read doc)
* <i>CdIo</i> 
  	* new method CdIo.close_tray()
	* mod CdIo.drive_cap_dev()
		* "mcn" and "isrc" from misc caps was moved to read caps
		* new attr for read caps:"mode2_form1","mode2_form2"
	* new exceptions on module CdIo::Exceptions : IoError, Unsupported,Uninit, NotPermitted, BadParameter, BadPointer, NoDriver,CddbError, CddbConn)
* <i>CdIo::Cd</i>
	* new attr: @last_lsn (replace @stat_size) and @joliet_level
<b>Release 0.1.1(2005.05.28)</b>
* Last compatible with libcdio 0.70
* Deleted all "get_" at the begin of methods
* Unit tests on test dir
* New class CdIo::Tracks
* Added constants for tracks formats
* <i>CdIo::Track</i> 
  	* Verification for track number
	* New attribute @leadout
	
<b>Release 0.1.0 (2005.05.24)</b>

* Library packaged as rubygem

<b>Release 0.0.2 (2005.05.22)</b>

* Indentation of C files changed to KR style
* New file: CdIo_Common.c
* Better CdIo_test.rb
* Implemented:
	- CdIo.open
	- CdIo::Cd.get_hwinfo
	- CdIo::Cd.close
	- CdIo::Cd.get_cdtext
	- CdIo::Track.get_cdtext

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rb_cdio-0.2.0 ./ChangeLog.txt
rb_cdio-0.2.1 ./ChangeLog.txt