pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/openjdk7



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Jun 14 22:44:53 UTC 2014

Modified Files:
        pkgsrc/lang/openjdk7: Makefile PLIST distinfo options.mk

Log Message:
Update to 1.7.60 (7u60)

Changelog:
>From release notes for Oracle JDK 7u60
http://www.oracle.com/technetwork/java/javase/7u60-relnotes-2200106.html .

Java SE Development Kit 7, Update 60 (JDK 7u60)

The full version string for this update release is 1.7.0_60-b19 (where "b" 
means "build"). The version number is 7u60.
Highlights

This update release contains several enhancements and changes including the 
following:

  Java Mission Control
  New Features and Changes

IANA Data 2014b

JDK 7u60 contains IANA time zone data version 2014b. For more information, 
refer to Timezone Data Versions in the JRE Software.

JavaFX

This JDK release includes JavaFX version 2.2.60.
Java Mission Control

This JDK release includes Java Mission Control(JMC) version 5.3. For more 
information, see JMC 5.3 Release Notes.
New Features and Changes

Java ignores deployment.expiration.check.enabled property for first launch

If you have an older version of Java and expiration check is turned off through 
deployment.properties file, Java may ignore this property for first launch.

To ensure that expiration check is disabled, use the following Java Web Start 
command:
javaws -userConfig deployment.expiration.check.enabled false

If this property is changed in the deployment.properties file, open the Java 
Control Panel before starting an application to ensure that the native cache is 
synchronized with the file. For more information, see Deployment Configuration 
File and Properties.
New flags added to Java Management API

The flags MinHeapFreeRatio and MaxHeapFreeRatio have been made manageable. This 
means they can be changed at runtime using the management API in Java. Support 
for these flags have also been added to the ParallelGC as part of the adaptive 
size policy.
Bug Fixes

For a list of bug fixes included in this release, see JDK 7u60 Bug Fixes page.

The following are some of the notable bug fixes in this release:

Area: security-libs/java.security
Synopsis: Realm.getRealmsList returns realms list in wrong order

Java does not support the [capaths] section in krb5.conf correctly if there are 
more then one intermediate realm between the client realm and the server realm.

See 8012615.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/lang/openjdk7/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/openjdk7/PLIST
cvs rdiff -u -r1.47 -r1.48 pkgsrc/lang/openjdk7/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/openjdk7/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index