Java Development Kit (64-bit) 歷史舊版本 Page4

最新版本 Java JDK 19.0.2 (64-bit)

Java Development Kit (64-bit) 歷史版本列表

Java Development Kit 64 位(也稱為 JDK)包含編譯,調試和運行使用 Java 編程語言編寫的小應用程序和應用程序所需的軟件和工具。 JDK 的主要組件是一組編程工具,包括 javac,jar 和 archiver,它們把相關的類庫打包成一個 JAR 文件。這個工具還有助於管理 JAR 文件,javadoc - 文檔生成器,它自動從源代碼註釋生成文檔,jdb - 調試器... Java Development Kit (64-bit) 軟體介紹


Java JDK 17.0.1 (64-bit) 查看版本資訊

更新時間:2021-10-20
更新細節:

What's new in this version:

Removed Features and Options:
security-libs/java.security:
Removed IdenTrust Root Certificate:
- The following root certificate from IdenTrust has been removed from the cacerts keystore: + alias name "identrustdstx3 [jdk]"
- Distinguished Name: CN=DST Root CA X3, O=Digital Signature Trust Co

Other Notes:
core-libs/java.lang:
Release Doesn't Correctly Recognize Windows 11:
- This release doesn't correctly identify Windows 11. The property os.name is set to Windows 10 on Windows 11. In HotSpot error logs, the OS is identified as Windows 10; however, the HotSpot error log does show the Build number. Windows 11 has Build 22000.194 or above.

core-libs/javax.naming:
System Property to Control Reconstruction of Reference Address Objects by JDK's Built-in JNDI LDAP Implementation:
- The scope of the com.sun.jndi.ldap.object.trustSerialData system property has been extended to control the deserialization of java objects from the javaReferenceAddress LDAP attribute. This system property now controls the deserialization of java objects from the javaSerializedData and javaReferenceAddress LDAP attributes.
- To prevent deserialization of java objects from these attributes, the system property can be set to false. By default, the deserialization of java objects from javaSerializedData and javaReferenceAddress attributes is allowed.

hotspot/runtime:
Release Doesn't Correctly Recognize Windows Server 2022:
- This release doesn't correctly identify Windows Server 2022. The property os.name is set to Windows Server 2019 on Windows Server 2022. In HotSpot error logs the OS is identified as Windows Server 2019; however, the HotSpot error log does show the Build number. Windows Server 2022 has Build 20348, or above.

Fixed:
- This release also contains fixes for security vulnerabilities described in the Oracle Critical Patch Update. For a more complete list of the bug fixes included in this release, see the JDK 17.0.1 Bug Fixes page.

Electron 15.3.0 (64-bit) 查看版本資訊

更新時間:2021-10-20
更新細節:

What's new in this version:

Features:
- Began passing securityOrigin in details for permission request handlers for media requests in addition to permission check handlers

Fixed:
- Fixed a potential crash when setting nativeTheme.themeSource on macOS
- Fixed possible 'Object has been destroyed' error when calling window.open with a frame name and using setWindowOpenHandler
- Generate valid config.gypi file in Node.js headers
- Removes several Chromium private APIs from Mac Apple Store builds

Other Changes:
- Changed Web Serial to use ses.setDevicePermissionHandler to allow developers more control over Web Serial permissioning

Sandboxie Classic 5.53.0 (64-bit) 查看版本資訊

更新時間:2021-10-16
更新細節:

What's new in this version:

Added:
- debug switch to disable Sbie console redirection "NoSandboxieConsole=y"
- -- note that this was previously part of "NoSandboxieDesktop=y"
- Sbie+ version to the log
- uninstall cleanup of extra files for the Plus installer
- set language for Sandman for the Plus installer
- EventLog messages with SbieMsg.dll for the Plus installer
- group expansion state is now saved
- additional filters to the trace tab

Changed:
- reworked and extended RPC logging
- reintroduced the "UseRpcMgmtSetComTimeout=some.dll,n" setting to be used when no "RpcPortBinding" entry is specified
- --- this allows to enable/disable out of box RPC binding independently from the timeout setting
- the "BoxNameTitle" value can now be set explicitly on a per image name basis

Fixed:
- inability to delete read-only files from sandboxed explorer
- wrong recovery target in Plus UI
- SBIE2101 issue introduced with 0.9.7a
- sorting in the box picker window
- tray refresh issue
- tray activity display
- recovery window not displaying in taskbar
- dark theme preset not updating in real time
- Microsoft Edge complaining about "FakeAdminRights=y"
- issue with using local template in the global section
- issue with git.exe from MinGW freezing
- issue with search highlighting when using in dark mode

