Changeset 225


Ignore:
Timestamp:
Dec 30, 2010, 12:44:54 AM (15 years ago)
Author:
dmik
Message:

Updated README.OS2/CHANGES.OS2 for the release.

Location:
trunk/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/CHANGES.OS2

    r168 r225  
    66
    77
    8 1.6.0 Build 13 Alpha (2010-10-01)
     81.6.0 Build 19 Beta (2010-12-30)
     9
     10  - Added support for AWT and Swing classes which brings GUI capabilities.
     11
     12  - Lots of small fixes.
     13
     14
     151.6.0 Build 19 Alpha (2010-10-01)
    916
    1017  - First public release.
  • trunk/doc/README.OS2

    r170 r225  
    11OpenJDK 6 Alpha for OS/2 and eCS
    22
    3 Version 1.6.0 Build 13 Alpha (2010-10-01)
     3Version 1.6.0 Build 19 Beta (2010-12-30)
    44
    5 This is an alpha build intended for testing purposes.
     5This is a beta build intended for testing purposes.
    66
    77
     
    99INTRODUCTION
    1010
    11 This document contains a brief information on the OS/2 version of the 
     11This document contains a brief information on the OS/2 version of the
    1212OpenJDK 6 product. Please read it carefully before starting your work.
    1313You may also visit the project page at
     
    2828  - A OS/2 Warp 4 Fixpack 16+, OS/2 Warp 4.5 or eComStation operating system.
    2929
    30   - Odin32 library version 0.6.21470 (2010-10-01) or above:
    31  
    32     ftp://ftp.netlabs.org/pub/odin/odin32bin-20101001-release.wpi
     30  - Odin32 library version 0.6.21541 (2010-12-30) or above:
    3331
    34    
     32    ftp://ftp.netlabs.org/pub/odin/odin32bin-20101230-release.wpi
     33
     34
    3535
    3636INSTALLATION
     
    5757CURRENT LIMITATIONS
    5858
    59   1. Only console Java applications will work! No AWT, no Swing so far.
    60      This will come in a Beta.
     59  1. OpenJDK will not work correctly under the OS/2 SMP kernel (Java process
     60     hangs are very likely). This is a known problem of Odin32 which will be
     61     addressed in further releases. The workaround is to use the OS/2 UNI or
     62     Warp4 kernel instead.
     63
     64  2. The separate JRE package of OpenJDK is not currently available. You may
     65     still extract JRE from the SDK package (it is located in the \jre
     66     subdirectory of the SDK distribution archive).
     67
     68  3. AWT and Swing always use font anti-aliasing for all standard components.
     69     If you want to disable anti-aliasing, you may use the following Java
     70     command line argument:
     71     
     72       -Dawt.useSystemAAFontSettings=off
     73
     74     However, this is not recommended since Java uses standard OS/2 Type1
     75     fonts by default which look really ugly with anti-aliasing turned off.
     76
     77  3. Some rarely used Java system classes may be still missing in this release.
    6178
    6279  See the project roadmap for more information on the current progress and
Note: See TracChangeset for help on using the changeset viewer.