source: trunk/doc/CHANGES.OS2@ 412

Last change on this file since 412 was 409, checked in by dmik, 13 years ago

Release b27 GA4 (minor readme fix).

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