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

2006-12-10 Sunday 22:16  rocky

	* NEWS: Note recent bug.

2006-12-10 Sunday 21:50  rocky

	* cdio.py, configure.ac: configure.ac: get ready for 0.12 release
	  cdio.py: A couple of bug fixes: - if we get a string back from
	  get_device turn it into a list - set default values on input
	  parameters correctly.

2006-12-10 Sunday 21:48  rocky

	* example/drives.py.in: Address change.

2006-12-04 Monday 02:56  rocky

	* iso9660.py, swig/device.swg, swig/read.swg: iosy9660.py: correct
	  bugs in pathname_isofy devices.swg: correct bug close_tray

2006-12-03 Sunday 03:28  rocky

	* Makefile.am, swig/disc.swg, swig/pyiso9660.swg: Miscellaneous
	  small improvements.

2006-12-03 Sunday 03:14  rocky

	* iso9660.py: Add pathname_isofy and remove refereneces to psz.

2006-11-28 Tuesday 14:42  rocky

	* example/iso1.py.in, AUTHORS, example/iso2.py.in,
	  example/iso3.py.in: Correct email address.

2006-11-28 Tuesday 14:40  rocky

	* example/README: Replace Perl module names with Python equivalents

2006-11-27 Monday 22:19  rocky

	* iso9660.py, example/README, example/audio.py.in,
	  example/cdchange.py.in, swig/pyiso9660.swg, test/cdiotest.py.in,
	  test/isofs-m1.bin, test/isofs-m1.cue: Mostly email address
	  changes. Some typos. Use data from data directory.

2006-11-13 Monday 20:06  rocky

	* AUTHORS, cdio.py, example/audio.py.in, example/device.py.in,
	  example/tracks.py.in: Address change.

2006-11-12 Sunday 22:50  rocky

	* swig/: audio.swg, compat.swg, device.swg, device_const.swg,
	  disc.swg, pycdio.swg, pyiso9660.swg, read.swg, track.swg,
	  types.swg: email address change.

2006-11-12 Sunday 02:44  rocky

	* cdio.py, example/tracks.py.in, swig/track.swg: Add get_msf().
	  Basically paralleling code from Perl's Device::Cdio.

2006-06-19 Monday 04:37  rocky

	* configure.ac: Error message makes it clear that it might be an
	  old version of libcdio that's at fault.

2006-03-31 Friday 08:35  rocky

	* README: Note ISO 9660 library.

2006-03-31 Friday 08:23  rocky

	* test/: cdiotest.py.in, isotest.py.in: Untabify.

2006-03-31 Friday 08:20  rocky

	* test/: cdiotest.py.in, isocopy.py.in, isotest.py.in: Darwin and
	  old Python fixes

2006-03-31 Friday 06:57  rocky

	* Makefile.am, NEWS: Makefile.am: Add SWIG-derived C file to
	  distribution so folks don't need SWIG to create this.  *: last
	  change before release 0.11. Really!

2006-03-31 Friday 04:39  rocky

	* NEWS, test/isocopy.py.in: isocopy.py.in: things needed for "make
	  distcheck" NEWS: note cygwin and Solaris fixes

2006-03-31 Friday 04:24  rocky

	* .cvsignore, Makefile.am, configure.ac, get-cygwin-python-libs,
	  test/.cvsignore, test/cdiotest.py.in, test/isoread.py.in: Changes
	  to get cygwin working.  isoread.py.in -> isocopy.py.in

2006-03-30 Thursday 21:56  rocky

	* .cvsignore: .cvsignore

2006-03-30 Thursday 21:55  rocky

	* cdio.py, swig/pyiso9660.swg, test/cdiotest.py.in: pyiso9660.swg:
	  wasn't allocating enough for strnpad_cpy.  cdio.py: Note IOError
	  can be returned sometimes cdiotest.py.in: Allow for IOError
	  exceptions.

2006-03-30 Thursday 18:56  rocky

	* configure.ac: Solaris needs -fPIC

2006-03-28 Tuesday 01:55  rocky

	* test/isoread.py.in: Regression test for ISO 9660 CD and ISO image
	  reading.

2006-03-28 Tuesday 01:24  rocky

	* Makefile.am, NEWS, configure.ac: Forgot to add iso9660 swig file
	  to distribution.

2006-03-28 Tuesday 00:55  rocky

	* test/: cdiotest.py.in, isotest.py.in: Changes to make build
	  outside of source tree (or "make distcheck") work.

2006-03-27 Monday 12:03  rocky

	* Makefile.am, configure.ac, data/copying.iso, test/isotest.py.in:
	  Add iso image reading regression test.

2006-03-27 Monday 05:01  rocky

	* Makefile.am: Closer to getting "make distcheck" work.

2006-03-27 Monday 04:43  rocky

	* Makefile.am, configure.ac: Get isocopy.py run in regression
	  tests.

2006-03-27 Monday 04:40  rocky

	* test/: isocopy.py.in, isotest.py.in: Add file extraction test.

