Next | Query returned 36 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2017-08-18 15:54:17 by Ryo ONODERA | Files touched by this commit (3)
Log message:
Update oracle-jre8 and oracle-jdk8 to 8.0.144

Changelog:
Security fixes and bug fixes.
   2017-06-01 15:30:26 by Johnny C. Lam | Files touched by this commit (21)
Log message:
Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE.
   2017-05-16 13:55:30 by Ryo ONODERA | Files touched by this commit (3) | Package updated
Log message:
Update to 8.0.131

Changelog:
Bugfixes:
1	JDK-7155957	client‑libs	java.awt	closed/java/awt/MenuBar/MenuBarStress1/MenuBarStress1.java \ 
hangs on win 64 bit with jdk8
2	JDK-8035568	client‑libs	java.awt	[macosx] Cursor management unification
3	JDK-8079595	client‑libs	java.awt	Resizing dialog which is JWindow parent \ 
makes JVM crash
4	JDK-8169589	client‑libs	java.awt	[macosx] Activating a JDialog puts to \ 
back another dialog
5	JDK-8147842	client‑libs	javax.swing	IME Composition Window is displayed \ 
at incorrect location
6	JDK-7167293	core‑libs	java.net	FtpURLConnection connection leak on \ 
FileNotFoundException
7	JDK-8169465	core‑libs	javax.naming	Deadlock in \ 
com.sun.jndi.ldap.pool.Connections
8	JDK-8133045	deploy	deployment_toolkit	java.lang.SecurityException: Failed to \ 
extract baseline.versions error
9	JDK-8028538	deploy	webstart	Fedora Linux issue with jnlp‑servlet.jar demo \ 
source code license
10	JDK-8170646	deploy	webstart	JNLP fails to get loaded with old javaws when \ 
multiple jres (jre9 and jre8u111) installed
11	JDK-8075196	docs	guides	CosNaming's implementation doesn't comply with the \ 
specification
12	JDK-8161147	hotspot	compiler	jvm crashes when \ 
‑XX:+UseCountedLoopSafepoints is enabled
13	JDK-8161993	hotspot	gc	G1 crashes if active_processor_count changes during startup
14	JDK-8147910	hotspot	runtime	Cache initial active_processor_count
15	JDK-8150490	hotspot	runtime	Update OS detection code to recognize Windows \ 
Server 2016
16	JDK-8170888	hotspot	runtime	[linux] Experimental support for cgroup memory \ 
limits in container (ie Docker) environments
17	JDK-8166208	hotspot	svc	FlightRecorderOptions settings for defaultrecording \ 
ignored.
18	JDK-8161945	install	install	REGRESSION: 8u91 update of 32 bit JRE removes \ 
preferences of the 64 bit JRE
19	JDK-8172932	install	install	JRE installation fails with 1603 on Windows 10 \ 
with enabled Deviceguard
20	JDK-8089915	javafx	web	Input of type file doesn't honor "accept" \ 
attribute.
21	JDK-8090216	javafx	web	HTMLEditor: font bold doesn't work when an indent is set
22	JDK-8144263	javafx	web	[WebView, OS X] Webkit rendering artifacts with \ 
inertia scrolling
23	JDK-8150982	javafx	web	Crash when calling WebEngine.print on background thread
24	JDK-8164314	javafx	web	[WebView] Debug build is no longer working after \ 
JDK‑8089681
25	JDK-8165098	javafx	web	WebEngine.print will attempt to print even if the \ 
printer job is complete or has an error
26	JDK-8165173	javafx	web	canvas/philip/tests/2d.path.clip.empty.html fails with \ 
8u112
27	JDK-8165508	javafx	web	Incorrect Bug ID in comment for JDK-8164076
28	JDK-8166231	javafx	web	use @Native annotation in web classes
29	JDK-8166677	javafx	web	HTMLEditor freezes after restoring previously \ 
maximized window
30	JDK-8166775	javafx	web	Audio slider works incorrectly for short files
31	JDK-8166999	javafx	web	Update to newer version of WebKit
32	JDK-8167098	javafx	web	Backport of JDK‑8158926 to JDK 8u mistakenly used \ 
preliminary patch
33	JDK-8167100	javafx	web	Minor source diffs introduced in backports of \ 
JDK-8160837 and JDK-8163582
34	JDK-8167675	javafx	web	Animated gifs are not working
35	JDK-8169204	javafx	web	Need to document JSObject Call and setSlot APIs to use \ 
weak references
36	JDK-8170585	javafx	web	Fix PlatformContextJava type leaking to GraphicsContext
37	JDK-8170938	javafx	web	Memory leak in JavaFX WebView
38	JDK-8173783	security‑libs	javax.net.ssl	IllegalArgumentException: \ 
jdk.tls.namedGroups
39	JDK-6474807	security‑libs	javax.smartcardio	(smartcardio) \ 
CardTerminal.connect() throws CardException instead of CardNotPresentException
40	JDK-8168774	tools	javac	Polymorhic signature method check crashes javac
41	JDK-8167485	tools	visualvm	Integrate new version of Java VisualVM based on \ 
VisualVM 1.3.9 into JDK
42	JDK-8167179	xml	jaxp	Make XSL generated namespace prefixes local to \ 
transformation process
   2017-03-11 08:36:10 by Ryo ONODERA | Files touched by this commit (8)
