summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAudrius Meskauskas <audriusa@Bioinformatics.org>2006-08-07 01:13:11 +0000
committerAudrius Meskauskas <audriusa@Bioinformatics.org>2006-08-07 01:13:11 +0000
commita90ed00be6dae31b13cc86610328c5143e6b3d4c (patch)
tree6142d439fb6aa3839938ac676a2340a5749dff38
parent3d3a593b8493d3a073aeaa56d858da0f418da37f (diff)
downloadclasspath-a90ed00be6dae31b13cc86610328c5143e6b3d4c.tar.gz
2006-08-07 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* NEWS: Added entry about the context factories for JNDI.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f3727d6d..9e3760dfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,15 @@
2006-08-07 Audrius Meskauskas <AudriusA@Bioinformatics.org>
+ * NEWS: Added entry about the context factories for JNDI.
+
+2006-08-07 Audrius Meskauskas <AudriusA@Bioinformatics.org>
+
PR 27383
* gnu/CORBA/Connected_objects.java (size): New method.
* gnu/CORBA/OrbFunctional.java (countConnectedObjects):
New method.
* javax/naming/spi/NamingManager.java (getURLContext):
- Also seach for the URL context factories in
+ Also search for the URL context factories in
gnu/javax/naming/jndi/url.
* gnu/javax/naming/giop/ContextContinuation.java,
gnu/javax/naming/giop/CorbalocParser.java,
diff --git a/NEWS b/NEWS
index 5029f4591..edfc6c8e6 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ New in release 0.93 (UNRELEASED)
* The 'javah' tool has been added. It requires the ASM library
(see asm.objectweb.org); it can be enabled with the --with-asm
option to configure
+* Added the rmi and corbaname URL context factories for JNDI.
New in release 0.92 (UNRELEASED)