CHANGES:
--------

01/22/91: common, macaux
        Because of the Mac A/UX version, I had to add a few files to
        the `common/common.tar.Z' file. You do not need to update previously
        uploaded Caml systems.
        This new common includes previous bug fixes (see below).
        * What you have to do: nothing.

01/21/1991: lo/typing.lo
        A bug of the compiler has been corrected. The problem was with
        local variables inside of a record field (wrong access code was
        generated). This bug could produce bus errors or wrong
        integer/string values.
        * What you have to do: install the file in `lo/typing.lo'.
        Then, rebuild the Caml core image by:
        % cd /usr/local/caml/V2-6.1
        % make TYPEMACHINE=<your machine> -f Makefile

01/21/1991: lib/compile.lo
        A bug has been corrected in the `lib/compile.lo' library file.
        This bug only appears in very rare situations and involves grammar
        compilation called inside a directive contained in a compiled file.
        If you're reasonable, you never do that!
        Anyway, it's corrected: the new lib file is `lib/compile.lo.Z'.
        * What you have to do: install the file in `lib/compile.lo'. That's it!
        It is an `autoload' package.

12/21/1990: the CAML ftp archive is being created.
        The current directory contains CAML V2-6.1 for various machines.
        A few bugs have been corrected (relatively to previous distribution
        mode). Nevertheless, the CAML version identification did not change
        (is this a mistake?): same version number, name and date.
        These bugs concern:
                * Floating point errors for Sun4, Mac-A/UX and Sony NewS 68k.
                * Installation errors for Sun4.
                * Compatibility Sun4-SunOS 4.1 and Sun4-SunOS 4.0: runtime
                        and Yacc interface (but still, `make'-ing "*.o" files
                        don't work properly for SunOS 4.1).
