diff --git a/NEWS b/NEWS index 30e3f13d..d017ea0f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -$Id: NEWS,v 1.91 2006/02/13 01:44:38 rocky Exp $ +$Id: NEWS,v 1.92 2006/02/16 20:11:14 rocky Exp $ version 0.77cvs ===================================== @@ -37,7 +37,8 @@ version 0.77cvs set_blocksize; also called NRG routine to get a list of cd-images. read.h didn't make sure off_t was defined. fixed bug in is_device() when driver_id = DRIVER_UNKNOWN or DRIVER_DEVICE. - OSX was freeing too much in listing drives. + OSX was freeing too much in listing drives. get_hwinfo was not respecting + fixed-length field boundaries in image drivers (strcpy->strncpy). - small cdda-player improvements - shows more Cd-Text, and fix bug in non-interactive use (Yes, I sometimes use it.) @@ -332,4 +333,4 @@ version 0.1 Routines split off from VCDImager. -$Id: NEWS,v 1.91 2006/02/13 01:44:38 rocky Exp $ +$Id: NEWS,v 1.92 2006/02/16 20:11:14 rocky Exp $ diff --git a/doc/libcdio.texi b/doc/libcdio.texi index e3602649..90b6f4af 100644 --- a/doc/libcdio.texi +++ b/doc/libcdio.texi @@ -28,7 +28,7 @@ @ifinfo This file documents GNU CD Input and Control Library -Copyright (C) 2003, 2004, 2005 Rocky Bernstein @email{} +Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein @email{} and Herbert Valerio Riedel @email{} Permission is granted to copy, distribute and/or modify this document @@ -46,13 +46,13 @@ development.'' @titlepage @title GNU libcdio library -@subtitle $Id: libcdio.texi,v 1.47 2006/01/06 01:27:56 rocky Exp $ +@subtitle $Id: libcdio.texi,v 1.48 2006/02/16 20:11:14 rocky Exp $ @author Rocky Bernstein et al. @page @vskip 0pt plus 1filll -Copyright @copyright{} 2003, 2004 Herbert Valerio Riedel +Copyright @copyright{} 2003, 2004 2006 Herbert Valerio Riedel @email{} and Rocky Bernstein @email{} @sp 1 Permission is granted to copy, distribute and/or modify this document @@ -72,11 +72,11 @@ development.'' @ifnottex @node Top, History, (dir), (dir) -@top The GNU Compact Disc Input and Control Library (@value{program}) +@top @value{program} -This file documents GNU CD input and control library +This file documents GNU CD Input and Control library -Copyright (C) 2003, 2004, 2005 Rocky Bernstein and Herbert Valerio Riedel +Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein and Herbert Valerio Riedel @menu * History:: How this came about