From e6c4439e73013dd5b6a3d57b06118e6889756d2c Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 10 Oct 2004 20:28:25 +0000 Subject: [PATCH] What's changed. --- NEWS | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 $