summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2012-10-26 09:02:52 +0100
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2012-10-26 09:07:37 +0100
commita59446c33c2710d05b793aeaaacb10acee08691e (patch)
tree50a5f12c8c3fc490e29ed6728c0c9367fae1a7e9 /NEWS
parent6c1e255d92f2ffd333ce7cde4c5550053ee65257 (diff)
downloadclasspath-a59446c33c2710d05b793aeaaacb10acee08691e.tar.gz
PR41689: Add missing field javax.security.sasl.Sasl.CREDENTIALS.
2012-10-26 Andrew John Hughes <gnu_andrew@member.fsf.org> PR classpath/41689 * javax/security/sasl/Sasl.java: (CREDENTIALS): Add missing field. * NEWS: Updated. Signed-off-by: Andrew John Hughes <gnu_andrew@member.fsf.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bb699b098..13e7aea0d 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@ New in release 0.99.1 (XXX XX, 2012)
- PR54960: Avoid NullPointerException in SAXSerializer.
- PR42551: Avoid overwriting length of message when computing length representation.
- PR44208: Ensure a handle for the enum is registered before its constant.
+ - PR41689: javax.security.sasl.CREDIENTIALS field is missing
New in release 0.99 (Feb 15, 2012)