==============
Change History
==============

0.8.0 (2012-02-21)
==================

Features
--------

* New ``bind`` product-config option to bind to a specific address/socket
  Old ``port`` still useable.

0.7.0 (2008-09-14)
==================

Features
--------

* The zc.monitor ``interactive`` mode now supports repeating the previous
  command by sending an empty line.

Other
-----

* The server and the ``help``, ``interactive``, and ``quit`` commands have
  been factored out into a new zc.monitor package, on which zc.z3monitor now
  depends.

0.6.0 (2008-09-14)
==================

Features
--------

* The new ``interactive`` command makes connections continue through multiple
  commands until you use the ``quit`` command.

* The ``monitor`` command takes an optional database argument (after the legacy
  ``long`` argument).

0.5.0 (2008-4-4)
================

Features
--------

* If the requested monitor port is in use, log and move on, rather than
  stopping the process with an exception.  This lets ``zopectl debug``
  work with a running instance.

0.4.1 (2008-3-31)
=================

Initial release to PyPI

Bug Fixes
---------

* added zope.app.appsetup to dependencies, based on failing tests

Other
-----

* added comment that monitor examples currently fail on systems without procfs

* tweaked setup.py for PyPI release

0.4.0 (2007-11-29)
==================

New Features
------------

* Moved ZEO cache status to the zeostatus command.

0.3.0 (2007-11-29)
==================

New Features
------------

* Commands are now provided as utilities.  This means that z3monitor
  commands can be added by simply implementing simple utilities.

* Added a working help command.

* Added ZEO connection status to the zeocache output.

0.2.0 (2007-11-15)
==================

New Features
------------

* Added a command to get ZEO cache statistics.
