K 10
svn:author
V 7
coneill
K 8
svn:date
V 27
1997-11-13T03:30:27.000000Z
K 7
svn:log
V 1289
THIS CHANGES THE FORMAT OF OVERVIEW INDICES AND WILL BREAK PREVIOUS
1.8-CURRENT INSTALLATIONS.  You must run shutdown or pause innd and run
expireover -a before indices will work.

Added fields for the storage token and whether or not the article has been
cancelled to the overview index.

overchan will now create directories even if it's in the spool if it needs
to.

innd modified to not pass the list of files where the article was written;
overchan modified to derive this info from Xref.  innd will being the
overview information with the storage token in text form if the article was
written with the storage api.  overchan will store the token in the overview
index if it's given.

mkov support removed from overchan, appears to have dated back to C-news.

Renamed the HeaderFind function to HeaderFindMem and added a HeaderFindDisk
function.  HeaderFindMem now takes a length argument that allows us to use
it on non-null terminated strings.

Removed support for ctlinnd refile as it wasn't actually implemented.

Removed ARTreadfile, ARTreadarticle, & ARTreadheader from art.c since they
duplicate functionality of qio.c and don't return length information.

Moved calls to the timer code for cancels into ARTcancel, so that all calls
will be timed w/o extra work by the caller.

END
