JRuby 1.3.0 RC1發(fā)布 加強(qiáng)對(duì)GAE支持
JRuby 社區(qū)高興的宣布: 1.3.0 RC1 發(fā)布了~
The JRuby community is pleased to announce the release of JRuby 1.3.0RC1
主頁(yè):
下載:
http://dist.codehaus.org/jruby/
版本庫(kù):
http://kenai.com/projects/jruby
http://github.com/jruby/jruby/tree/master
JRuby 1.3.0RC1 搞定了一些與 Google App Engine (GAE/J) 有關(guān)的 issue。我們決定發(fā)布一個(gè)更“短”的版本,這樣子對(duì) GAE/J 感興趣的用戶(hù)就不需要抓版本庫(kù)構(gòu)建一遍 JRuby 了。 譯注:版本庫(kù)里 10000 多個(gè)文件!
JRuby 1.3.0RC1 is a release to fix some issues which prevented JRuby from working with Google App Engine (GAE/J). We decided to put out a shorter release so that users interested in GAE/J could get going without needing to build JRuby from scratch.
亮點(diǎn):
◆一些修改,使得 JRuby 在一些受限環(huán)境內(nèi)(如 GAE/J)跑得更順
◆訪(fǎng)問(wèn) Java 原生數(shù)組大約快 10 倍
◆timeout.rb 現(xiàn)在快了約 40% [ 譯注:這話(huà)說(shuō)的…… 難不成指定 10 秒你當(dāng) 6 秒? ]
◆irb 現(xiàn)在工作在 1.9 模式了;另外也有一些雜七雜八的 1.9 相關(guān)的修正
◆集成 rubygems 和 rspec 分別升級(jí)到 1.3.2 和 1.2.6
◆修了 1.2.0 以來(lái)的 22 個(gè) bug
完成的 Issue 小結(jié):
JRUBY-3566 bug in multiplication
JRUBY-1401 Pathname#realpath fails for Windows drive letters
JRUBY-3490 Object#instance_exec only works with blocks of 3 parameters or less?!
JRUBY-3423 When using ActiveSupport, YAML dump/load of 3.0 returns YAML::PrivateType
JRUBY-3517 Incorrect self in a multiple assignment
JRUBY-3514 RUBY_PATCHLEVEL should be a Fixnum instead of String
JRUBY-3533 YAML.load fails on Base64 encoded binary data created by yaml "Length of Base64 encoded input string is not a multiple of 4."
JRUBY-3516 Non-thread safe regex backrefs
JRUBY-2289 File.directory? returns false for directories inside a jar
JRUBY-3551 ConcurrentModificationException in RubyClass.invalidateCacheDescendants()
JRUBY-3564 UDPSocket#bind should interpret the empty string as INADDR_ANY, not loopback
JRUBY-3563 getsockname and getpeername should return a struct sockaddr
JRUBY-3511 1.2.0: jruby --1.9 picks up the wrong path for loading modules
JRUBY-3166 Primitive type not being boxed when implementing a Java interface.
JRUBY-3568 Threads don't appear to inherit the thread group of their creating thread
JRUBY-3599 loop does not rescue StopIteration in --1.9
JRUBY-3610 StringIO#read given a buffer raises ArrayIndex error
JRUBY-3488 trap does not handle string as second argument
JRUBY-3481 JRuby test: test_command_line_switches.rb fails on Oracle JRockit JVM
JRUBY-3537 FFI: initialize() is not called for Struct and ManagedStruct instances
JRUBY-3565 TCPServer should bind to INADDR_ANY given empty string as hostname
JRUBY-3461 Minor code conventions documentation typo