Ruby 1.9.2 Released
Thursday, 19 August 2010

An upgrade to Ruby is now available and it has an important bug fix for the year 2038 problem, IPv6 support and a new Random class.

Banner

 

Ruby 1.92 has been released and to quote from the Ruby blog:

ruby

Ruby 1.9.2 is mostly compatible with 1.9.1, except the following changes:

  • Many new methods
  • New socket API (enhanced IPv6 support)
  • New encodings
  • Random class that supports various random number generators
  • Time is reimplemented. There is no longer the year 2038 problem.
  • some regexp enhancements
  • $: no longer includes the current directory.
  • dl is reimplemented on top of libffi.
  • new psych library that wraps libyaml. You can use the library instead of syck.

What you find important depends what you are doing but the fix to the 2038 problem has to be welcome and better Random number generators are always fun.

ruby

Compatibility seems to be good and where things are not backward compatible there is a good reason. There seems to be little point in not upgrading.

For more details see NEWS.

To download http://www.ruby-lang.org/en/

Further Reading

Ruby on Rails for Microsoft Developers

Metaprogramming Ruby

JRuby 1.5.0

Ruby: Visual QuickStart Guide

Beginning Ruby: From Novice to Professional

Banner


Camunda Adds Agentic Orchestration
08/04/2025

Camunda has announced new agentic orchestration capabilities that companies can use to model, deploy, and manage AI agents in their end-to-end processes. Camunda is also introducing AI-powered feature [ ... ]



Perl Back In TIOBE Top 10
07/04/2025

The surprise new entry, or rather re-entry, to the TIOBE index this month is Perl, which has jumped up from #24 last month to #19, replacing Kotlin which has tumbled to #25.


More News

Last Updated ( Thursday, 19 August 2010 )