aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 29ea613..06fb5bd 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,12 @@
+2004-11-06 Mattias Rehnberg <Mattias.Rehnberg@home.se>
+
+ * java/io/Vector.java
+ (writeObject): New function to serialized output thread safe.
+
+ * java/io/ObjectOutputStream.java
+ (writeObject): Move the assignment of the class handle to after
+ the assignment of class descriptor handle.
+
2004-11-06 Robert Schuster <thebohemian@gmx.net>
Fixes documentation and indentation