Changes in version 1.01 (2010-05-19):

NEW FEATURES

    o   Distance constraints and utility added to 'random.portfolio' and
        'trade.optimizer'.  This involves a few new arguments.

    o   Related to this 'constraint.realized' now returns a list with
        (possibly) a linear component (what it previously returned) and
        a distance component.  Empty components are not in the return value.

    o   'trade.distance' will now accept a weight vector as one or both
        of the first two arguments if 'scale = "weight"'.


CHANGES

    o   Parameter settings have been changed to possibly slightly speed up 
        the generation of random portfolios.

    o   Various minor improvements in error handling and warning.


BUG FIXES

    o   'update.randportBurSt' could fail trying to check input when it
        didn't have the input.

    o   Some C code fixes to avoid possible rare errors and stupidities.

