diff options
Diffstat (limited to 'extra/net/sourceforge/javaws/about/resources/notes.html')
-rw-r--r-- | extra/net/sourceforge/javaws/about/resources/notes.html | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/extra/net/sourceforge/javaws/about/resources/notes.html b/extra/net/sourceforge/javaws/about/resources/notes.html new file mode 100644 index 0000000..c43418c --- /dev/null +++ b/extra/net/sourceforge/javaws/about/resources/notes.html @@ -0,0 +1,90 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <title>Release Notes</title> + </head> + <body> + <br> + <table cellpadding="2" cellspacing="2" border="0" width="100%"> + <tbody> + <tr> + <td valign="Top" width="15"></td> + <td valign="Top" width="100%"> + <table cellpadding="0" cellspacing="0" border="0" align="Center"> + <tbody> + <tr> + <td valign="Middle" align="Center" nowrap="true"><div align="Center"> + <img src="jamIcon.jpg" alt="Jam Icon" width="87" height="84" align="Center"> + </div> + </td> + </tr> + <tr> + <td valign="Middle" nowrap="true" align="Justify"> + <div align="Center"> + <b>Lillian Angel</b> <br> + <b>Deepak Bhole</b> <br> + <b>Thomas Fitzsimmons</b> <br> + <b>Andrew John Hughes</b> <br> + <b>Matthias Klose </b> <br> + <b>Francis Kung</b> <br> + <b>Omair Majid</b> <br> + <b>Jon A. Maxwell</b> <br> + <b>Andrew Su</b> <br> + <b>Joshua Sumali</b> <br> + <b>Mark Wielaard</b> <br> + <b>Man Lung Wong</b> <br> + </div> + </td> + </tr> + </tbody> + </table> + </td> + </tr> + </tbody> + </table> +<br> +<big><b>Release Notes</b></big> +<br> +<table cellpadding="0" cellspacing="0" border="0"> + <tbody> + <tr> + <td valign="Top" width="15"><br></td> + + + <td valign="Top"> + NetX on IcedTea: Security Support + <ul> + <li> Full signed application support </li> + <li> User trusted certificates support </li> + <li> Some JNLP API Services implemented </li> + <li> Improved unsigned application sandboxing with JNLP API </li> + </ul> + </td> + </tr> + <tr> + <td valign="Top" width="15"><br></td> + <td valign="Top"> + Version 0.5: Refines multi-app capabilities + native code support + <ul> + <li> Released under LGPL. </li> + <li> Separate event queue, look and feel, etc for each application. </li> + <li> Native code support. </li> + <li> Supports headless mode. </li> + <li> Internationalized messages. </li> + <li> Uses NanoXML parser. </li> + <li> Minor changes listed on project web site... </li> + </ul> + + </td> + </tr> + </tbody> +</table> +<b>Please visit the SourceForge site + <a href="http://jnlp.sourceforge.net/netx/index.html"> + http://jnlp.sourceforge.net/netx/index.html + </a> + and the IcedTea site + <a href="http://iced-tea.org">http://iced-tea.org</a> + for more information.</b><br> +</body> +</html> |