[ANN] Ruby-IXP 1.0.1

= Version 1.0.1 (2006-09-17)

  Ruby-IXP is an implementation of the 9P2000 protocol designed for
  use with Window Manager Improved. It is written in pure Ruby to
  avoid periodical calling of the wmiir command, thus improving
  performance. There is another full-blown 9P2000 implementation
  called Rstyx, but it's rather complex and slow.

  Web site: http://home.gna.org/rubyixp/

  Download: http://download.gna.org/rubyixp/

== Summary

This release fixes stability issues when using more than one
instance of IXP::Connection.

== Details

A race condition, based on the tag field of IXP messages, occurred
because multiple instances of IXP::Connection were not synchronized.