source: trunk/doc/CHANGES.OS2@ 252

Last change on this file since 252 was 241, checked in by dmik, 15 years ago

Readme/changes for Beta 2.

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