Changeset 282
- Timestamp:
- Mar 28, 2011, 5:30:35 PM (14 years ago)
- Location:
- trunk/doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/CHANGES.OS2
r266 r282 4 4 5 5 CHANGES 6 7 8 1.6.0 Build 22 RC2 (2011-03-28) 9 10 - Updated OpenJDK sources to b22 (release February 2011). The main changes in 11 b22 are the latest round of security updates; in addition, there are a few 12 copyright and licensing fixes. A detailed list of all the changes in b22 is 13 available here: 14 15 http://blogs.sun.com/darcy/resource/OpenJDK_6/openjdk6-b22-changes-summary.html. 16 17 - Fixed and improved system tray support. Requires the Extended system tray 18 widget for XCenter/eCenter (see README.OS2 for a download link). 19 20 - Fixed: Sound did not work in LIBPATHSTRICT=T mode (Odin bug). 21 22 - Fixed: SIGABRT that would unexcpectedly terminate some Java applications, 23 e.g. IzPack based installers (GCC compiler bug). 24 25 - Fixed: Crash during Drag'n'Drop operations in some Java applications, e.g. 26 JAlbum (Odin bug). 27 28 - Fixed DLL loading code in the JVM that would print a useless message when 29 one of the required DLLs is not found. 30 31 - A bunch of smaller fixes in Odin libraries that should improve OpenJDK 32 behavior. 6 33 7 34 -
trunk/doc/README.OS2
r266 r282 1 1 OpenJDK 6 for OS/2 and eCS 2 2 3 Version 1.6.0 Build 19 RC (2011-02-21)3 Version 1.6.0 Build 22 RC2 (2011-03-28) 4 4 5 5 This is a release candidate build intended for testing purposes. … … 28 28 - A OS/2 Warp 4 Fixpack 16+, OS/2 Warp 4.5 or eComStation operating system. 29 29 30 - Odin32 library version 0.6.21577 (2011-02-21) or above: 31 32 ftp://ftp.netlabs.org/pub/odin/odin32bin-20110221-release.wpi 30 - Odin32 library version 0.6.21606 (2011-03-28) or above: 31 32 ftp://ftp.netlabs.org/pub/odin/odin32bin-20110328-release.wpi 33 34 - Extended system tray widget for XCenter version 0.1.1 or above (optional, 35 but required for system tray support in Java applications): 36 37 ftp://ftp.netlabs.org/pub/qt4/xsystray/xsystray-0_1_1.wpi 33 38 34 39 … … 265 270 CREDITS 266 271 267 Dmitr y A.Kuminov (development)272 Dmitriy Kuminov (development) 268 273 Silvan Scherrer (management) 269 274
Note:
See TracChangeset
for help on using the changeset viewer.