[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Ruby-IXP 2.0.0

Suraj Kurapati

3/7/2007 7:18:00 AM

= Version 2.0.0 (2007-03-06)

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.or...

Download: http://download.gna.or...


== Summary

This release removes obsolete code specific to wmii-3.1 and fixes some
bugs.

== Notice

* The 'lib/wmii.rb' and 'examples/wmiirc-astro' files have been removed.

== Details

* Fixed "tag in use" errors were occurring after 2^16 queries because
non-unique tags were assigned to requests in IXP::Connection.query.

* Fixed "undefined method `size' for nil:NilClass" error, which occurred
when an empty directory was read.

--
Posted via http://www.ruby-....