diff --git a/WHATSNEW b/WHATSNEW index 259928488..42caf56c4 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -59,6 +59,9 @@ Fixed bugs: * failed to retrieve a file when the path towards the file contained an element starting with . . Bugzilla report 33770 + +* " always compiles on Java1.5" bugzilla report=33862. Fixed default + stub version to always be "compat", even on Java1.5+. Other changes: -------------- diff --git a/docs/manual/CoreTasks/rmic.html b/docs/manual/CoreTasks/rmic.html index 4c837a612..be28ce360 100644 --- a/docs/manual/CoreTasks/rmic.html +++ b/docs/manual/CoreTasks/rmic.html @@ -81,8 +81,11 @@ please consult miniRMI's documentation to learn how to use it.

stubversion Specify the JDK version for the generated stub code. - Specify "1.1" to pass the "-v1.1" option to rmic. - No + Specify "1.1" to pass the "-v1.1" option to rmic, + "1.2" for -v12, compat for -vcompat. + + + No, default="compat" classpath