source: trunk/doc/CHANGES.OS2@ 288

Last change on this file since 288 was 282, checked in by dmik, 14 years ago

release: Readme/changelog updates for RC2.

File size: 3.6 KB
Line 
1This document contains a brief list of the most important OS/2-specific changes
2in the OpenJDK product from release to release.
3
4
5CHANGES
6
7
81.6.0 Build 22 RC2 (2011-03-28)
9
10 - Updated OpenJDK sources to b22 (release February 2011). The main changes in
11 b22 are the latest round of security updates; in addition, there are a few
12 copyright and licensing fixes. A detailed list of all the changes in b22 is
13 available here:
14
15 http://blogs.sun.com/darcy/resource/OpenJDK_6/openjdk6-b22-changes-summary.html.
16
17 - Fixed and improved system tray support. Requires the Extended system tray
18 widget for XCenter/eCenter (see README.OS2 for a download link).
19
20 - Fixed: Sound did not work in LIBPATHSTRICT=T mode (Odin bug).
21
22 - Fixed: SIGABRT that would unexcpectedly terminate some Java applications,
23 e.g. IzPack based installers (GCC compiler bug).
24
25 - Fixed: Crash during Drag'n'Drop operations in some Java applications, e.g.
26 JAlbum (Odin bug).
27
28 - Fixed DLL loading code in the JVM that would print a useless message when
29 one of the required DLLs is not found.
30
31 - A bunch of smaller fixes in Odin libraries that should improve OpenJDK
32 behavior.
33
34
351.6.0 Build 19 RC (2011-02-21)
36
37 - Ported and enabled the JPDA (Java Platform Debugger Architecture) component
38 which provides a framework for debugging Java applications.
39
40 - Added sound (audio and MIDI) support to Java applications using DART.
41
42 - Added a free implementation of the com.sun.image.codec.jpeg package (taken
43 from the IcedTea project) used by some old Java applications like Jeti/2.
44
45 - Renamed all Java DLLs by adding a 'j' prefix to the names to avoid possible
46 conflicts with system DLLs.
47
48 - Fixed: Accessing the network from Java applications would crash on some
49 machines (Odin bug).
50
51 - Fixed: Spontaneous 100% CPU load in many Java applications (e.g. GenealogyJ
52 Jeti/2) when throwing NullPointerException as a result of accessing null
53 objects of some application classes (Odin bug).
54
55 - Fixed: java.util.prefs.Preferences: Use the Open32 registry on OS/2 instead
56 of throwing an exception.
57
58 - Fixed: JVM used PATH instead of LIBPATH to comprise java.library.path
59 resulting in inability to find JNI DLLs in some applications.
60
61 - Fixed: Crash in java.io.WinNTFileSystem.getSpace() (Odin bug).
62
63 - Fixed: Exception java.awt.image.ImagingOpException in many applications due
64 to wrong exports from in jmlibimg.dll.
65
66
671.6.0 Build 19 Beta 2 (2011-01-12)
68
69 - Added a predefined font configuration file to use the Liberation font family
70 as Java system fonts (see README.OS2 for details).
71
72 - Added the jawt.lib library to the SDK package.
73
74 - Added some missing GUI and audio classes to rt.jar.
75
76 - Fixed: Java could not find a .jar file in the current directory when
77 starting it with 'java -jar filename.jar'.
78
79 - Fixed: Non-ASCII characters in the title bar of any Java window would be
80 drawn using wrong glyphs.
81
82 - Fixed: Java could incorrectly detect the default object heap size on some
83 systems for some specific VIRTUALADDRESS values and abort at startup with a
84 "Could not reserve enough space for object heap" error message.
85
86 - Fixed: java.io.File.mkdirs() wouild always fail which would in particular
87 abort the installation process of some applications such as jEdit, iTrain
88 (this bug was actually fixed in Odin).
89
90 - Fixed: An attempt to use Drag & Drop in any Java application would cause
91 a Java exception and program termination.
92
93
941.6.0 Build 19 Beta (2010-12-30)
95
96 - Added support for AWT and Swing classes which brings GUI capabilities.
97
98 - Lots of small fixes.
99
100
1011.6.0 Build 19 Alpha (2010-10-01)
102
103 - First public release.
Note: See TracBrowser for help on using the repository browser.