source: trunk/doc/CHANGES.OS2@ 443

Last change on this file since 443 was 420, checked in by dmik, 13 years ago

Release b27 GA5.

File size: 7.3 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
71.6.0 Build 27 GA5 (2013-02-17)
8
9 - Make sure RICHED32.DLL is used for java.awt.TextArea. This makes this class
10 actually work. Affects many AWT applications.
11
12 - Fix missing menu bars in AWT applications.
13
14 - Fix broken file open dialogs in AWT applications that couldn't be dismissed
15 and would not let navigate through directories.
16
17 - Implement saving JPEG images through com.sun.image.codec.jpeg.JPEGImageEncoder.
18 This fixes some old Java applications using this deprecated class.
19
20
211.6.0 Build 27 GA4 (2012-12-31)
22
23 - Updated OpenJDK sources to b27 (released October 26, 2012). The list of
24 changes in b26 and b27 is available here:
25 and a number of other fixes. The full list of changes is located here:
26
27 https://blogs.oracle.com/openjdk6releases/resource/OpenJDK6-B26-Changes.html
28 https://blogs.oracle.com/openjdk6releases/resource/OpenJDK6-B27-Changes.html
29
30 - Use stdout instead of stderr for printing usage info from java[w] launchers.
31
32
33
341.6.0 Build 25 GA3 (2012-07-21)
35
36 - Updated OpenJDK sources to b25 (release May, 07, 2012). The main changes in
37 b25 are the latest round of security updates (in jdk and corba repositories)
38 and a number of other fixes. The full list of changes is located here:
39
40 https://blogs.oracle.com/openjdk6releases/entry/openjdk_6_b25_available
41
42 - Fix a hang in the TCP/IP Configuration application when saving the changes.
43
44 - Fix warnings about stack guard pages that could eventually lead crash the
45 Java application.
46
47 - Add related changes to make the IcedTea-Web (Java) browser plugin work.
48
49 - Fix a possible secondary crash when generating the Java crash report.
50
51 - Change the version numbering scheme to 1.6.0_BB-bNN-name where BB is the
52 upstream Build number, NN is the OS/2 sequential build number and name is
53 a symbolic name of the release. This release's version is 1.6.0_25-b01-GA3.
54
55 - Make sure the BEGINLIBPATH setting is not necessary for JAVA.EXE and
56 JAVAW.EXE binaries (and for creating a JVM by loading JVM.DLL directly).
57 It is only necessary for JAVAC.EXE and other SDK tools.
58
59
60
611.6.0 Build 24 GA2 (2012-03-19)
62
63 - Updated OpenJDK sources to b24 (release November 2011). The main changes in
64 b24 are the latest round of security updates (e.g. the security changes in
65 jdk repo) and a few other fixes. For more information see the detailed list
66 of all the changes in OpenJDK 6 B24 here:
67
68 http://blogs.oracle.com/openjdk6releases/resource/OpenJDK6-B24-Changes.html
69
70 - Make the JNI interface calling convention compatible with IBM Java. This
71 allows old OS/2 JNI DLLs to be loaded by OpenJDK and makes standard
72 programs like LVMGUI and TCP/IP Configuration work properly under it.
73
74 - Fix hangs at crashes when the Java process is killed by Ctrl-C or by a kill
75 signal.
76
77 - Fix crashes following the "Attempt to protect stack guard pages failed"
78 warning message (Odin bug).
79
80 - Fix spontaneous NoClassDefFoundError exceptions thrown by some applicatinos
81 at startup (Odin/b22 bug).
82
83
841.6.0 Build 22 GA (2011-06-27)
85
86 - Fixed crashing of Java applications on SMP systems.
87
88 - Don't allow to use two different JVM types at a time (as it is not possible
89 due to OS/2 LX DLL format limitations) and give an error message instead.
90
91 - A number of minor fixes in JVM and Odin libraries.
92
93
941.6.0 Build 22 WSE (2011-05-12)
95
96 - Fixed: Opening the print dialog would crash the Java application.
97
98 - Fixed: Printed text was flipped along the base line on output.
99
100 - Fixed: The dtdbuilder tool would write the binary DTD to stdout causing
101 "\n" to "\r\n" expansion on OS/2 and thus breaking the resulting file which
102 in turn would completely break support of HTML text in Swing components
103 [vendor bug, regresion Build 22 (RC2)].
104
105
1061.6.0 Build 22 RC2 (2011-03-28)
107
108 - Updated OpenJDK sources to b22 (release February 2011). The main changes in
109 b22 are the latest round of security updates; in addition, there are a few
110 copyright and licensing fixes. A detailed list of all the changes in b22 is
111 available here:
112
113 http://blogs.sun.com/darcy/resource/OpenJDK_6/openjdk6-b22-changes-summary.html.
114
115 - Fixed and improved system tray support. Requires the Extended system tray
116 widget for XCenter/eCenter (see README.OS2 for a download link).
117
118 - Fixed: Sound did not work in LIBPATHSTRICT=T mode (Odin bug).
119
120 - Fixed: SIGABRT that would unexcpectedly terminate some Java applications,
121 e.g. IzPack based installers (GCC compiler bug).
122
123 - Fixed: Crash during Drag'n'Drop operations in some Java applications, e.g.
124 JAlbum (Odin bug).
125
126 - Fixed DLL loading code in the JVM that would print a useless message when
127 one of the required DLLs is not found.
128
129 - A bunch of smaller fixes in Odin libraries that should improve OpenJDK
130 behavior.
131
132
1331.6.0 Build 19 RC (2011-02-21)
134
135 - Ported and enabled the JPDA (Java Platform Debugger Architecture) component
136 which provides a framework for debugging Java applications.
137
138 - Added sound (audio and MIDI) support to Java applications using DART.
139
140 - Added a free implementation of the com.sun.image.codec.jpeg package (taken
141 from the IcedTea project) used by some old Java applications like Jeti/2.
142
143 - Renamed all Java DLLs by adding a 'j' prefix to the names to avoid possible
144 conflicts with system DLLs.
145
146 - Fixed: Accessing the network from Java applications would crash on some
147 machines (Odin bug).
148
149 - Fixed: Spontaneous 100% CPU load in many Java applications (e.g. GenealogyJ
150 Jeti/2) when throwing NullPointerException as a result of accessing null
151 objects of some application classes (Odin bug).
152
153 - Fixed: java.util.prefs.Preferences: Use the Open32 registry on OS/2 instead
154 of throwing an exception.
155
156 - Fixed: JVM used PATH instead of LIBPATH to comprise java.library.path
157 resulting in inability to find JNI DLLs in some applications.
158
159 - Fixed: Crash in java.io.WinNTFileSystem.getSpace() (Odin bug).
160
161 - Fixed: Exception java.awt.image.ImagingOpException in many applications due
162 to wrong exports from in jmlibimg.dll.
163
164
1651.6.0 Build 19 Beta 2 (2011-01-12)
166
167 - Added a predefined font configuration file to use the Liberation font family
168 as Java system fonts (see README.OS2 for details).
169
170 - Added the jawt.lib library to the SDK package.
171
172 - Added some missing GUI and audio classes to rt.jar.
173
174 - Fixed: Java could not find a .jar file in the current directory when
175 starting it with 'java -jar filename.jar'.
176
177 - Fixed: Non-ASCII characters in the title bar of any Java window would be
178 drawn using wrong glyphs.
179
180 - Fixed: Java could incorrectly detect the default object heap size on some
181 systems for some specific VIRTUALADDRESS values and abort at startup with a
182 "Could not reserve enough space for object heap" error message.
183
184 - Fixed: java.io.File.mkdirs() wouild always fail which would in particular
185 abort the installation process of some applications such as jEdit, iTrain
186 (this bug was actually fixed in Odin).
187
188 - Fixed: An attempt to use Drag & Drop in any Java application would cause
189 a Java exception and program termination.
190
191
1921.6.0 Build 19 Beta (2010-12-30)
193
194 - Added support for AWT and Swing classes which brings GUI capabilities.
195
196 - Lots of small fixes.
197
198
1991.6.0 Build 19 Alpha (2010-10-01)
200
201 - First public release.
Note: See TracBrowser for help on using the repository browser.