|
|
||||||
|
#1
|
|
|
|
|
Hi all,
I am pleased to announce that the first bug fix release for Ruby 1.8.6 has been released. This release includes some fixes made upon Ruby 1.8.6, the latest stable release. The source code tarballs are available in several formats at the following locations: ftp://ftp.ruby-lang.org/pub/ruby/1.8....6-p36.tar.bz2 ftp://ftp.ruby-lang.org/pub/ruby/1.8...8.6-p36.tar.gz ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6-p36.zip Checksums: MD5(ruby-1.8.6-p36.tar.gz)= 2a252394ecdcbcb3a55732efd9d38e27 SHA256(ruby-1.8.6-p36.tar.gz)= 1a9db5f4720a7023d9ecfaa6c4128ecb5f8cd59460744fb4b5 f3b64ed3786935 SIZE(ruby-1.8.6-p36.tar.gz)= 4535005 MD5(ruby-1.8.6-p36.tar.bz2)= eb7f25818cb6993839b38d1f21bd4ea1 SHA256(ruby-1.8.6-p36.tar.bz2)= a9b9715235580e1ba9248aeef5f9a8d329824b04d1b0af2a30 ab74d3123c801c SIZE(ruby-1.8.6-p36.tar.bz2)= 3905975 MD5(ruby-1.8.6-p36.zip)= 9ba29d5f1de37a49f89f280d94aea67d SHA256(ruby-1.8.6-p36.zip)= b9d8945d6207db2a15991d874ce93320fe2565225a2b219cab 8c56ffb3d8d834 SIZE(ruby-1.8.6-p36.zip)= 5544539 I'm sorry we have not yet written a errata document for 1.8.6 release. Please refer following document to see the list of issues fixed. http://svn.ruby-lang.org/repos/ruby/...6_36/ChangeLog Enjoy! |
|
|
|
#2
|
|
|
|
|
Is it intentional that this is not mentioned on the ruby-lang.org
website (not even the Japanese version afaict)? Thanks Michal |
|
#3
|
|
|
|
|
On 09/06/07, Urabe Shyouhei <shyouhei> wrote:
[..] > SHA256(ruby-1.8.6-p36.zip)= b9d8945d6207db2a15991d874ce93320fe2565225a2b219cab 8c56ffb3d8d834 > SIZE(ruby-1.8.6-p36.zip)= 5544539 > > I'm sorry we have not yet written a errata document for 1.8.6 release. > Please refer following document to see the list of issues fixed. > > [..] > > Enjoy! > I tried to build it, and I get this: hramrach@hp-tc2110:11(0) 06121345 23]~ $ ruby -v ruby 1.8.6 (2007-06-07 patchlevel 36) [i686-linux] hramrach@hp-tc2110:11(0) 06121345 24]~ $ ruby -w test.rb ruby: no such file to load -- auto_gem (LoadError) I did not apply any patches, just ./configure --prefix=$HOME/ruby ; make ; make install I had similar problem with a 1.6.8 snapshot, I had to put an empty auto_gem.rb somewhere to make it work. Thanks Michal |
|
#4
|
|
|
|
|
> hramrach@hp-tc2110:11(0) 06121345 23]~ $ ruby -v
> ruby 1.8.6 (2007-06-07 patchlevel 36) [i686-linux] > hramrach@hp-tc2110:11(0) 06121345 24]~ $ ruby -w test.rb > ruby: no such file to load -- auto_gem (LoadError) Gentoo, I presume? I put auto_gem into the RUBYLIB variable so as to try and automatically load rubygems when the interpreter starts. If you're unemerged the stock ruby provided by Gentoo, you'll need to get rid of this from your environment variables. Caleb |
|
#5
|
|
|
|
|
> I put auto_gem into the RUBYLIB variable so as to try and automatically load
> rubygems when the interpreter starts. If you're unemerged the stock ruby provided > by Gentoo, you'll need to get rid of this from your environment variables. Note: that should be "if you've unmerged the stock 'rubygems'" See the rubygems ebuild for more information. Caleb |
|
#6
|
|
|
|
|
On 12/06/07, Caleb Tennis <caleb> wrote:
> > I put auto_gem into the RUBYLIB variable so as to try and automatically load > > rubygems when the interpreter starts. If you're unemerged the stock ruby provided > > by Gentoo, you'll need to get rid of this from your environment variables. > > Note: that should be "if you've unmerged the stock 'rubygems'" > > See the rubygems ebuild for more information. > > Caleb I haven't unmerged them. However, the newly built ruby does not have the gems, only the system one does. Thanks Michal |
|
#7
|
|
|
|
|
> I haven't unmerged them. However, the newly built ruby does not have
> the gems, only the system one does. Hmm, then it should work. The easiest workaround is to just "unset RUBYOPT" from the command line. I guess your installed "test" version of Ruby just doesn't know where to find extra system ruby files. Caleb |
|
#8
|
|
|
|
|
On 6/12/07, Michal Suchanek <hramrach> wrote:
> Is it intentional that this is not mentioned on the ruby-lang.org > website (not even the Japanese version afaict)? Actually, it seems like it was mentioned: http://www.ruby-lang.org/ja/news/200...6-p36-release/ I don't know what the deal is with the other language editions. # You might be interested to know that the releases were timed with RubyKaigi2007 - Leonard |
|
#9
|
|
|
|
|
Michal Suchanek wrote:
> Is it intentional that this is not mentioned on the ruby-lang.org > website (not even the Japanese version afaict)? > > Thanks > > Michal Also, are there plans to release mswin binaries? The mswin binaries posted at http://www.ruby-lang.org/en/downloads/ are still for the March 2007 release (patch level 0). I'm just not familiar with the Ruby release process. Thanks, Dan Teitsort |
|
|
| Similar Threads | |
| ruby-debug-ide for Ruby 1.9 released "gem install ruby-debug-ide" now works for both Ruby 1.8 and 1.9 (version 0.4.7). |
|
| [ANN] Ruby 1.9.1-p243 and Ruby 1.9.2-preview1 Released -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, RubyKaigi2009 is being held since yesterday. It is the best time to release new tarball of Ruby 1.9. Ruby 1.9.1-p243 and... |
|
| ruby-debug for Ruby 1.9 released see: [..] |
|
| Ruby 1.8.5 released Hello, We have just released the latest stable version of Ruby. This is a bug fix release. There should be no big difference from 1.8.4. We hope 1.8.5 is more stable... |
|
| ruby 1.8.4 released Merry Christmas! Ruby 1.8.4 has been released. ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.4.tar.gz md5sum bd8c2e593e1fa4b01fd98eaf016329bb ChangeLogs can be found... |
|
|
All times are GMT. The time now is 11:06 PM. | Privacy Policy
|