diff --git a/NEWS b/NEWS index 1a672ac4..eed5d4aa 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,18 @@ -$Id: NEWS,v 1.109 2007/06/18 00:57:05 rocky Exp $ +$Id: NEWS,v 1.110 2007/10/13 08:42:57 rocky Exp $ version 0.79cvs - iso-read: Add --ignore -k to ignore errors. -- Fix Bugs #18522, #18563, #18131 #19221 (possibly), #19880 and other - miscelleaneous bugs +- Fix Savannah Bugs #18522, #18563, #18131 #19221 (possibly), #19880, + #21147 and other miscelleaneous bugs and memory leaks - cd-info: force CDDB disc id to be 32-bits. Problem reported - by Eric Shattow. + by Eric Shattow. - cd-paranoia: allow ripping before the first track. Problem reported - by Eric Shattow. + by Eric Shattow. +- Support for multisession CD-Extra Discs - via of Patrick Guimond +- Add iso9660_fs_find_lsn_with_path and iso9660_ifs_find_lsn_with_path to report the + full filename path of lsn. +- improve eject code for OSX version 0.78.2 2006-10-31 @@ -378,4 +382,4 @@ version 0.1 Routines split off from VCDImager. -$Id: NEWS,v 1.109 2007/06/18 00:57:05 rocky Exp $ +$Id: NEWS,v 1.110 2007/10/13 08:42:57 rocky Exp $ diff --git a/lib/cdda_interface/Makefile.am b/lib/cdda_interface/Makefile.am index b2a118c8..b9895eee 100644 --- a/lib/cdda_interface/Makefile.am +++ b/lib/cdda_interface/Makefile.am @@ -1,6 +1,6 @@ -# $Id: Makefile.am,v 1.10 2006/03/14 12:05:16 rocky Exp $ +# $Id: Makefile.am,v 1.11 2007/10/13 08:42:57 rocky Exp $ # -# Copyright (C) 2004, 2005, 2006 Rocky Bernstein +# Copyright (C) 2004, 2005, 2006, 2007 Rocky Bernstein # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -47,7 +47,7 @@ EXTRA_DIST = libcdio_cdda.sym libcdio_cdda_la_CURRENT := 0 -libcdio_cdda_la_REVISION := 2 +libcdio_cdda_la_REVISION := 3 libcdio_cdda_la_AGE := 0 noinst_HEADERS = common_interface.h drive_exceptions.h low_interface.h \ diff --git a/lib/cdio++/Makefile.am b/lib/cdio++/Makefile.am index 6bf54325..c4e39bba 100644 --- a/lib/cdio++/Makefile.am +++ b/lib/cdio++/Makefile.am @@ -1,6 +1,6 @@ -# $Id: Makefile.am,v 1.5 2006/03/07 10:46:36 rocky Exp $ +# $Id: Makefile.am,v 1.6 2007/10/13 08:42:57 rocky Exp $ # -# Copyright (C) 2005, 2006 Rocky Bernstein +# Copyright (C) 2005, 2006, 2007 Rocky Bernstein # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -45,7 +45,7 @@ lib_LTLIBRARIES = libiso9660++.la libcdio++.la libcdiopp_la_CURRENT := 0 -libcdiopp_la_REVISION := 0 +libcdiopp_la_REVISION := 1 libcdiopp_la_AGE := 0 libcdiopp_sources = cdio.cpp devices.cpp diff --git a/lib/driver/Makefile.am b/lib/driver/Makefile.am index 5cb94aaf..6b2d37c7 100644 --- a/lib/driver/Makefile.am +++ b/lib/driver/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.19 2006/10/28 02:11:24 rocky Exp $ +# $Id: Makefile.am,v 1.20 2007/10/13 08:42:57 rocky Exp $ # # Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein # @@ -44,7 +44,7 @@ # incompatibility with previous versions. libcdio_la_CURRENT := 8 -libcdio_la_REVISION := 0 +libcdio_la_REVISION := 1 libcdio_la_AGE := 1 EXTRA_DIST = image/Makefile FreeBSD/Makefile MSWindows/Makefile \ diff --git a/lib/iso9660/Makefile.am b/lib/iso9660/Makefile.am index b0932287..84f8084b 100644 --- a/lib/iso9660/Makefile.am +++ b/lib/iso9660/Makefile.am @@ -1,6 +1,7 @@ -# $Id: Makefile.am,v 1.13 2007/08/11 16:26:14 rocky Exp $ +# $Id: Makefile.am,v 1.14 2007/10/13 08:42:57 rocky Exp $ # -# Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein +# Copyright (C) 2003, 2004, 2005, 2006, 2007 +# Rocky Bernstein # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by