Java Runtime Environment 1.6.0.22 (32-bit)



* OlsonData 2010l
- Java SE 6u22 contains Olson time zone data version 2010l. For more information, refer to Timezone Data Versions in the JRE Software.

* Root Certificates
- Added new Entrust Root CA-G2 and updated Entrust.net CA (2048) root certificates. (Refer to 6959911.)
- Add a new host name forward map entry (in /etc/hosts, NIS, or DNS) in a special form which is recognized by Java for the purpose of validating IPv4 and IPv6 name service mappings.
- The IPv4 general name form followed by an /etc/hosts file fragment example for IP address 10.11.12.13 is:

host.auth.ddd.ccc.bbb.aaa.in-addr.arpa
# /etc/hosts example
10.11.12.13 foo.bar.com.auth.13.12.11.10.in-addr.arpa

- Pre-pend a fully qualified host name before other mappings to the same address. For example, in /etc/hosts format:

10.11.12.13 foo loghost
10.11.12.13 foo.bar.com foo loghost

* Bug Fixes
- fixes for security vulnerabilities.