summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41ba7b3ef..c738dbb85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-05-07 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
+ PR classpath/27435:
+ * java/util/zip/DeflaterEngine.java:
+ (deflateFast(boolean,boolean)): Empty buffer when full.
+
+2006-05-07 Sven de Marothy <sven@physto.se>
+
+ Fixed PR27343
+ * java/util/Calendar.java (setTimeZone): Force recalculation.
+
2006-05-07 Sven de Marothy <sven@physto.se>
Fixed PR27463