Removed:
- removed the ability to sort the trace log as it took too much CPU

Electron 15.2.0 (64-bit) 查看版本資訊

更新時間:2021-10-15
更新細節:

What's new in this version:

Features:
- Added commandLine.removeSwitch to allow apps to remove command line switches from Chromiums internal command line representation

Fixed:
- Fixed a JavaScript exception from webContents if render frame was disposed in WebFrameMain, resets the value of render_frame_disposed_ after updating render frame host
- Fixed black window when screen capturing a content-protected BrowserWindow on Windows 10
- Fixed crash when changing zoom level for webview

Other Changes:
- Updated Chromium to 94.0.4606.81

Electron 15.1.2 (64-bit) 查看版本資訊

更新時間:2021-10-09
更新細節:

What's new in this version:

Fixed:
- Fixed an potential crash in WebContents::MessageTo when a render frame has been destroyed
- Fixed issue where non-resizable frameless windows aren't draggable

Other Changes:
- Backported fix for 1251688
- Updated Chromium to 94.0.4606.71

Electron 14.1.1 (64-bit) 查看版本資訊

更新時間:2021-10-09
更新細節:

What's new in this version:

Fixed:
- Fixed issue where non-resizable frameless windows aren't draggable
- Removed expired DST Root CA X3 from the bundled trust store

Other Changes:
- Security: backported fix for CVE-2021-37967
- Security: backported fix for CVE-2021-37968
- Security: backported fix for CVE-2021-37970
- Security: backported fix for CVE-2021-37975
- Security: backported fix for chromium:1248665

Electron 15.1.1 (64-bit) 查看版本資訊

更新時間:2021-10-05
更新細節:

What's new in this version:

Fixed:
- Fixed "Failed to serialize arguments" error when emitting 'context-menu' event for webview
- Removed expired DST Root CA X3 from the bundled trust store

Electron 15.1.0 (64-bit) 查看版本資訊

更新時間:2021-10-01
更新細節:

What's new in this version:

Features:
- Added WebHID support
- Added frame property to the params object of the 'context-menu' event
- Added isMainFrame argument to 'certificate-error' event
- Added textWidth option to dialog.showMessageBox() / dialog.showMessageBoxSync()

Fixed:
- Let's Encrypt DST Root CA X3 certificate expiration
- a crash in navigator.fonts.query()
- an issue where BrowserView dragging behavior was inconsistent with MacOS window dragging
- an issue where button labels in file choosers were improperly localized on Linux(Also in 14, 16)
- an issue where changes to draggable regions in a BrowserWindow incorrectly affected those in an attached BrowserView
- an issue where non-resizable non-fullscreenable windows with aspect ratios set could return incorrect results for isMaximized()
- an issue where out-of-focus BrowserViews could not be immediately dragged
- an issue where some calls to crypto.createPrivateKey made with algorithms unsupported by BoringSSL cause a crash when invoking methods on their return values
- black border around the page after resizing is disabled
- crash caused by double free when destroying WebContents
- crash in v8 due to (Check failed: !regexp_stack_->is_in_use())

Other Changes:
- Updated Chromium to 94.0.4606.61

Electron 14.1.0 (64-bit) 查看版本資訊

更新時間:2021-10-01
更新細節:

What's new in this version:

Features:
- Added WebHID support

Fixed:
- Let's Encrypt DST Root CA X3 certificate expiration
- an issue where BrowserView dragging behavior was inconsistent with MacOS window dragging
- an issue where changes to draggable regions in a BrowserWindow incorrectly affected those in an attached BrowserView
- potential crash when programmatically closing a draggable frameless child window

Other Changes:
- Backported fix for CVE-2021-37960

Electron 14.0.2 (64-bit) 查看版本資訊

更新時間:2021-09-30
更新細節:

What's new in this version:

Fixed:
- a crash in navigator.fonts.query()
- an issue where button labels in file choosers were improperly localized on Linux
- an issue where multiple calls toBrowserWindow.setResizable() can cause the zoom button to incorrectly be disabled on macOS
- an issue where non-resizable non-fullscreenable windows with aspect ratios set could return incorrect results for isMaximized()
- an issue where out-of-focus BrowserViews could not be immediately dragged
- black border around the page after resizing is disabled
- child windows not inheriting the correct transparency and background color settings
- crash caused by double free when destroying WebContents
- crash in v8 due to (Check failed: !regexp_stack_->is_in_use())

Other Changes:
- Updated Chromium to 93.0.4577.82