Changeset 305
- Timestamp:
- Jun 27, 2011, 8:47:46 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/CHANGES.OS2
r290 r305 4 4 5 5 CHANGES 6 7 8 1.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. 6 16 7 17 -
trunk/doc/README.OS2
r299 r305 1 1 OpenJDK 6 for OS/2 and eCS 2 2 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. 3 Version 1.6.0 Build 22 GA (2011-06-27) 4 5 This is an official release of Build 22 intended for general use. 7 6 8 7 … … 37 36 http://download.smedley.info/gcc452.zip 38 37 39 - Odin32 library version 0.6.216 32 (2011-05-12) or above:40 41 ftp://ftp.netlabs.org/pub/odin/odin32bin-20110 512-release.wpi38 - Odin32 library version 0.6.21659 (2011-06-27) or above: 39 40 ftp://ftp.netlabs.org/pub/odin/odin32bin-20110627-release.wpi 42 41 43 42 - Extended system tray widget for XCenter version 0.1.1 or above (optional, … … 89 88 default Type1 fonts, do the following: 90 89 91 1. Install Liberation fonts either from this WPI archive:92 93 http://hobbes.nmsu.edu/ download/pub/multimedia/fonts/truetype/liberation_106.wpi90 1. Install Liberation fonts either from a WPI archive you can find here: 91 92 http://hobbes.nmsu.edu/h-search.php?key=Liberation 94 93 95 94 or manually by performing these steps: -
trunk/tools/CreateImageZIPs.cmd
r291 r305 3 3 ver_id = 'openjdk6_b22' 4 4 5 build_id = ' wse-20110512'5 build_id = 'ga-20110627' 6 6 7 7 src_path = '..'
Note:
See TracChangeset
for help on using the changeset viewer.