Changeset 408
- Timestamp:
- Dec 31, 2012, 5:24:29 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/CHANGES.OS2
r399 r408 4 4 5 5 CHANGES 6 7 1.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 6 19 7 20 1.6.0 Build 25 GA3 (2012-07-21) -
trunk/doc/README.OS2
r399 r408 1 1 OpenJDK 6 for OS/2 and eCS 2 2 3 Version 1.6.0 Build 2 5 GA3 (2012-07-21)4 5 This is an official release of Build 2 5intended for general use.3 Version 1.6.0 Build 27 GA4 (2012-12-31) 4 5 This is an official release of Build 27 intended for general use. 6 6 7 7 … … 38 38 - Odin runtime version 0.8.5 or above: 39 39 40 ftp://ftp.netlabs.org/pub/odin/0.8. 5/odin-0.8.5.zip40 ftp://ftp.netlabs.org/pub/odin/0.8.8/odin-0.8.8.zip 41 41 42 42 - Extended system tray widget for XCenter version 0.1.1 or above (optional, -
trunk/tools/CreateImageZIPs.cmd
r399 r408 1 1 /*REXX*/ 2 2 3 ver_id = 'openjdk6_b2 5'3 ver_id = 'openjdk6_b27' 4 4 5 build_id = 'ga 3-20120721'5 build_id = 'ga4-20121231' 6 6 7 7 src_path = '..'
Note:
See TracChangeset
for help on using the changeset viewer.