Changeset 305


Ignore:
Timestamp:
Jun 27, 2011, 8:47:46 PM (14 years ago)
Author:
dmik
Message:

release: Readme/changelog updates for GA build.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/CHANGES.OS2

    r290 r305  
    44
    55CHANGES
     6
     7
     81.6.0 Build 22 GA (2011-06-27)
     9
     10  - Fixed crashing of Java applications on SMP systems.
     11
     12  - Don't allow to use two different JVM types at a time (as it is not possible
     13    due to OS/2 LX DLL format limitations) and give an error message instead.
     14
     15  - A number of minor fixes in JVM and Odin libraries.
    616
    717
  • trunk/doc/README.OS2

    r299 r305  
    11OpenJDK 6 for OS/2 and eCS
    22
    3 Version 1.6.0 Build 22 WSE (2011-05-12)
    4 
    5 This is a special Warpstock Europe 2011 build that contains some important
    6 improvements over RC2.
     3Version 1.6.0 Build 22 GA (2011-06-27)
     4
     5This is an official release of Build 22 intended for general use.
    76
    87
     
    3736    http://download.smedley.info/gcc452.zip
    3837
    39   - Odin32 library version 0.6.21632 (2011-05-12) or above:
    40 
    41     ftp://ftp.netlabs.org/pub/odin/odin32bin-20110512-release.wpi
     38  - Odin32 library version 0.6.21659 (2011-06-27) or above:
     39
     40    ftp://ftp.netlabs.org/pub/odin/odin32bin-20110627-release.wpi
    4241
    4342  - Extended system tray widget for XCenter version 0.1.1 or above (optional,
     
    8988  default Type1 fonts, do the following:
    9089
    91   1. Install Liberation fonts either from this WPI archive:
    92 
    93      http://hobbes.nmsu.edu/download/pub/multimedia/fonts/truetype/liberation_106.wpi
     90  1. Install Liberation fonts either from a WPI archive you can find here:
     91
     92     http://hobbes.nmsu.edu/h-search.php?key=Liberation
    9493
    9594     or manually by performing these steps:
  • trunk/tools/CreateImageZIPs.cmd

    r291 r305  
    33ver_id = 'openjdk6_b22'
    44
    5 build_id = 'wse-20110512'
     5build_id = 'ga-20110627'
    66
    77src_path = '..'
Note: See TracChangeset for help on using the changeset viewer.