##
## autogenerated ChangeLog -- don't edit
##

2008-09-22 Monday 20:26  Rocky Bernstein <rocky@gnu.org>

	* NEWS, configure.ac: Get ready for 0.03 release

2008-08-25 Monday 21:23  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, Rakefile, configure.ac: Make make install work. Bump
	  revision number.

2008-05-02 Friday 13:05  karl

	* Makefile.am, example/audio.rb, example/cd-read.rb,
	  example/cdchange.rb, example/device.rb, example/drivers.rb,
	  example/eject.rb, example/iso1.rb, example/iso2.rb,
	  example/iso3.rb, example/tracks.rb, lib/cdio.rb, lib/iso9660.rb,
	  swig/audio.swg, swig/compat.swg, swig/device.swg,
	  swig/device_const.swg, swig/disc.swg, swig/read.swg,
	  swig/rubycdio.swg, swig/rubyiso9660.swg, swig/track.swg,
	  swig/types.swg: gplv3+

2007-12-09 Sunday 14:22  Rocky Bernstein <rocky@gnu.org>

	* lib/cdio.rb: Doc changes to make more rdoc friendly; some doc
	  typos corrected too

2007-11-19 Monday 21:20  Rocky Bernstein <rocky@gnu.org>

	* htdocs/: index.html: > Typo

2007-11-19 Monday 21:11  Rocky Bernstein <rocky@gnu.org>

	* htdocs/index.html: Make more 2.0y by using css.

2007-10-27 Saturday 11:18  Rocky Bernstein <rocky@gnu.org>

	* INSTALL, NEWS: Revise for 0.02 release.

2007-10-14 Sunday 10:22  Rocky Bernstein <rocky@gnu.org>

	* swig/: device.swg, rubycdio.swg: Update copyright.

2007-10-14 Sunday 01:45  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am: Don't use :=, = is more portable.

2007-10-13 Saturday 23:31  Rocky Bernstein <rocky@gnu.org>

	* example/cdchange.rb: Remove require_gem update ChangeLog.

2007-10-13 Saturday 23:25  Rocky Bernstein <rocky@gnu.org>

	* example/: audio.rb, cd-read.rb, device.rb, drivers.rb, drives.rb,
	  eject.rb, iso1.rb, iso2.rb, iso3.rb, tracks.rb: Remove
	  require_gem statements.

2007-10-13 Saturday 23:00  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, NEWS, example/README, example/cdchange.rb,
	  lib/cdio.rb, lib/iso9660.rb: reduce doc warning messages
	  cdchange.rb: add example program from pycdio

2007-10-13 Saturday 17:11  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, README, configure.ac, ext/cdio/extconf.rb,
	  ext/iso9660/extconf.rb: Mostly small changes Makefile.am: be
	  explicit about requiring mkmf configure.ac: typo extconf.rb: get
	  libs from pkg-config

2007-10-13 Saturday 09:23  Rocky Bernstein <rocky@gnu.org>

	* NEWS, configure.ac, test/cdiotest.rb, test/isotest.rb: test/*:
	  reduce warnings by defining Mypath only once configure.ac, NEWS:
	  get ready for 0.02 release

2007-08-01 Wednesday 04:06  Rocky Bernstein <rocky@gnu.org>

	* swig/rubyiso9660.swg: Memory allocation was off by one in the
	  name_translate function. This could lead to a buffer overflow
	  when the translated name is as long as the original.	Patch by
	  Martin Ferrari on the Perl code.

2007-06-19 Tuesday 11:32  Rocky Bernstein <rocky@gnu.org>

	* README: Small grammar changes.

2006-12-22 Friday 16:27  Rocky Bernstein <rocky@gnu.org>

	* htdocs/index.html: Uncomment $Id$ line.

2006-12-22 Friday 16:27  Rocky Bernstein <rocky@gnu.org>

	* README, htdocs/index.html: Doc changes.

2006-12-21 Thursday 11:55  Rocky Bernstein <rocky@gnu.org>

	* README, example/cd-read.rb, ext/cdio/extconf.rb,
	  ext/iso9660/extconf.rb: README: note ginstall weirdness on
	  Solaris ext/*/extconf.rb: Do add cygwin-specific libraries
	  example/cd-read.rb: trailing blank was messing up ruby magic

2006-12-16 Saturday 14:33  Rocky Bernstein <rocky@gnu.org>

	* Rakefile: Add test/cdda.toc

