Changeset 420
- Timestamp:
- Feb 17, 2013, 12:07:56 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/CHANGES.OS2
r409 r420 4 4 5 5 CHANGES 6 7 1.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 6 20 7 21 1.6.0 Build 27 GA4 (2012-12-31) -
trunk/doc/README.OS2
r408 r420 1 1 OpenJDK 6 for OS/2 and eCS 2 2 3 Version 1.6.0 Build 27 GA 4 (2012-12-31)3 Version 1.6.0 Build 27 GA5 (2013-02-17) 4 4 5 5 This is an official release of Build 27 intended for general use. … … 36 36 ftp://ftp.netlabs.org/pub/gcc/gcc4core-1_2_1.wpi 37 37 38 - Odin runtime version 0.8. 5or above:39 40 ftp://ftp.netlabs.org/pub/odin/0.8. 8/odin-0.8.8.zip38 - Odin runtime version 0.8.9 or above: 39 40 ftp://ftp.netlabs.org/pub/odin/0.8.9/odin-0.8.9.zip 41 41 42 42 - Extended system tray widget for XCenter version 0.1.1 or above (optional, -
trunk/tools/CreateImageZIPs.cmd
r408 r420 3 3 ver_id = 'openjdk6_b27' 4 4 5 build_id = 'ga 4-20121231'5 build_id = 'ga5-20130217' 6 6 7 7 src_path = '..'
Note:
See TracChangeset
for help on using the changeset viewer.