NEWS

Path: NEWS
Last Update: Fri Mar 04 19:34:27 Westeuropäische Normalzeit 2005

NEWS

This file sums up important changes that happened between releases.

ruby-breakpoint 0.5.0

  • breakpoint_client has better logic for guessing the client-uri automatically. This ought to fix connection errors that were happening because the client service was bound to the wrong network interface.
  • Traced down the origin of SecurityError problems to a bug in Ruby 1.8.1 and early 1.8.2 releases. If you’re experiencing this you can usually fix it by compiling the Ruby 1.8.2 available from ruby-lang.org. See the FAQ on the homepage for more information on this.
  • Support for drbunix:/ URIs — this allows communication via files on Unix based platforms. It is more secure than ACLs + socket communication on shared hosts.
  • Fixed a bug in Breakpoint.deactivate_drb that was happening when calling it from the breakpoint IRB session.
  • Improved documentation in a few minor areas.

[Validate]