summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-03-01 19:24:57 +0000
committerTom Tromey <tromey@redhat.com>2006-03-01 19:24:57 +0000
commitc09a5a81071fe4d5f40d7ea1ba6039cdd9dba6dd (patch)
treec7289a1cd98dff66908c6df53bc12eb2357fdb9b
parent63c59ab4ab0d2675855bee64eafdc7922d607840 (diff)
downloadclasspath-c09a5a81071fe4d5f40d7ea1ba6039cdd9dba6dd.tar.gz
* NEWS: Mention java.util.prefs update.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 996b26055..d02d95469 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-03-01 Tom Tromey <tromey@redhat.com>
+ * NEWS: Mention java.util.prefs update.
+
+2006-03-01 Tom Tromey <tromey@redhat.com>
+
* gnu/java/nio/channels/FileChannelImpl.java (position): Fixed typo.
* java/nio/charset/UnmappableCharacterException.java:
(serialVersionUID): New field.
diff --git a/NEWS b/NEWS
index 41c72bf1c..b4a1e2811 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,9 @@ New in release 0.21 (to be released)
classes. The rmic compiler is no longer required (unless for research
and specific stubs).
+* The default back end for java.util.prefs has been changed. The new default
+ is capable of saving and restoring preferences to and from the file system.
+
Runtime interface changes:
* A new class, VMMath, is now available which separates the native