diff --git a/NEWS b/NEWS index 8d63db0c..80006d3f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +0.71 + +- Make generic list routines and declarations public. Eventually + everything will use glib. + +- list-returning routines like iso9660_fs_readdir and + iso9660_ifs_readdir no longer return void * (and require casting) + but return the correct type. + +- Some exmaple programs have been renamed to more give meaningful + names. + 0.70 - SCSI MMC interface routine (all except Darwin) @@ -135,4 +147,4 @@ 0.1 Routines split off from VCDImager. -$Id: NEWS,v 1.51 2004/08/28 16:31:01 rocky Exp $ +$Id: NEWS,v 1.52 2004/10/10 20:28:25 rocky Exp $