Changeset 266 for trunk/doc/CHANGES.OS2
- Timestamp:
- Feb 21, 2011, 2:23:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/CHANGES.OS2
r263 r266 6 6 7 7 8 1.6.0 Build 19 XXX (2011-xx-xx) 8 1.6.0 Build 19 RC (2011-02-21) 9 10 - Ported and enabled the JPDA (Java Platform Debugger Architecture) component 11 which provides a framework for debugging Java applications. 12 13 - Added sound (audio and MIDI) support to Java applications using DART. 14 15 - Added a free implementation of the com.sun.image.codec.jpeg package (taken 16 from the IcedTea project) used by some old Java applications like Jeti/2. 17 18 - Renamed all Java DLLs by adding a 'j' prefix to the names to avoid possible 19 conflicts with system DLLs. 9 20 10 21 - Fixed: Accessing the network from Java applications would crash on some 11 22 machines (Odin bug). 12 23 13 - Fixed: spontaneous 100% CPU load in many Java applications (e.g. GenealogyJ24 - Fixed: Spontaneous 100% CPU load in many Java applications (e.g. GenealogyJ 14 25 Jeti/2) when throwing NullPointerException as a result of accessing null 15 26 objects of some application classes (Odin bug). 27 28 - Fixed: java.util.prefs.Preferences: Use the Open32 registry on OS/2 instead 29 of throwing an exception. 30 31 - Fixed: JVM used PATH instead of LIBPATH to comprise java.library.path 32 resulting in inability to find JNI DLLs in some applications. 33 34 - Fixed: Crash in java.io.WinNTFileSystem.getSpace() (Odin bug). 35 36 - Fixed: Exception java.awt.image.ImagingOpException in many applications due 37 to wrong exports from in jmlibimg.dll. 16 38 17 39
Note:
See TracChangeset
for help on using the changeset viewer.