blob: 55f65d0509ffcf0d5331c87245adbda68b04c33c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
<!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">
<big><b>Jon A. Maxwell</b></big><br>
developer<br>
<big><b>Joshua Sumali</b></big><br>
developer
</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>
|