📜 ⬆️ ⬇️

Ruby 1.9.3 released


Three months after the release of preview1, the release is finally released - p0.

Ruby 1.9.3 is basically an improved implementation of 1.9.2. For example, improved library loading, blocking in multi-threaded applications and much more.

The Ruby license has also changed: the interpreter was originally released under the GPLv2 and the “Ruby” license, now under the simplified BSD and the “Ruby” license.

Details:
svn.ruby-lang.org/repos/ruby/tags/v1_9_3_0/NEWS
svn.ruby-lang.org/repos/ruby/tags/v1_9_3_0/ChangeLog
')

And although there are still no changes on the official website, the source code can be downloaded from the following links:
* ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p0.tar.bz2
SIZE: 9554576 bytes
MD5: 65401fb3194cdccd6c1175ab29b8fdb8
SHA256: ca8ba4e564fc5f98b210a5784e43dfffef9471222849e46f8e848b37e9f38acf

* ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p0.tar.gz
SIZE: 12223217 bytes
MD5: 8e2fef56185cfbaf29d0c8329fc77c05
SHA256: 3b910042e3561f4296fd95d96bf30322e53eecf083992e5042a7680698cfa34e

* ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p0.zip
SIZE: 13691314 bytes
MD5: 437ac529a7872c8dcc956eab8e7e6f76
SHA256: 1be16d0172e9cf9e5078a7bee2465a9f3af431920e1e3d9417a4fc2ee074bca4

Source: https://habr.com/ru/post/131534/


All Articles