diff --git a/NEWS b/NEWS index 62021303..0592bc0e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -$Id: NEWS,v 1.93 2006/03/06 22:15:35 rocky Exp $ +$Id: NEWS,v 1.94 2006/03/14 12:05:16 rocky Exp $ version 0.77cvs ===================================== @@ -16,7 +16,8 @@ version 0.77cvs - Add more generic read_sectors() - Document that NULL also uses default drive in close_tray, cdio_open - and cdio_open_am. + and cdio_open_am. Document b_mode2 paramenter not used in cdio ISO + read. - Some provision for handling Rock-Ridge device numbers. @@ -46,6 +47,8 @@ version 0.77cvs - NRG checking parses file. string tests were invalid on short < 4 character filenames. +- Revise and improve example programs + version 0.76 ===================================== 2005-09-23 @@ -333,4 +336,4 @@ version 0.1 Routines split off from VCDImager. -$Id: NEWS,v 1.93 2006/03/06 22:15:35 rocky Exp $ +$Id: NEWS,v 1.94 2006/03/14 12:05:16 rocky Exp $ diff --git a/lib/cdda_interface/Makefile.am b/lib/cdda_interface/Makefile.am index 8eca47c2..b2a118c8 100644 --- a/lib/cdda_interface/Makefile.am +++ b/lib/cdda_interface/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.9 2006/03/07 11:19:12 rocky Exp $ +# $Id: Makefile.am,v 1.10 2006/03/14 12:05:16 rocky Exp $ # # Copyright (C) 2004, 2005, 2006 Rocky Bernstein # @@ -14,7 +14,8 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301 USA. # ######################################################## # Things to make the cdda_interface library @@ -46,7 +47,7 @@ EXTRA_DIST = libcdio_cdda.sym libcdio_cdda_la_CURRENT := 0 -libcdio_cdda_la_REVISION := 1 +libcdio_cdda_la_REVISION := 2 libcdio_cdda_la_AGE := 0 noinst_HEADERS = common_interface.h drive_exceptions.h low_interface.h \ diff --git a/lib/driver/Makefile.am b/lib/driver/Makefile.am index 7d8fff74..efa8d6cb 100644 --- a/lib/driver/Makefile.am +++ b/lib/driver/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.14 2006/03/07 11:19:12 rocky Exp $ +# $Id: Makefile.am,v 1.15 2006/03/14 12:05:16 rocky Exp $ # # Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein # @@ -14,7 +14,8 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301 USA. # ######################################################## # Things to make the libcdio library @@ -42,8 +43,8 @@ # public release, then set AGE to 0. A changed interface means an # incompatibility with previous versions. -libcdio_la_CURRENT := 6 -libcdio_la_REVISION := 1 +libcdio_la_CURRENT := 7 +libcdio_la_REVISION := 0 libcdio_la_AGE := 0 EXTRA_DIST = image/Makefile FreeBSD/Makefile MSWindows/Makefile \ diff --git a/lib/iso9660/Makefile.am b/lib/iso9660/Makefile.am index 40a5fab9..1b6eaea6 100644 --- a/lib/iso9660/Makefile.am +++ b/lib/iso9660/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.10 2006/03/07 11:19:12 rocky Exp $ +# $Id: Makefile.am,v 1.11 2006/03/14 12:05:16 rocky Exp $ # # Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein # @@ -14,7 +14,8 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301 USA. # ######################################################## # Things to make the libiso9660 library @@ -42,8 +43,8 @@ # public release, then set AGE to 0. A changed interface means an # incompatibility with previous versions. -libiso9660_la_CURRENT := 4 -libiso9660_la_REVISION := 1 +libiso9660_la_CURRENT := 5 +libiso9660_la_REVISION := 0 libiso9660_la_AGE := 0 EXTRA_DIST = libiso9660.sym diff --git a/lib/paranoia/Makefile.am b/lib/paranoia/Makefile.am index 64ce6c32..42fa4989 100644 --- a/lib/paranoia/Makefile.am +++ b/lib/paranoia/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.5 2006/03/07 11:19:12 rocky Exp $ +# $Id: Makefile.am,v 1.6 2006/03/14 12:05:16 rocky Exp $ # # Copyright (C) 2004, 2006 Rocky Bernstein # @@ -14,7 +14,8 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301 USA. # ######################################################## # Things to make the libcdio_paranoia library @@ -46,7 +47,7 @@ EXTRA_DIST = libcdio_paranoia.sym libcdio_paranoia_la_CURRENT := 0 -libcdio_paranoia_la_REVISION := 1 +libcdio_paranoia_la_REVISION := 2 libcdio_paranoia_la_AGE := 0 noinst_HEADERS = gap.h isort.h overlap.h p_block.h