Changeset 408


Ignore:
Timestamp:
Dec 31, 2012, 5:24:29 PM (13 years ago)
Author:
dmik
Message:

Release b27 GA4.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/CHANGES.OS2

    r399 r408  
    44
    55CHANGES
     6
     71.6.0 Build 27 GA3 (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
    619
    7201.6.0 Build 25 GA3 (2012-07-21)
  • trunk/doc/README.OS2

    r399 r408  
    11OpenJDK 6 for OS/2 and eCS
    22
    3 Version 1.6.0 Build 25 GA3 (2012-07-21)
    4 
    5 This is an official release of Build 25 intended for general use.
     3Version 1.6.0 Build 27 GA4 (2012-12-31)
     4
     5This is an official release of Build 27 intended for general use.
    66
    77
     
    3838  - Odin runtime version 0.8.5 or above:
    3939
    40     ftp://ftp.netlabs.org/pub/odin/0.8.5/odin-0.8.5.zip
     40    ftp://ftp.netlabs.org/pub/odin/0.8.8/odin-0.8.8.zip
    4141
    4242  - Extended system tray widget for XCenter version 0.1.1 or above (optional,
  • trunk/tools/CreateImageZIPs.cmd

    r399 r408  
    11/*REXX*/
    22
    3 ver_id = 'openjdk6_b25'
     3ver_id = 'openjdk6_b27'
    44
    5 build_id = 'ga3-20120721'
     5build_id = 'ga4-20121231'
    66
    77src_path = '..'
Note: See TracChangeset for help on using the changeset viewer.