1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00

baking 2.0.1

This commit is contained in:
kares 2012-08-24 13:05:42 +02:00
parent db54adc223
commit 2b9179f6a5
3 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,9 @@
=== 2.0.1 2012-08-24
* JSError improvement to preserve nested Ruby error message
* jar-1.7.4 regression fix e.g when loading less (#25)
* error.message should be a String value (1.9.3 compat)
=== jar-1.7.4 2012-08-02
* updated to new Mozilla Rhino 1.7R4 release, notes:

View file

@ -184,11 +184,11 @@ Rhino is licensed under the MPL 1.1/GPL 2.0 license.
== REQUIREMENTS:
* JRuby >= 1.5.6
* JRuby >= 1.6
== INSTALL:
* jgem install therubyrhino
* jruby -S gem install therubyrhino
== LICENSE:

View file

@ -1,3 +1,3 @@
module Rhino
VERSION = "2.0.0"
VERSION = "2.0.1"
end