Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Ruby 1.9.2 EOL?

Tags:

ruby

Last patch version of Ruby 1.9.2 (p320) was released in April 2012, almost a year ago. Since then, 4 patch versions for 1.9.3 were released. Latest 1.9.2 version doesn't contain 1.9.3's security fixes: fix1, fix2, fix3

Is 1.9.2 still supported? Does it make sense to support MRI 1.9.2 in gems?

like image 696
Andrei Botalov Avatar asked Mar 10 '13 18:03

Andrei Botalov


1 Answers

According to Matz:

"1.8.7 and 1.9.2 EOL will be June 2014. 2.0 and 2.1 will be maintained for 2 years after the releases, under the current plan."

According to the ruby issue tracker Zachary Scott says:

"1.9.3 will be EOL'd in March 2014 We will announce it officially with the announcement of 2.1.0 release. Additional 1.9.3 maintenance is depending upon Ruby Association contract extension with usa."

my thoughts

  • 1.9.3 ending before 1.9.2 is a little odd, but I suspect the install-base for 1.9.2 is a little larger.

  • It would be nice if ruby-lang.org had a central table of latest ruby versions along with EOL. Right now the information is a little scattered between submits, tweets, etc. But core team is very responsive.

  • Given Heroku's support of Ruby, looking at Heroku's supported Ruby versions may also give an indirect idea of support.

update

The Ruby Release Engineering page lists the following dates:

  • Normal maintenance: finished on June 2012
  • Security fixes: finished on 2013-06-01
  • Extended maintenance: finished on 2014-06-30

additional sources

  • https://www.ruby-lang.org/en/news/
  • https://bugs.ruby-lang.org/projects/ruby/wiki/ReleaseEngineering
like image 163
Larry Kyrala Avatar answered Oct 06 '22 15:10

Larry Kyrala