----------------------------------------------------------------------
ChangeLog for GoldNode.
$Id: ChangeLog,v 1.6 1999/01/29 23:09:34 leonid Exp $
----------------------------------------------------------------------

1999-01-29  Leonid Lisovsky <lly@aha.ru>

        * Config reader uses getkeyvalcrc() & CRC_ constants for 
        recognizing keywords now.                          

        * mk_path() changed to MakePathname() from common GoldED
        library.

        * Nodelist checker get previous timestamps of node(user)lists
        from .GXL for smart conditional compiling now.

        * Minor cleanup.

1999-01-13  Dirk A. Mueller <dmuell@gmx.net>

        * Switched back to gdir class, as it is now implemented on
        all platforms.

1999-01-09  Dirk A. Mueller <dmuell@gmx.net>

        * Switched to new version numbering sheme.

1999-01-08  Dirk A. Mueller <dmuell@gmx.net>
      
        * There were several quirks in the code that broke the lnx
        version. Hopefully fixed without breaking the other platforms.
         
        * The Lnx version was unable to scan a directory, because it
        used the old gdir class. Now changed to gposixdir class, al-
        though I'm not happy with it. I don't like the WILDMAT() code,
        I think I'll add a gposixdir::scan() function the next time.
        gmofido2.cpp suffers the same way, probably other places too.

        * Argh, Goldnode/Lnx segfaults if it cannot open any given
        NODELIST or USERLIST. Fixed now. 

1999-01-07  Dirk A. Mueller <dmuell@gmx.net>

        * Makefile was broken.

1998-12-27  Dirk A. Mueller <dmuell@gmx.net>

        * Config reader converted everything to upper-case, which
        failed miserably with pathnames under Linux. Fixed by
        replacing the code by the much more universal getkeyval()
        function.

1998-11-15  Odinn Sorensen <odinn@goldware.dk>

        * Switched to GPL.

1998-10-25  Odinn Sorensen <odinn@goldware.dk>

        * Started ChangeLog.

