summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAudrius Meskauskas <audriusa@Bioinformatics.org>2006-08-08 08:20:23 +0000
committerAudrius Meskauskas <audriusa@Bioinformatics.org>2006-08-08 08:20:23 +0000
commit42771c71f32adea8445a2f367c4ea1bb57a28972 (patch)
tree1a2f1a0ddadee3c43e18d8bd545314fcbcabbe2d
parent441a4dbd229df328b3591a8a1dd7ba4cda9c8f25 (diff)
downloadclasspath-42771c71f32adea8445a2f367c4ea1bb57a28972.tar.gz
2006-08-07 Audrius Meskauskas <AudriusA@Bioinformatics.org>
PR 26972 * NEWS: As suggested by Paul Jennier, added not about the fix of the InitialContext.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41eb0eaad..d883e14be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-07 Audrius Meskauskas <AudriusA@Bioinformatics.org>
+
+ PR 26972
+ * NEWS: As suggested by Paul Jennier, added not about the fix of
+ the InitialContext.
+
2006-08-05 Andrew John Hughes <gnu_andrew@member.fsf.org>
* gnu/java/lang/management/BeanImpl.java:
diff --git a/NEWS b/NEWS
index edfc6c8e6..1581bd63c 100644
--- a/NEWS
+++ b/NEWS
@@ -44,6 +44,7 @@ New in release 0.92 (UNRELEASED)
release), top level components as well as mouse and keyboard input.
It is capable of running many Swing applications. Graphics2D and
AWT widgets are not yet supported.
+* Fixes in the JNDI InitialContext now allows to plug-in user implementation.
Runtime interface changes: