Changelog
=========

0.3.5 (2010-03-22)
------------------

- better documentation, especially for Windows

- fix capture of output that was broken for Python 2.5 and 2.6

- Windows compatibility (at least XP)


0.3.4 (2010-03-15)
------------------

- close socket to allow debugging session to start again


0.3.3 (2010-03-04)
------------------

- avoid leaving mappings in debugged buffers


0.3.2 (2010-03-03)
------------------

- more documentation


0.3.1 (2010-03-02)
------------------

- fix setup.py metadata so that it does not hold non ascii chars.
  This avoided actual release to PyPI


0.3 (2010-03-02)
----------------

- fully rewritten


0.2.1 (2008-06-27)
------------------

- added ``vimpdb`` script

- added "exit" callback

0.2 (2008-06-17)
----------------

- first release to PyPi

