Changeset 420


Ignore:
Timestamp:
Feb 17, 2013, 12:07:56 AM (12 years ago)
Author:
dmik
Message:

Release b27 GA5.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/CHANGES.OS2

    r409 r420  
    44
    55CHANGES
     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
    620
    7211.6.0 Build 27 GA4 (2012-12-31)
  • trunk/doc/README.OS2

    r408 r420  
    11OpenJDK 6 for OS/2 and eCS
    22
    3 Version 1.6.0 Build 27 GA4 (2012-12-31)
     3Version 1.6.0 Build 27 GA5 (2013-02-17)
    44
    55This is an official release of Build 27 intended for general use.
     
    3636    ftp://ftp.netlabs.org/pub/gcc/gcc4core-1_2_1.wpi
    3737
    38   - Odin runtime version 0.8.5 or above:
    39 
    40     ftp://ftp.netlabs.org/pub/odin/0.8.8/odin-0.8.8.zip
     38  - Odin runtime version 0.8.9 or above:
     39
     40    ftp://ftp.netlabs.org/pub/odin/0.8.9/odin-0.8.9.zip
    4141
    4242  - Extended system tray widget for XCenter version 0.1.1 or above (optional,
  • trunk/tools/CreateImageZIPs.cmd

    r408 r420  
    33ver_id = 'openjdk6_b27'
    44
    5 build_id = 'ga4-20121231'
     5build_id = 'ga5-20130217'
    66
    77src_path = '..'
Note: See TracChangeset for help on using the changeset viewer.