2006-12-16 Saturday 14:29  Rocky Bernstein <rocky@gnu.org>

	* Rakefile, example/device.rb, example/drivers.rb,
	  example/drives.rb: Rakefile: add Makefile.  example/*.rb: print
	  an error message if no CD-ROM devices.

2006-12-16 Saturday 13:24  Rocky Bernstein <rocky@gnu.org>

	* README, example/audio.rb, example/cd-read.rb, example/eject.rb,
	  example/iso1.rb, example/iso3.rb, example/tracks.rb,
	  ext/rbiso9660/.cvsignore, lib/cdio.rb, lib/iso9660.rb: Go over
	  rdoc one more time before release.

2006-12-16 Saturday 03:52  Rocky Bernstein <rocky@gnu.org>

	* ext/rbiso9660/.cvsignore: cvs lint

2006-12-16 Saturday 03:44  Rocky Bernstein <rocky@gnu.org>

	* example/audio.rb, example/cd-read.rb, example/device.rb,
	  example/drivers.rb, example/drives.rb, example/eject.rb,
	  example/iso1.rb, example/iso2.rb, example/iso3.rb,
	  example/tracks.rb, lib/cdio.rb, test/cdiotest.rb: Add Cdio module
	  for better name scoping.

2006-12-15 Friday 04:36  Rocky Bernstein <rocky@gnu.org>

	* README: Note that SWIG creates modules.

2006-12-14 Thursday 12:55  Rocky Bernstein <rocky@gnu.org>

	* example/iso1.rb, lib/iso9660.rb, test/isotest.rb: Put ISO9660
	  functions in ISO9660 class for better name scoping.

2006-12-11 Monday 20:35  Rocky Bernstein <rocky@gnu.org>

	* lib/iso9660.rb: Use Ruby defacto indentation (not Python
	  indentation)

2006-12-11 Monday 03:12  Rocky Bernstein <rocky@gnu.org>

	* example/cd-read.rb: Fix bug in not setting read-mode.

2006-12-09 Saturday 16:50  Rocky Bernstein <rocky@gnu.org>

	* example/cd-read.rb, example/drivers.rb, example/drives.rb,
	  example/eject.rb, example/iso1.rb, example/iso2.rb,
	  example/iso3.rb, example/tracks.rb, lib/cdio.rb: Wrong paths in
	  $:

2006-12-09 Saturday 16:00  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, Rakefile, THANKS: Start the thank-yous.

2006-12-09 Saturday 11:06  Rocky Bernstein <rocky@gnu.org>

	* Rakefile, example/audio.rb, example/cd-read.rb,
	  example/device.rb, example/drivers.rb, example/drives.rb,
	  example/eject.rb, example/iso1.rb, example/iso2.rb,
	  example/iso3.rb, example/tracks.rb: Allow example programs to be
	  run anywhere via rubygems

2006-12-09 Saturday 10:17  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, Rakefile, lib/.cvsignore, lib/Makefile: More
	  lib->ext changes.

2006-12-09 Saturday 09:59  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, ext/cdio/.cvsignore, ext/cdio/extconf.rb,
	  ext/iso9660/.cvsignore, ext/iso9660/extconf.rb, test/cdiotest.rb,
	  test/isocopy.rb, test/isotest.rb: lib/cdio -> ext/cdio,
	  lib/iso9660 -> ext/iso9660

2006-12-09 Saturday 09:48  Rocky Bernstein <rocky@gnu.org>

	* Rakefile: Add "rake all" for "./configure && make". Default
	  target is "all" Remove symlinks in final packages.  "rake check"
	  is the same as "rake test"

2006-12-09 Saturday 04:49  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, Rakefile, test/cdiotest.rb, test/isocopy.rb,
	  test/isotest.rb: Rake test now works.

2006-12-08 Friday 13:44  Rocky Bernstein <rocky@gnu.org>

	* Rakefile: Chomp is really what I wanted. Should have guessed that
	  that would be in Ruby too.

2006-12-08 Friday 13:42  Rocky Bernstein <rocky@gnu.org>

	* Rakefile, example/drivers.rb, example/eject.rb, swig/device.swg:
	  Rakefile: correct bug in making package example/drivers.rb:
	  get_devices is now devices example/eject.rb: change messages to
	  perhaps better reflect what's goign on device.swg: fix close_tray

2006-12-08 Friday 12:21  Rocky Bernstein <rocky@gnu.org>

	* configure.ac: Make example files executable by default.

2006-12-03 Sunday 06:26  Rocky Bernstein <rocky@gnu.org>

	* Rakefile, test/Rakefile: Small rake fixes.

2006-12-03 Sunday 04:51  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, VERSION.in, lib/cdio.rb, lib/iso9660.rb,
	  test/Rakefile: Add regression test via Rakefile. Perhaps not the
	  best, but it works for now.

2006-12-03 Sunday 03:57  Rocky Bernstein <rocky@gnu.org>

	* lib/cdio.rb: Better defaults for get_devices.

2006-12-03 Sunday 03:30  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am: Add VERSION to distribution.

2006-12-03 Sunday 03:20  Rocky Bernstein <rocky@gnu.org>

	* lib/iso9660.rb: rdoc.

2006-12-03 Sunday 03:15  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, README, Rakefile, configure.ac, example/audio.rb,
	  example/cd-read.rb, example/device.rb, example/drivers.rb,
	  example/drives.rb, example/eject.rb, example/iso1.rb,
	  example/iso2.rb, example/iso3.rb, example/tracks.rb, lib/cdio.rb,
	  lib/iso9660.rb: More rdoc-ification.

2006-12-03 Sunday 03:11  Rocky Bernstein <rocky@gnu.org>

	* example/README: rdocify

2006-12-03 Sunday 01:30  Rocky Bernstein <rocky@gnu.org>

	* .cvsignore: Ignore doc.

2006-12-03 Sunday 01:30  Rocky Bernstein <rocky@gnu.org>

	* .cvsignore: Ignore tarballs.

2006-12-03 Sunday 01:29  Rocky Bernstein <rocky@gnu.org>

	* example/.cvsignore: Typo.

2006-12-03 Sunday 01:28  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, lib/iso9660.rb, example/.cvsignore,
	  example/drivers.rb: Misc fixes.

2006-12-03 Sunday 01:19  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, example/tracks.rb, lib/cdio.rb, lib/iso9660.rb: Add
	  class doc. More simplifications.

2006-12-03 Sunday 00:20  Rocky Bernstein <rocky@gnu.org>

	* swig/: device.swg, track.swg, types.swg: Remove bugs.

2006-12-03 Sunday 00:14  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, example/audio.rb, example/device.rb,
	  example/drives.rb, example/eject.rb, example/iso1.rb,
	  example/tracks.rb, lib/cdio.rb, lib/iso9660.rb, swig/device.swg,
	  swig/track.swg, test/cdiotest.rb, test/isotest.rb: Remove get_.
	  Change some method names to bools with '?' suffix and a little
	  more rubydocification.

2006-12-02 Saturday 13:39  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, example/audio.rb, example/cd-read.rb,
	  example/device.rb, example/drives.rb, example/eject.rb,
	  example/iso2.rb, example/iso3.rb, example/tracks.rb, lib/cdio.rb,
	  lib/iso9660.rb, test/cdiotest.rb, test/isocopy.rb,
	  test/isotest.rb: Move cdio.rb and iso9660.rb up a level. More
	  rubydoc-ification.

2006-12-02 Saturday 04:16  Rocky Bernstein <rocky@gnu.org>

	* example/device.rb, test/cdiotest.rb: Start rdocification. Some
	  set_xxx's were turned into xxx=.

2006-11-29 Wednesday 10:29  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, configure.ac, swig/rubyiso9660.swg, test/isocopy.rb,
	  test/isotest.rb: isocopy.rb: ISO9660 copy test Makefile.am: add
	  ruby test programs to distribution iso9660.rb: reinstate stat
	  test

2006-11-29 Wednesday 01:43  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, example/README, example/drivers.rb,
	  example/drives.rb, example/iso2.rb, example/iso3.rb,
	  swig/device.swg, swig/read.swg, swig/rubyiso9660.swg: Add iso9660
	  seek_read. Knock off iso3.rb.  Update Makefile to include example
	  programs drivers.rb -> drives.rb

2006-11-28 Tuesday 14:33  Rocky Bernstein <rocky@gnu.org>

	* example/: iso1.rb, iso2.rb: iso2.rb: Add CD-image reading example
	  program ...  iso9660.rb: (and get that working - don't need an
	  explicit initialization) iso1.rb: remove unused getoptlong module

2006-11-28 Tuesday 03:19  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, example/iso1.rb, swig/rubyiso9660.swg: Add
	  string_or_nil routines.

2006-11-27 Monday 10:09  Rocky Bernstein <rocky@gnu.org>

	* swig/rubyiso9660.swg: First cut at ISO9660 library.

2006-11-27 Monday 10:08  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, data/copying.iso, data/isofs-m1.bin,
	  data/isofs-m1.cue, example/audio.rb, example/cd-read.rb,
	  example/device.rb, example/drivers.rb, example/eject.rb,
	  example/tracks.rb, lib/.cvsignore, lib/cdio.rb, lib/extconf.rb,
	  test/cdiotest.rb, test/isofs-m1.bin, test/isofs-m1.cue,
	  test/isotest.rb: 1st cut at ISO9660 library.

2006-11-20 Monday 05:09  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, example/audio.rb, example/cd-read.rb, lib/cdio.rb,
	  swig/read.swg, test/cdiotest.rb, test/isofs-m1.bin,
	  test/isofs-m1.cue: test/*, Makefile.am : add reading test and
	  data for that example/cd-read.rb: example reading program (not
	  working yet) read.swg: remove debug output audio.rb: fix bug in
	  conversion from Python

2006-11-19 Sunday 23:04  Rocky Bernstein <rocky@gnu.org>

	* lib/cdio.rb, swig/device.swg, swig/read.swg: First cut at read
	  routines.

2006-11-18 Saturday 18:45  Rocky Bernstein <rocky@gnu.org>

	* example/device.rb: Correct get_hwinfo

2006-11-18 Saturday 18:40  Rocky Bernstein <rocky@gnu.org>

	* test/cdda.toc: cdrdao test format.

2006-11-18 Saturday 18:40  Rocky Bernstein <rocky@gnu.org>

	* test/Makefile: Convenience makefile.

2006-11-18 Saturday 18:39  Rocky Bernstein <rocky@gnu.org>

	* lib/cdio.rb, swig/device.swg, test/cdiotest.rb: get_hwinfo
	  knocked off.

2006-11-18 Saturday 16:48  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, example/drivers.rb, lib/cdio.rb, swig/device.swg,
	  test/cdiotest.rb: device.swg: Add DeviceList_t routines
	  Makefile.am, example/drivers.rb: One more example program
	  cdio.rb, cdiotest.rb: prefer xxx= to set_xxx

2006-11-15 Wednesday 09:42  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, cvs2cl_header, cvs2cl_usermap: Hack on build system
	  a bit. Added the following:	make check/test   make dist

2006-11-15 Wednesday 09:30  Rocky Bernstein <rocky@gnu.org>

	* lib/cdio.rb, swig/device.swg, test/cdiotest.rb: Remove move bugs
	  (but also comment out more tests for now).

2006-11-15 Wednesday 00:01  Rocky Bernstein <rocky@gnu.org>

	* lib/cdio.rb, test/cdiotest.rb: Fix some errors, punt on some
	  errors.

2006-11-13 Monday 23:49  Rocky Bernstein <rocky@gnu.org>

	* test/: cdda.bin, cdda.cue, cdiotest.rb: First draft regressions
	  tests. All fail except maybe one.

2006-11-13 Monday 21:44  Rocky Bernstein <rocky@gnu.org>

	* Makefile.am, example/README, example/audio.rb, lib/.cvsignore,
	  lib/cdio.rb, swig/device.swg, swig/read.swg, swig/rubycdio.swg,
	  swig/track.swg: read.swg: add read routines example/*: more
	  samples ported over Makefile.am: include more of the SWIG files
	  lib/cdio.rb: turn some of the is_xx routines into xx?

	  Many bugs still need fixing though.

2006-11-13 Monday 05:24  Rocky Bernstein <rocky@gnu.org>

	* .cvsignore: See above.

2006-11-13 Monday 05:23  Rocky Bernstein <rocky@gnu.org>

	* .cvsignore, swig/.cvsignore: Add some .cvsignores

2006-11-13 Monday 05:13  Rocky Bernstein <rocky@gnu.org>

	* AUTHORS, Makefile.am, NEWS, README, autogen.sh, configure.ac,
	  rubycdio.m4, lib/cdio.rb, lib/extconf.rb, swig/Makefile,
	  swig/compat.swg, example/device.rb, example/eject.rb,
	  example/tracks.rb, swig/audio.swg, swig/device.swg,
	  swig/device_const.swg, swig/disc.swg, swig/rubycdio.swg,
	  swig/track.swg, swig/types.swg: Initial import

2006-11-13 Monday 05:13  Rocky Bernstein <rocky@gnu.org>

	* AUTHORS, Makefile.am, NEWS, README, autogen.sh, configure.ac,
	  rubycdio.m4, lib/cdio.rb, lib/extconf.rb, swig/Makefile,
	  swig/compat.swg, example/device.rb, example/eject.rb,
	  example/tracks.rb, swig/audio.swg, swig/device.swg,
	  swig/device_const.swg, swig/disc.swg, swig/rubycdio.swg,
	  swig/track.swg, swig/types.swg: Initial revision

