January 8, 1993
===============

        Distribution
        ------------

        added documentation, man-pages and included
        the MIB sources in the distribution.

        Perl
        ----
        
        added full Perl support in both the UNIX and OS/2
        sources. Scripts should be exchangable between these
        two platform. Os/2 need npspook.exe, UNIX stdspook.exe.

January 6, 1993
===============

    Viewers
    -------

    'info' and 'stat' can be used now to view all collectors
    in the beholderInfo and etherStats groups respectively.
    They will always create a new collector that gets an
    index of the highest already existing collector + 1.
    You can then choose one of the collectors in the config
    screens of which the data will be displayed then.
    The created collector is removed again just before the program
    exits.
    
    
January 5, 1993
===============

    Viewers
    -------

    'info' and 'stat' now always make their own collector and
    configure it using config settings or command-line settings.
    Command-line settings have a higher precedence.

    It is still not possible to pick a collector from the Config
    screen, though.


January 5, 1993
===============

    Tools
    -----

    Running 'ini2cfg stat' and 'ini2cfg k:\btng\bin\stat' didn't result 
    in the same output. Fixed.


December 11, 1992
=================

    Beholder
    --------

    Changed the way packets are unpacked. It is now done globally
    and applications can take benefit from each others work.
    All applications used to unpack the same packet over and over
    again.

    BeholderInfo and EtherStats now return the real current values.
    They used to return values that were sampled in 1 second intervals.


December 9, 1992
================

    Libraries
    ---------

    Added a BOOLEAN type to the config libray (some time ago).


December 4, 1992
================

    Beholder
    --------

    Added performance measurement and registration MIB groups.
    See BTNG MIB for more details.


December 2, 1992
=================

    Beholder
    --------
    
    Fixed bug in matrix_m.c. Would only show up when doing a get-next
    of a matrix variable with partial specified index that was
    larger than the latest index in the table and with a running
    following matrix table. So how did I find it???


November 28, 1992
=================

    Beholder
    --------
    
    Added checks in the top N module when adding entries to the
    hash table.
    
    
November 20, 1992
=================

    Libraries
    ---------

    The search for config files in the config library has been 
    redesigned. It is now possible to specify a CONFIGPATH environment
    variable which will be used to search directories. The directory
    name separator on UNIX is ':' and on OS/2 it is ';'.
    If you don't specify a CONFIGPATH a default will be created using
    the following scheme:
        1. The current directory is put on front

        2. The directory specified by either the CONFIGHOME
           environment variable or (if that can't be resolved) 
           the HOME variable is added
        3. The directory specified by the CONFIGROOT environment variable
           or (if that can't be found) a compile-time value
           is used, specified by DNPAPBASE in dnpap.h or on the 
           command-line during 'make'ing.

    The priority of configuration values decreases as the directories
    are searched from left to right. So values in the leftmost directory
    will override all other values of configuration variables with 
    identical names.


November 19, 1992
=================

    Beholder
    --------

    channelMatches is now also updated if channelDataControl is off as it
    should have been long ago. See RFC 1271 under channelMatches.

    The etherHistoryEntry indices were checked the wrong way.
    etherHistoryIndex would show up while the first entry was in fact not
    created yet. Fixed.

    The etherHistoryUtilization was given in percents instead of hundreds
    of percents. Fixed.

    The etherHistoryEntries gave only sensible results after the buffer
    had wrapped. Problem with indices. Fixed.

    The algorithm for copying etherHistoryEntries when BucketsRequested
    is changed has been debugged and improved.


November 18, 1992
=================

    Libraries
    ---------

    The result of retrieving the mibhome config variable wasn't checked
    which resulted in core dumps several statements later. cfg2ini
    stopped working for this reason. Fixed.
