Short note to beta 6
====================

Install
-------

Simply replace changi.exe.


Changes
-------

Followups will now be handled correctly.



'Chanx -mx -lg' will now work.



Due to a bug Changi created the wrong spoolfiles, if you
added any sitename exclusions in the newsfeeds file. This
bug has been removed.

Changi will now correctly create the first line of compressed
batches:

    #! gunbatch     for gzipped batches
    #! cunbatch     for compressed batches

Previous versions take the first character of the full pathname
of the compression program used. Beta 6 is now using the first
character of the program name.

Note, that this might cause problems, if your link doesn't
accept 'gunbatch'. In this case

    SET CHANGICOMPRESSINTRO=#! cunbatch

or
    copy gzip.exe czip.exe
and
    SET CHANGICOMPRESSCALL=czip -c
