CA-94:14.README
Issue Date:     October 19, 1994
Last Revision Date:   February 2, 1995

This file is a supplement to the advisory
CA-94:14.trojan.horse.in.IRC.client.for.UNIX, released October 19, 1994.
It will be updated as additional information becomes available.

///////////////////
Added Oct. 20, 1994

The advisory provides this example of a search command for finding
the strings JUPE or GROK:
        % strings /usr/local/bin/irc | grep 'JUPE|GROK'

To search for a regular expression, you should use egrep rather than grep:
        % strings /usr/local/bin/irc | egrep 'JUPE|GROK'


///////////////////
Added Oct. 20, 1994

Version 2.6 of ircII is now available by anonymous ftp from
        alpha.gnu.ai.mit.edu:/ircII

         File                  Size     MD5 Checksum
        --------              ------   -----------------------------
        ircii-2.6.tar.gz      366361   3FC5FBD18CB3E6C071F51FD8C6C59017
        ircii-2.6help.tar.gz  111733   D9D535B7A06BED2A2EA6676B20BDA481
        ircii-2.5to2.6-diff   19644    0C05C96B10CB87186BD921536AE3FDF2

///////////////////
Added Feb. 2, 1995
Please note the addition of the ircii2.6-sco-patch availability:
       
         File                  Size     MD5 Checksum
        --------              ------   -----------------------------
        ircii-2.6.tar.gz      366361   3FC5FBD18CB3E6C071F51FD8C6C59017
        ircii-2.6help.tar.gz  111733   D9D535B7A06BED2A2EA6676B20BDA481
        ircii-2.5to2.6-diff   19644    0C05C96B10CB87186BD921536AE3FDF2
        ircii-2.6-sco-patch   65143    45161113B0E435FB993CE00436A819A1


///////////////////
