1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-23 15:08:37 +00:00

Update changes.txt

This commit is contained in:
Gabriele Gristina 2025-07-19 02:28:58 +02:00
parent a1e811b282
commit 5d3426adff
No known key found for this signature in database
GPG Key ID: 9F68B59298F311F0

View File

@ -145,11 +145,16 @@
- Apple Driver: Updated requirements to use Apple OpenCL API to macOS 13.0 - use
- Backend: Added workaround to get rid of internal runtimes memory leaks
- Backend: Updated filename chksum format to prevent invalid cache on Apple Silicon when switching arch
- Backend: Updated the definitions of the following functions to use a pointer to the buffer instead of the value:
(OpenCL) hc_clReleaseMemObject, hc_clReleaseKernel, hc_clReleaseProgram
(CUDA) hc_cuModuleUnload, hc_cuMemFree, hc_cuStreamDestroy, hc_cuEventDestroy
(HIP) hc_hipEventDestroy, hc_hipMemFree, hc_hipModuleUnload, hc_hipStreamDestroy
(Metal) hc_mtlReleaseMemObject, hc_mtlReleaseFunction, hc_mtlReleaseLibrary
- Backend: Splitting backend_ctx_devices_init into smaller runtime-specific functions
- Backend Checks: Describe workaround in error message when detecting more than 64 backend devices
- Backend Info: Added --machine-readable format
- Brain: Added sanity check and corresponding error message for invalid --brain-port values
- Debug: Added -g to build_options if DEBUG >= 1 and not on Apple
- Debug: Added -g to build_options if DEBUG >= 1 (only with HIP and OpenCL)
- Dependencies: Added sse2neon v1.8.0 (commit 658eeac)
- Dependencies: Updated LZMA SDK to 24.09
- Dependencies: Updated unrar source to 6.2.7