Version 0.2.1.pre2
    Bugfixes:
    - thread deadlock when user updates file.
    - error report only sends *one* query string as
    part of the response.
    - pidfile is removed (if possible) if it refers
    to an expired process.
    - The token is "USERID", not "USER-ID".

    Feature addition:
    - "-d" "--debug" runtime option.  This will turn
    on extra reporting (mostly in the subthreads).

    Code cleanups:
    - "make" handles internal libraries sensibly
    instead of makeing up-teen renames.
    - file and line reporting only if "-d" specified.

Version 0.2.1-pre1
    Note: This program is functional, but has not been
    thoroughly tested.

    This is going to be a significant upgrade since the
    last version.  Some of the changes include:
    - Complete command line and config file processing.
    - Security checks.
    - Ability to easily change compiled in defaults, with
        error checking during the make process to avoid
        compiling in erroneous defaults.

    For developers, certain parts of the source may be of
    interest:
    - src/init/tbtopt:
        This is extraordinarily helpful in the maintenance
        of command line options and associated help
        strings.  Uses libgetopt (included in most
        libraries using "unistd.h" and "getopt.h").
        "_GNU_SOURCE" must be defined to work correctly.
    - src/bits/state/procprivs:
        This is an attempt to intelligently maintain
        control of a process' privilages.
    These modules are not readily transportable to other
    projects without some modification.  I plan to
    (eventually) release these as fully transportable
    modules or maybe even shared libraries.

Version 0.1
    Initial concept and proof by code.
    This version is usable, but may not be safe.
    Some memory leaks exist.  Sub-threads fail under heavy
    load (about 10,000 concurrent queries) with segfaults,
    leading to memory leaks.

    The file that is read must be a literal userid to
    send, and must be in the form of:
         "<OS-type> [, <charset>] :<userid-to-send>"
