Java does not contain the latest time zone data
New Zealand changed its date for switching to Daylight Savings Time, as well as numerous other changes to time zone information.
Java 1.5 contains the most recent version of the Olson time zone data (2007g) from August, 2007.
Dragging a file to a Java application fails if the file name contains non-Roman characters
Files with non-Roman characters in the file name could not be passed to java.io.File objects.
Java now pre-composes all filenames of files dragged to Java applications or chosen via a JFileChooser. Files created from File.list() and File.canonicalize() are also normalized to pre-composed Unicode.
Last updated: 2007-12-14