----------------------
New features:
- ``comment`` now lists bug comments when no comment is given.
``--forward``, ``--reverse`` and ``--limit=N`` can be used to control
output.
- ``depend`` and ``block`` commands: show or update bug dependency
relationships.
- ``cc`` command: Show or update CC List.
- ``fields`` command: List valid values for bug fields.
- ``help`` command: Show help for a command, or the top-level help if
no argument is given.
- ``--version`` prints bugzillatools version.
- Invoke EDITOR for comment input when comment required but not
explicitly provided
- User matching: For commands that require usernames, instead of
providing full username, if a provided fragment matches a single user
that user will be used.
- Command aliases: users can define their own aliases for commands and
command arguments.
- Replace ``close``, ``fix``, ``reopen`` and ``resolve`` commands with the
single ``status`` command; commands to suit a particular workflow can be
defined as aliases of ``status``, with appropriate arguments.
Bug fixes:
- Improved server misconfiguration or missing configuration handling.
- List commands in alphabetical order.
Other changes:
- The default user configuration file changed to ``~/.bugzillarc``
(formerly ~/.bugrc).