Changes between Initial Version and Version 1 of Ticket #26727


Ignore:
Timestamp:
Oct 5, 2010, 4:17:16 AM (14 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26727

    • Property Owner changed from macports-tickets@… to ameingast@…
    • Property Version changed from 1.9.1 to
    • Property Port jruby added
  • Ticket #26727 – Description

    initial v1  
    11The JRuby community is pleased to announce the release of JRuby 1.5.3.
    22
    3 - Homepage: http://www.jruby.org/
    4 - Download: http://www.jruby.org/download
     3 - Homepage: http://www.jruby.org/
     4 - Download: http://www.jruby.org/download
    55
    66JRuby 1.5.3 is a minor follow-up release to address a thread deadlock,
     
    1313### 1.5.3 Issues Resolved:
    1414
    15 - JRUBY-5093 ConditionVariable use causes thread deadlocks
    16 - JRUBY-5076 SelectorProvider.openSelector() will sometimes fail on Windows
    17 - JRUBY-5098 Kernel#exec does not heed ENV['PATH'] when launching shell command
    18 - JRUBY-5100 Subprocess started by Kernel#exec does not respect
    19 RUBYOPT and other environment variables set via ENV.
    20 - JRUBY-4944 JSR-223 ScriptEngine ignores global bindings
    21 - JRUBY-4948 Remove noisy warning when setting ScriptEngine.ARGV
    22 - JRUBY-5092 Scala classes (and perhaps others) are named oddly and
    23 break Java reflection
    24 - JRUBY-4937 File.open with permissions has sideffect of clearing umask
     15 - JRUBY-5093 ConditionVariable use causes thread deadlocks
     16 - JRUBY-5076 SelectorProvider.openSelector() will sometimes fail on Windows
     17 - JRUBY-5098 Kernel#exec does not heed ENV['PATH'] when launching shell command
     18 - JRUBY-5100 Subprocess started by Kernel#exec does not respect RUBYOPT and other environment variables set via ENV.
     19 - JRUBY-4944 JSR-223 ScriptEngine ignores global bindings
     20 - JRUBY-4948 Remove noisy warning when setting ScriptEngine.ARGV
     21 - JRUBY-5092 Scala classes (and perhaps others) are named oddly and break Java reflection
     22 - JRUBY-4937 File.open with permissions has sideffect of clearing umask