From: Mark Somerville Date: 2011-07-29T23:52:24+09:00 Subject: [ANN] rb-readline 0.4.1 released --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello! I'm happy to announce that version 0.4.1 of rb-readline is available now. rb-readline is a pure-Ruby port of GNU Readline. 0.4.1 is a bugfix release. Changes in this release: =3D=3D=3D 0.4.1 / 2011-07-29 * Bugfixes: * Fix crash with double tab and an empty line buffer. GH-26 [phasis68] * Accessing rl_line_buffer before initialization. GH-27 [phasis68] * Fix hanging bug when completer finds a quote char. [Spakman] * Filename completion on paths with directory components. GH-35 [Spakman] * Attempted completion function now returns correct array. GH-34 [Spakman] * Ensure @rl_filname_dequoting_function is used if defined. [Spakman] * Remove deprecations with recent versions of RubyGems. [luislavena] rb-readline is available via RubyGems[1] or downloaded as a zip archive from GitHub[2]. Users of RubyInstaller for Windows should note that installing the Gem will not replace the bundled version of rb-readline (which will still be loaded unless you alter the $LOAD_PATH). To do that, you should download the ZIP archive and install it into site_ruby using setup.rb. You can see which version is loaded by checking the value of RbReadline::RB_READLINE_VERSION. 1 - https://rubygems.org/gems/rb-readline=20 2 - https://github.com/luislavena/rb-readline/downloads=20 --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk4yyAkACgkQFC+QcFj+6g1i0gCeL6NZ4odZnTNZ9qqEVtfTSHvt 2VQAnibPd2rDRhEeKcTglAzVjqvu5zn7 =kRbj -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA--