Changeset 266 for trunk/doc/CHANGES.OS2


Ignore:
Timestamp:
Feb 21, 2011, 2:23:40 PM (14 years ago)
Author:
dmik
Message:

Readme/changes update for RC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/CHANGES.OS2

    r263 r266  
    66
    77
    8 1.6.0 Build 19 XXX (2011-xx-xx)
     81.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.
    920
    1021  - Fixed: Accessing the network from Java applications would crash on some
    1122    machines (Odin bug).
    1223
    13   - Fixed: spontaneous 100% CPU load in many Java applications (e.g. GenealogyJ
     24  - Fixed: Spontaneous 100% CPU load in many Java applications (e.g. GenealogyJ
    1425    Jeti/2) when throwing NullPointerException as a result of accessing null
    1526    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.
    1638
    1739
Note: See TracChangeset for help on using the changeset viewer.