2006-03-24 Friday 18:07  rocky

	* Makefile.am, configure.ac, iso9660.py, data/isofs-m1.bin,
	  data/isofs-m1.cue, example/iso2.py.in, example/iso3.py.in,
	  test/isotest.py.in: iso9660.py: Add CD Image fileystems routines
	  example/iso2.py.in: Example ISO 9660 file extraction from CD
	  image data/*: Sample CD image for ISO 9660 Makefile.am,
	  configure.ac: boilerplate configuration to make above work.
	  test/isotest.py.in: test of ISO 9660 image info (I'm a little
	  behind in regression testing)

2006-03-24 Friday 12:36  rocky

	* Makefile.am, configure.ac, iso9660.py, swig/pyiso9660.swg: Get
	  ISO 9660 extraction program working which meant fixing the bugs
	  in seek_read.

2006-03-24 Friday 04:42  rocky

	* example/: .cvsignore, iso1.py.in: iso1.py.in: didn't get the
	  latest set of necessary changes in. This time, for sure!

2006-03-24 Friday 03:40  rocky

	* Makefile.am: Add data files to distribution

2006-03-24 Friday 03:39  rocky

	* Makefile.am, configure.ac, iso9660.py, data/copying.iso,
	  example/iso1.py.in, swig/pyiso9660.swg: Fixed up iso9660.py
	  enough to get the first example ISO9660 program working (albeit
	  in a little bit of a hacky way.)

2006-03-23 Thursday 17:18  rocky

	* iso9660.py, test/isotest.py.in: isotest.py.in: reinstate test_
	  prefix had messed up test names iso9660.py: start ISO9660.IFS
	  class.

2006-03-23 Thursday 16:36  rocky

	* iso9660.py, swig/pyiso9660.swg, test/isotest.py.in: iso9660.swg:
	  add iso9660 stat list routines isotest.py.in: break out tests
	  into smaller pieces.

2006-03-17 Friday 02:27  rocky

	* swig/pyiso9660.swg, test/isotest.py.in: Address bugs in ltime
	  getting.

2006-03-16 Thursday 17:13  rocky

	* swig/pyiso9660.swg, test/isotest.py.in: A couple more ISO966O
	  routines added (dtime).

2006-03-16 Thursday 05:45  rocky

	* swig/pyiso9660.swg, test/isotest.py.in: Chip away more at getting
	  ISO 9660 support more comlete, more tested.

2006-03-15 Wednesday 01:02  rocky

	* Makefile.am: Changes because we removed cdio.py.in (and use
	  cdio.py)

2006-03-15 Wednesday 01:00  rocky

	* .cvsignore, Makefile.am, cdio.py, cdio.py.in, iso9660.py,
	  example/.cvsignore, test/.cvsignore, test/isotest.py.in: Misc
	  autobuild lint.

2006-03-15 Wednesday 00:54  rocky

	* Makefile.am, configure.ac, test/cdiotest.py.in: Add first ISO9660
	  unit test.

2006-03-15 Wednesday 00:38  rocky

	* configure.ac: Check for ISO9660 library.

2006-03-14 Tuesday 11:44  rocky

	* Makefile.am, cdio.py.in, iso9660.py, swig/device.swg,
	  swig/device_const.swg, swig/pycdio.swg, swig/read.swg: FSF
	  address change.

2006-03-14 Tuesday 11:08  rocky

	* Makefile.am, cdio.py.in, configure.ac, iso9660.py,
	  example/drives.py.in, swig/pycdio.swg, swig/pyiso9660.swg,
	  swig/read.swg: First attempt at adding ISO9660 library.

2006-02-14 Tuesday 10:34  rocky

	* cdio.py.in, swig/device.swg, test/cdiotest.py.in: device.swg:
	  documenation changes cdio.py.in: test for some error conditions
	  cdiotest.py.in: disable some ops pending understanding why it's
	  failing on Darwin.

2006-02-13 Monday 21:45  rocky

	* configure.ac: Note Solaris load command and flags.

2006-02-13 Monday 21:26  rocky

	* Makefile.am, configure.ac, swig/device.swg, swig/types.swg: Add
	  NEED_LONG needed for cygwin.

2006-02-13 Monday 21:04  rocky

	* Makefile.am, configure.ac: Get ready for another release.

2006-02-13 Monday 16:30  rocky

	* example/: .cvsignore, drives.py.in: Add drive example from
	  libcdio and Perl

2006-02-13 Monday 16:29  rocky

	* cdio.py.in, configure.ac, example/device.py.in, swig/device.swg,
	  swig/device_const.swg, swig/pycdio.swg: Include routines which
	  give a list of devices back.

2006-02-13 Monday 11:16  rocky

	* example/tracks.py.in: tracks.py.in: guard against no track
	  retrieved. Print MCN.

2006-02-13 Monday 11:10  rocky

	* Makefile.am, cdio.py.in, configure.ac, example/device.py.in,
	  swig/device.swg, swig/disc.swg, swig/read.swg, swig/types.swg,
	  test/cdiotest.py.in: Makefile.am, configure.ac: include
	  pycdio_wrap.c in distribution. So we merely warn about missing
	  swig.

	  device.swg, device.py.in: start routines which return char **
	  (deviceLIst_t) add get_mcn.

	  cdio.py.in: Add get_mcn, get_devices. Alphabetize routine names.
	  Move some non-device routines out of the device class and into
	  package cdio.

	  cdiotest.py.in: add test of get_mcn example/device.py.in: show
	  hw_info. More like Perl.

2006-02-05 Sunday 18:21  rocky

	* swig/device.swg, test/cdiotest.py.in: get_default_device now
	  returns two parameters as it does in libcdio.  Add test for that
	  too.

2006-02-03 Friday 03:43  rocky

	* NEWS, example/audio.py.in, swig/device.swg, test/cdiotest.py.in:
	  device.swg:  Add get_hwinfo (tentatively) audio.py.in doc fix.

2006-02-01 Wednesday 01:55  rocky

	* swig/device.swg, test/cdiotest.py.in: Remove bug in is_device for
	  DRIVER_UNKNOWN and DRIVER_DEVICE cdiotest.py.in: allow 0.77 to do
	  more tests.

2006-01-31 Tuesday 08:05  rocky

	* swig/device.swg: cdio_is_nrg does not allocate an object

2006-01-30 Monday 12:40  rocky

	* swig/device.swg: Output return type should probably match
	  reference input parameter

2006-01-26 Thursday 21:03  rocky

	* cdio.py.in: No functional change (I hope). Just more idiomatic
	  Python.

2006-01-26 Thursday 00:41  rocky

	* test/cdiotest.py.in: Tolerance for libcdio as far back as 0.74

2006-01-26 Thursday 00:41  rocky

	* swig/types.swg: Set libcdio version number as a constant

2006-01-26 Thursday 00:32  rocky

	* Makefile.am, configure.ac: Fixes for darwin linking; Allow
	  libcdio 0.74

2006-01-26 Thursday 00:05  rocky

	* test/cdiotest.py.in: Keep compatibility with unittest 1.46

2006-01-25 Wednesday 20:54  rocky

	* .cvsignore: .cvsignore

2006-01-25 Wednesday 20:53  rocky

	* Makefile.am: Wasn't installing shared object.

2006-01-25 Wednesday 20:27  rocky

	* README: Revise a little.

2006-01-25 Wednesday 17:12  rocky

	* Makefile.am: Add old ChangeLog.

2006-01-25 Wednesday 16:48  rocky

	* Makefile.am: Forgot to add cd-read to distribution.

2006-01-25 Wednesday 16:46  rocky

	* configure.ac: Changes for older shells

2006-01-25 Wednesday 16:35  rocky

	* configure.ac: Get ready for release. cd-read.py now created too.

2006-01-25 Wednesday 16:29  rocky

	* configure.ac: -fPIC option not added correctly.

2006-01-25 Wednesday 16:16  rocky

	* Makefile.am, configure.ac: Changes to make work better on cygwin

2006-01-25 Wednesday 04:32  rocky

	* .cvsignore, AUTHORS, Makefile.am, NEWS, README, autogen.sh,
	  cdio.py.in, configure.ac, cvs2cl_header, cvs2cl_usermap,
	  include-path.py, pycdio.m4, setup.py, site-packages-path.py,
	  example/.cvsignore, example/Makefile, example/README,
	  example/audio.py.in, example/cd-read.py.in,
	  example/cdchange.py.in, example/device.py.in,
	  example/eject.py.in, example/tracks.py.in, swig/Makefile,
	  swig/audio.swg, swig/compat.swg, swig/device.swg,
	  swig/device_const.swg, swig/disc.swg, swig/pycdio.swg,
	  swig/read.swg, swig/track.swg, swig/types.swg, test/.cvsignore,
	  test/Makefile, test/cdda.bin, test/cdda.cue, test/cdda.toc,
	  test/cdiotest.py.in, test/isofs-m1.bin, test/isofs-m1.cue:
	  Initial imported Python wrapper via SWIG (pycdio)

2006-01-25 Wednesday 04:32  rocky

	* .cvsignore, AUTHORS, Makefile.am, NEWS, README, autogen.sh,
	  cdio.py.in, configure.ac, cvs2cl_header, cvs2cl_usermap,
	  include-path.py, pycdio.m4, setup.py, site-packages-path.py,
	  example/.cvsignore, example/Makefile, example/README,
	  example/audio.py.in, example/cd-read.py.in,
	  example/cdchange.py.in, example/device.py.in,
	  example/eject.py.in, example/tracks.py.in, swig/Makefile,
	  swig/audio.swg, swig/compat.swg, swig/device.swg,
	  swig/device_const.swg, swig/disc.swg, swig/pycdio.swg,
	  swig/read.swg, swig/track.swg, swig/types.swg, test/.cvsignore,
	  test/Makefile, test/cdda.bin, test/cdda.cue, test/cdda.toc,
	  test/cdiotest.py.in, test/isofs-m1.bin, test/isofs-m1.cue:
	  Initial revision