Log message:
Update to 8.0.121

Changelog:
## New features
security-libs/javax.xml.crypto
Added security property to configure XML Signature secure validation mode

core-libs/java.io:serialization
Serialization Filter Configuration

core-libs/java.rmi
RMI Better constraint checking

security-libs
Add mechanism to allow non-default root CAs to not be subject to algorithm \ 
restrictions

## Changes
security-libs/javax.net.ssl
Make 3DES as a legacy algorithm in the JSSE provider

security-libs/javax.net.ssl
Improve the default strength of EC in JDK

tools/javadoc(tool)
New --allow-script-in-comments option for javadoc

security-libs/javax.xml.crypto
Increase the minimum key length to 1024 for XML Signatures

docs/release_notes
Restrict certificates with DSA keys less than 1024 bits.

security-libs
More checks added to DER encoding parsing code

core-libs/java.net
Additional access restrictions for URLClassLoader.newInstance

core-libs/java.util.logging
A new configurable property in logging.properties \ 
java.util.logging.FileHandler.maxLocks

## Bug Fixes
client-libs/javax.swing
Trackpad scrolling of text on OS X 10.12 Sierra is very fast
   2016-09-19 08:57:49 by Ryo ONODERA | Files touched by this commit (7) | Package updated
Log message:
Update to 8.0.102 based on a update from prlw1@

Chagnelog:
Fix the following vulnerabilities
CVE-2016-3587
CVE-2016-3606
CVE-2016-3552
CVE-2016-3511
CVE-2016-3503
CVE-2016-3498
CVE-2016-3500
CVE-2016-3508
CVE-2016-3458
CVE-2016-3550
CVE-2016-3485
   2016-05-21 00:24:09 by David Sainty | Files touched by this commit (1)
Log message:
Reinstate old jce_policy-8.zip distinfo, and add new
jre-8u92-linux-i586.tar.gz distinfo.

Verified via https://www.oracle.com/webfolder/s/digest/8u92checksum.html
   2016-05-14 17:49:54 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Unbreak the Darwin build.
   2016-05-08 20:06:09 by Christos Zoulas | Files touched by this commit (3) | Package updated
Log message:
update from 72 -> 92
   2016-01-23 05:12:08 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Fix native Linux/i386 PLIST
   2016-01-22 15:18:42 by Ryo ONODERA | Files touched by this commit (9)
Log message:
Update to 8.0.72

* OS X PLIST is not verified.

Changelog:
The following vulnerabilities are fixed.
CVE-2016-0494
CVE-2015-8126
CVE-2016-0483
CVE-2016-0475
CVE-2016-0402
CVE-2016-0466
CVE-2016-0448
CVE-2015-7575

And some bugfixes:
See http://www.oracle.com/technetwork/java/javase/8u72-bugfixes-2775805.html

Next | Query returned 36 messages, browsing 21 to 30 | Previous