You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by bp...@apache.org on 2006/03/21 19:55:57 UTC

svn commit: r387602 - /db/derby/code/trunk/CHANGES

Author: bpendleton
Date: Tue Mar 21 10:55:54 2006
New Revision: 387602

URL: http://svn.apache.org/viewcvs?rev=387602&view=rev
Log:
Add release note for DERBY-668 to CHANGES

Modified:
    db/derby/code/trunk/CHANGES

Modified: db/derby/code/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/CHANGES?rev=387602&r1=387601&r2=387602&view=diff
==============================================================================
--- db/derby/code/trunk/CHANGES (original)
+++ db/derby/code/trunk/CHANGES Tue Mar 21 10:55:54 2006
@@ -3,3 +3,20 @@
  *) The Network Server no longer prints the message "Connection Number: N"
     to the console unless derby.drda.logConnections is set to true (DERBY-569)
     [ Bryan Pendleton ]
+
+ *) The sysinfo tool now prints additional information about the origin of
+    the classes and jars that it examines. The origin of a class might be:
+    an entry in the application classpath, an entry in a class loader location
+    list, a jar fetched due to being listed in the manifest entry of another
+    jar, a standard extension in the JRE's extensions directory, a jar
+    installed into the application server, or any of various other
+    possibilities.
+
+    Note that when sysinfo runs under a Java security manager, it may need
+    special permissions to access this additional information, including the
+    permission to read the java.class.path property, and the permission to
+    call getProtectionDomain on a class. If sysinfo is not granted these
+    permissions, it will display an error message about the security problem
+    in place of displaying the class origin information.
+    (DERBY-668) [ Bryan Pendleton ]
+