changeset 1102:75e459eb91b1

* NEWS: Add Rhino javascript and cleaned up crypto support.
author Mark Wielaard <mark@klomp.org>
date Wed, 15 Oct 2008 16:26:20 +0200
parents e9e4bd53935d
children 5e9e266594bc
files ChangeLog NEWS
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 15 10:04:57 2008 -0400
+++ b/ChangeLog	Wed Oct 15 16:26:20 2008 +0200
@@ -1,3 +1,7 @@
+2008-10-15  Mark Wielaard  <mark@klomp.org>
+
+	* NEWS: Add Rhino javascript and cleaned up crypto support.
+
 2008-10-15  Lillian Angel  <langel@redhat.com>
 
 	* NEWS: Updated for 1.3 release.
--- a/NEWS	Wed Oct 15 10:04:57 2008 -0400
+++ b/NEWS	Wed Oct 15 16:26:20 2008 +0200
@@ -9,6 +9,10 @@
 - VisualVM tool integrated (--enable-visualvm).
 - Added out-of-the-box CACAO support (--with-cacao).
 - Added the experimental Shark JIT for Zero.
+- Cleaned up crypto support, all algorithms and key sizes are fully
+  supported now without any (regional) restrictions. No more need for
+  separate crypto policy jars.
+- Integration of Mozilla Rhino javascript support for javax.script.
 - Various build fixes.
 - Several bug and security fixes.