Fixed bug in verifying external files

This commit is contained in:
Yutaka Sawada
2024-06-09 12:48:50 +09:00
committed by GitHub
parent de3a853228
commit efe921aff5
5 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@@ -4,12 +4,13 @@ Release note of v1.3.3 tree
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
[ Changes from 1.3.3.2 to 1.3.3.3 ] (2024/02/11) [ Changes from 1.3.3.2 to 1.3.3.3 ] (2024/06/09)
PAR2 client update PAR2 client update
Bug fix Bug fix
Fixed a bug in GPU acceleration, when there are many OpenCL devices. Fixed a bug in GPU acceleration, when there are many OpenCL devices.
Failure of splitting source files with numerical extension was fixed. Failure of splitting source files with numerical extension was fixed.
Faulty prediction of the last block in a file with repeated data was fixed.
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

View File

@@ -1,4 +1,4 @@
v1.3.3 の更新情報 (2024/02/11) v1.3.3 の更新情報 (2024/06/09)
 まだ動作実験中ですので、不安な人は前のバージョンを使ってください。  まだ動作実験中ですので、不安な人は前のバージョンを使ってください。

Binary file not shown.

Binary file not shown.