GPU-Z 歷史舊版本 Page8

最新版本 GPU-Z 2.56.0

GPU-Z 歷史版本列表

GPU- Z 應用程序被設計成一個輕量級的工具,會給你所有關於你的視頻卡和 GPU 的信息。 GPU- Z 支持 NVIDIA 和 ATI 卡,顯示適配器,GPU 和顯示信息,超頻,默認時鐘,3D 時鐘(如果可用)和結果驗證。下載 GPU- Z 離線安裝程序設置!GPU- Z 主要功能: 支持 NVIDIA,ATI 和 Intel 圖形設備顯示適配器,GPU 和顯示信息顯示超頻,默認時鐘和 3D ... GPU-Z 軟體介紹


MariaDB 10.6.4 (64-bit) 查看版本資訊

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

What's new in this version:

InnoDB:
- InnoDB no longer acquires advisory file locks by default
- Encryption: Automatically disable key rotation checks for file_key_management plugin
- Some fixes from MySQL 5.7.35
- Fixed scrubbing on AIX
- buf_pool.flush_list corrupted by buffer pool resizing or ROW_FORMAT=COMPRESSED

Optimizer:
- A query that uses ORDER BY .. LIMIT clause and "Range checked for each record optimization" could produce incorrect results under some circumstances
- Queries that have more than 32 equality conditions comparing columns of different tables ("tableX.colX=tableY.colY) could cause a stack overrun in the query optimizer
- "Condition pushdown into derived table" optimization cannot be applied if the expression being pushed refers to a derived table column which is computed from expression that has a stored function call, @session variable reference, or other similar construct. The fix for MDEV-25969 makes it so that only the problematic part of the condition is not pushed. The rest of the condition is now pushed.
- A query with window function on the left side of the subquery could cause a crash.
- Fixed the issue fixed in MySQL Bug #76803: DML or locking SELECT statements that use outer joins could produce this warning in the error log: [ERROR] InnoDB: Unlock row could not find a 3 mode lock on the record.

Packaging & Misc:
- As per the MariaDB Deprecation Policy, this will be the last release of MariaDB 10.6 for Ubuntu 20.10 Groovy
- Debian 11 Bullseye repositories added
- Galera updated to 26.4.9
- Linux on IBM Z (s390x) architecture added with releases on Ubuntu-20.04 Focal

Security:
Fixes for the following security vulnerabilities:
- CVE-2021-2372
- CVE-2021-2389

GPU-Z 2.43.0 查看版本資訊

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

What's new in this version:

Added:
- ability to read NVIDIA Ampere Laptop power limits in Advanced -> NVIDIA BIOS
- support for NVIDIA Quadro RTX 3000 (TU106-B)

Fixed:
- crash on startup on some older Radeon cards
- EU count for Intel Rocket Lake
- screenshot feature crashing under Windows XP. This bug first appeared in 2.39

MP4 Player 4.5.12 查看版本資訊

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

GPU-Z 2.42.0 查看版本資訊

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

What's new in this version:

Added:
- support for Intel Alder Lake and Tiger Lake Server
- display of NVIDIA low hashrate status in GPU name field, e.g. "GA102 (LHR)"
- support for new RTX 3060 variant based on GA104
- support for resizable BAR detection on Radeon RX 5000 Series
- command line parameter "-log", which, when followed by a filename, sets the sensor log filename and begins logging once GPU-Z has started
- release date for Intel Tiger Lake
- support for NVIDIA RTX 3050 Ti Mobile (GA106), T1200 Mobile, GRID K340, GRID M30, Q12U-1
- support for AMD Radeon Pro W6800X, Barco MXRT-8700

Fixed:
- AMD Navi 2x not showing as DirectX 12_2 compatible
- crash during screenshots
- crash in render test
- crash on some systems while preparing Resizable BAR report
- memory clock readings on some AMD APUs

- Improved EVGA iCX sensor reading stability
- Radeon HD 5000 Series cards will now display the ATI logo

Netcut 3.0.156 查看版本資訊

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

Lively Wallpaper 1.7.2.0 查看版本資訊

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

What's new in this version:

- New wallpaper playback options under performance menu
- Power saving mode/Battery saver wallpaper pause
- Remote desktop wallpaper pause
- Fixed unable to select desktop icons when using webpage wallpapers
- mpv player will now skip global config file if present
- Additional safety checks added to detect failure
- Lively will self terminate if explorer crashes more than once in 30s
- Fixed an issue where wallpapers appears infront covering desktop
- Disabled lockscreen wallpaper option due to reported bugs
- Performance improvements and fixes
- Updated .net core runtime v3.1.19
- May require a system restart after update
- Updated dependent libraries
- Updated CefSharp browser
- Updated mpv player
- Updated language translations

Opera GX 79.0.4143.60 (64-bit) 查看版本資訊

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

Playnite 8.15 查看版本資訊

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

What's new in this version:

Fixed:
- EGS authentication not working

OpenSSL 1.1.1l (32-bit) 查看版本資訊

更新時間:2021-08-25
更新細節:

What's new in this version:

Fixed an SM2 Decryption Buffer Overflow:
- In order to decrypt SM2 encrypted data an application is expected to call the API function EVP_PKEY_decrypt(). Typically an application will call this function twice. The first time, on entry, the "out" parameter can be NULL and, on exit, the "outlen" parameter is populated with the buffer size required to hold the decrypted plaintext. The application can then allocate a sufficiently sized buffer and call EVP_PKEY_decrypt() again, but this time passing a non-NULL value for the "out" parameter.
- A bug in the implementation of the SM2 decryption code means that the calculation of the buffer size required to hold the plaintext returned by the first call to EVP_PKEY_decrypt() can be smaller than the actual size required by the second call. This can lead to a buffer overflow when EVP_PKEY_decrypt() is called by the application a second time with a buffer that is too small.
- A malicious attacker who is able present SM2 content for decryption to an application could cause attacker chosen data to overflow the buffer by up to a maximum of 62 bytes altering the contents of other data held after the buffer, possibly changing application behaviour or causing the application to crash. The location of the buffer is application dependent but is typically heap allocated.

Fixed various read buffer overruns processing ASN.1 strings:
- ASN.1 strings are represented internally within OpenSSL as an ASN1_STRING structure which contains a buffer holding the string data and a field holding the buffer length. This contrasts with normal C strings which are repesented as a buffer for the string data which is terminated with a NUL (0) byte.
- Although not a strict requirement, ASN.1 strings that are parsed using OpenSSL's own "d2i" functions (and other similar parsing functions) as well as any string whose value has been set with the ASN1_STRING_set() function will additionally NUL terminate the byte array in the ASN1_STRING structure.
- However, it is possible for applications to directly construct valid ASN1_STRING structures which do not NUL terminate the byte array by directly setting the "data" and "length" fields in the ASN1_STRING array. This can also happen by using the ASN1_STRING_set0() function.
- Numerous OpenSSL functions that print ASN.1 data have been found to assume that the ASN1_STRING byte array will be NUL terminated, even though this is not guaranteed for strings that have been directly constructed. Where an application requests an ASN.1 structure to be printed, and where that ASN.1 structure contains ASN1_STRINGs that have been directly constructed by the application without NUL terminating the "data" field, then a read buffer overrun can occur.
- The same thing can also occur during name constraints processing of certificates (for example if a certificate has been directly constructed by the application instead of loading it via the OpenSSL parsing functions, and the certificate contains non NUL terminated ASN1_STRING structures). It can also occur in the X509_get1_email(), X509_REQ_get1_email() and X509_get1_ocsp() functions.
- If a malicious actor can cause an application to directly construct an ASN1_STRING and then process it through one of the affected OpenSSL functions then this issue could be hit. This might result in a crash (causing a Denial of Service attack). It could also result in the disclosure of private memory contents (such as private keys, or sensitive plaintext).

Lively Wallpaper 1.7.0.4 查看版本資訊

更新時間:2021-08-12
更新細節:

What's new in this version:

New:
- screensaver lock on resume option in Lively settings
- Direct3D detection pause algorithm under Performance settings
- change wallpaper system-tray menu button to quickly change wallpaper
- redesigned about and help page

- Improvements to software updater
- Periodically checks for updates automatically
- Users can manually check and install update from about page
- Added option to switch between beta and stable branch of Lively in Misc settings
- Special thanks to beta testers
- Add wallpaper page now supports multiple file selection

Fixed:
- ESC key not closing some dialogs
- local display incorrectly detected as remote
- an issue where url wallpaper preview was not closing immediately
- Livelyproperty api message being passing to wrong wallpaper in span/duplicate mode
- a bug where export .zip during wallpaper import gets executed regardless if import is cancelled

Updated:
- libraries and dependencies
- Cef browser and mpv player
- bundled .net core runtime to 3.1.18

- From now onwards runtime is updated even if the system has older version installed
- May prompt a system restart after update
- Added Spanish (Mexico) language
- Credit: Haruka-San03