Latest Release
- Repository: MostroP2P/mostro
- Published on: 2025-02-28 19:53:38 UTC
- Version Tag: 0.13.2
- By: grunch
- On GitHub: MostroP2P/mostro/releases
Verifying the Release
In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:
bash curl https://raw.githubusercontent.com/MostroP2P/mostro/main/keys/negrunch.asc | gpg --import
Once you have the required PGP keys, you can verify the release (assuming manifest.txt.sig and manifest.txt are in the current directory) with: ```bash gpg --verify manifest.txt.sig manifest.txtgpg: Firmado el jue 03 ago 2023 15:07:05 -03 gpg: usando RSA clave 1E41631D137BA2ADE55344F73852B843679AD6F0 gpg: Firma correcta de "Francisco Calderón fjcalderon@gmail.com" [absoluta]
`` That will verify the signature of the manifest file, which ensures integrity and authenticity of the archive you've downloaded locally containing the binaries. Next, depending on your operating system, you should then re-compute the sha256 hash of the archive with
shasum -a 256`, compare it with the corresponding one in the manifest file, and ensure they match exactly. What's Changed
- Update develop with latest from main by @grunch in https://github.com/MostroP2P/mostro/pull/440
- Cosmetics changes by @grunch in https://github.com/MostroP2P/mostro/pull/442
- Shows relay list on relay list event job by @grunch in https://github.com/MostroP2P/mostro/pull/443
- Fix on some full privacy cases by @grunch in https://github.com/MostroP2P/mostro/pull/446
- Refactoring code removing unwraps() by @grunch in https://github.com/MostroP2P/mostro/pull/449
- Removes unnecesary notification by @grunch in https://github.com/MostroP2P/mostro/pull/451
- Feat: issue #437 implementation by @arkanoider in https://github.com/MostroP2P/mostro/pull/445
- Feat: issue #427 avoid multiple pending orders by @arkanoider in https://github.com/MostroP2P/mostro/pull/444
- Correct full privacy mode check when orders arrives by @arkanoider in https://github.com/MostroP2P/mostro/pull/454
Full Changelog: https://github.com/MostroP2P/mostro/compare/0.13.1...0.13.2
Data updated on: 2025-04-25 01:36 UTC