NEWS: Note strncpy problem

libcdio.texi: Update copyright date.
This commit is contained in:
rocky
2006-02-16 20:11:14 +00:00
parent 202d2abdda
commit 2e159f8288
2 changed files with 10 additions and 9 deletions

7
NEWS
View File

@@ -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 $

View File

@@ -28,7 +28,7 @@
@ifinfo
This file documents GNU CD Input and Control Library
Copyright (C) 2003, 2004, 2005 Rocky Bernstein @email{<rocky@@panix.com>}
Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein @email{<rocky@@panix.com>}
and Herbert Valerio Riedel @email{<hvr@@gnu.org>}
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{<hvr@@gnu.org>} and Rocky Bernstein @email{<rocky@@panix.com>}
@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