Bump version to 6.25.3

New patch release covering the macOS build target added in the previous
commit. Updates APP_VERSION, APP_VER_PATCH, package.json, and adds a
CHANGELOG section.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 09:09:51 -05:00
parent de11995a53
commit aed3b458c3
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
# drg-xmrig 6.25.3
- Added a macOS release build target: `./build.sh --macos-release` produces a portable host-arch binary (Intel `x86_64` or Apple Silicon `arm64`) with libuv/hwloc/OpenSSL linked statically from Homebrew, so it runs on stock macOS without Homebrew at runtime.
---
# drg-xmrig 6.25.2
- Fixed default pool config: `url` now includes the stratum port `pool.dragonx.is:3433` (was portless, falling back to firewalled 3333) and `algo` defaults to `rx/dragonx`.
- Clarified that the pool requires a shielded `zs-address` as the worker name (config/example placeholders updated).