Feedback on 1.5.5 doze

JRuby 1.5.5 is a minor follow-up release to address problems executing
some commands on Windows, a couple of Marshalling discrepancies with
MRI, and
a few other random production-affecting issues.

Thanks!
Also the .exe installer says “installing from unknown publisher” for
whatever reason.

Also I’ve noticed that when I run system(“ls.exe”)
in jruby

C:\jruby-1.5.5\bin>jruby -e ‘system(“ls.exe”)’
ast
ast.bat
autospec
autospec.bat
gem

and in mri:

C:\jruby-1.5.5\bin>ruby -e ‘system(“ls.exe”)’
ast autospec.bat generate_yaml_index.rb jgem.bat jirb_swing
ast.bat gem generate_yaml_index.rb.bat jirb

(it gives the long output in jruby, but not in mri).
Any ideas there? If not I’ll just file a JIRA.
Thanks!
-r