Release 2023.06, use hpcdata 8.0.4 to fix issue #324 & code clean-up
- Using hpcdata 8.0.4 to fix one problem of issue #324 (closed). The problem is because two threads access the same page cache in
LargeByteBufferobject and one used index-based read while the other one used "default" read. It turns out the default read reads based on the current buffer "cursor", not based on zero-index. The solution is to always specify the file offset. - Note: This commit doesn't fix all the data race problems described in issue #324 (closed).
- Move the apple script macos/support/template.applescript -> share/create-dmg/support/template.applescript
Edited by Laksono Adhianto