source: trunk/doc/CHANGES.OS2@ 264

Last change on this file since 264 was 263, checked in by dmik, 14 years ago

make: Global DLL rename by adding the 'j' prefix to avoid possible conflicts with system DLLs (#52)

File size: 1.7 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 19 XXX (2011-xx-xx)
9
10 - Fixed: Accessing the network from Java applications would crash on some
11 machines (Odin bug).
12
13 - Fixed: spontaneous 100% CPU load in many Java applications (e.g. GenealogyJ
14 Jeti/2) when throwing NullPointerException as a result of accessing null
15 objects of some application classes (Odin bug).
16
17
181.6.0 Build 19 Beta 2 (2011-01-12)
19
20 - Added a predefined font configuration file to use the Liberation font family
21 as Java system fonts (see README.OS2 for details).
22
23 - Added the jawt.lib library to the SDK package.
24
25 - Added some missing GUI and audio classes to rt.jar.
26
27 - Fixed: Java could not find a .jar file in the current directory when
28 starting it with 'java -jar filename.jar'.
29
30 - Fixed: Non-ASCII characters in the title bar of any Java window would be
31 drawn using wrong glyphs.
32
33 - Fixed: Java could incorrectly detect the default object heap size on some
34 systems for some specific VIRTUALADDRESS values and abort at startup with a
35 "Could not reserve enough space for object heap" error message.
36
37 - Fixed: java.io.File.mkdirs() wouild always fail which would in particular
38 abort the installation process of some applications such as jEdit, iTrain
39 (this bug was actually fixed in Odin).
40
41 - Fixed: An attempt to use Drag & Drop in any Java application would cause
42 a Java exception and program termination.
43
44
451.6.0 Build 19 Beta (2010-12-30)
46
47 - Added support for AWT and Swing classes which brings GUI capabilities.
48
49 - Lots of small fixes.
50
51
521.6.0 Build 19 Alpha (2010-10-01)
53
54 - First public release.
Note: See TracBrowser for help on using the repository browser.