source: trunk/doc/CHANGES.OS2@ 328

Last change on this file since 328 was 305, checked in by dmik, 14 years ago

release: Readme/changelog updates for GA build.

File size: 4.4 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 GA (2011-06-27)
9
10 - Fixed crashing of Java applications on SMP systems.
11
12 - Don't allow to use two different JVM types at a time (as it is not possible
13 due to OS/2 LX DLL format limitations) and give an error message instead.
14
15 - A number of minor fixes in JVM and Odin libraries.
16
17
181.6.0 Build 22 WSE (2011-05-12)
19
20 - Fixed: Opening the print dialog would crash the Java application.
21
22 - Fixed: Printed text was flipped along the base line on output.
23
24 - Fixed: The dtdbuilder tool would write the binary DTD to stdout causing
25 "\n" to "\r\n" expansion on OS/2 and thus breaking the resulting file which
26 in turn would completely break support of HTML text in Swing components
27 [vendor bug, regresion Build 22 (RC2)].
28
29
301.6.0 Build 22 RC2 (2011-03-28)
31
32 - Updated OpenJDK sources to b22 (release February 2011). The main changes in
33 b22 are the latest round of security updates; in addition, there are a few
34 copyright and licensing fixes. A detailed list of all the changes in b22 is
35 available here:
36
37 http://blogs.sun.com/darcy/resource/OpenJDK_6/openjdk6-b22-changes-summary.html.
38
39 - Fixed and improved system tray support. Requires the Extended system tray
40 widget for XCenter/eCenter (see README.OS2 for a download link).
41
42 - Fixed: Sound did not work in LIBPATHSTRICT=T mode (Odin bug).
43
44 - Fixed: SIGABRT that would unexcpectedly terminate some Java applications,
45 e.g. IzPack based installers (GCC compiler bug).
46
47 - Fixed: Crash during Drag'n'Drop operations in some Java applications, e.g.
48 JAlbum (Odin bug).
49
50 - Fixed DLL loading code in the JVM that would print a useless message when
51 one of the required DLLs is not found.
52
53 - A bunch of smaller fixes in Odin libraries that should improve OpenJDK
54 behavior.
55
56
571.6.0 Build 19 RC (2011-02-21)
58
59 - Ported and enabled the JPDA (Java Platform Debugger Architecture) component
60 which provides a framework for debugging Java applications.
61
62 - Added sound (audio and MIDI) support to Java applications using DART.
63
64 - Added a free implementation of the com.sun.image.codec.jpeg package (taken
65 from the IcedTea project) used by some old Java applications like Jeti/2.
66
67 - Renamed all Java DLLs by adding a 'j' prefix to the names to avoid possible
68 conflicts with system DLLs.
69
70 - Fixed: Accessing the network from Java applications would crash on some
71 machines (Odin bug).
72
73 - Fixed: Spontaneous 100% CPU load in many Java applications (e.g. GenealogyJ
74 Jeti/2) when throwing NullPointerException as a result of accessing null
75 objects of some application classes (Odin bug).
76
77 - Fixed: java.util.prefs.Preferences: Use the Open32 registry on OS/2 instead
78 of throwing an exception.
79
80 - Fixed: JVM used PATH instead of LIBPATH to comprise java.library.path
81 resulting in inability to find JNI DLLs in some applications.
82
83 - Fixed: Crash in java.io.WinNTFileSystem.getSpace() (Odin bug).
84
85 - Fixed: Exception java.awt.image.ImagingOpException in many applications due
86 to wrong exports from in jmlibimg.dll.
87
88
891.6.0 Build 19 Beta 2 (2011-01-12)
90
91 - Added a predefined font configuration file to use the Liberation font family
92 as Java system fonts (see README.OS2 for details).
93
94 - Added the jawt.lib library to the SDK package.
95
96 - Added some missing GUI and audio classes to rt.jar.
97
98 - Fixed: Java could not find a .jar file in the current directory when
99 starting it with 'java -jar filename.jar'.
100
101 - Fixed: Non-ASCII characters in the title bar of any Java window would be
102 drawn using wrong glyphs.
103
104 - Fixed: Java could incorrectly detect the default object heap size on some
105 systems for some specific VIRTUALADDRESS values and abort at startup with a
106 "Could not reserve enough space for object heap" error message.
107
108 - Fixed: java.io.File.mkdirs() wouild always fail which would in particular
109 abort the installation process of some applications such as jEdit, iTrain
110 (this bug was actually fixed in Odin).
111
112 - Fixed: An attempt to use Drag & Drop in any Java application would cause
113 a Java exception and program termination.
114
115
1161.6.0 Build 19 Beta (2010-12-30)
117
118 - Added support for AWT and Swing classes which brings GUI capabilities.
119
120 - Lots of small fixes.
121
122
1231.6.0 Build 19 Alpha (2010-10-01)
124
125 - First public release.
Note: See TracBrowser for help on using the repository browser.