Skip to content

Release v0.4.7-0

Choose a tag to compare

@go-while go-while released this 03 Sep 13:59
· 153 commits to main since this release
5ccd9a6

Go-Pugleaf v0.4.7-0

Automated release build of go-pugleaf NNTP server and web gateway.

Included Binaries:

  • webserver - Main web interface
  • pugleaf-fetcher - Article fetcher from NNTP providers
  • pugleaf-nntp-server - NNTP server implementation
  • expire-news - Article expiration tool
  • merge-active - Active file merger
  • merge-descriptions - Description file merger
  • test-MsgIdItemCache - Cache testing tool
  • history-rebuild - History rebuild utility
  • fix-references - Reference fixing tool
  • fix-thread-activity - Thread activity fixer
  • rslight-importer - RSLight data importer
  • nntp-analyze - NNTP analysis tool
  • recover-db - Database recovery tool

Platform Support:

  • Linux (amd64, arm64)
  • macOS (amd64, arm64)
  • Windows (amd64)

Binary Verification:

All binaries include SHA256 checksums for integrity verification:

  • SHA256SUMS.txt - Comprehensive checksums for all platforms
  • checksums-{os}-{arch}.sha256 - Individual platform checksums
  • Each archive also contains a checksums.sha256 file for verification after extraction

Verification Examples:

# Verify individual platform binaries
sha256sum -c checksums-linux-amd64.sha256

# Verify after archive extraction
tar -xzf go-pugleaf-v0.4.7-0-linux-amd64.tar.gz
cd build/
sha256sum -c checksums.sha256

Extract the archive for your platform and run the binaries.
See README.md for usage instructions.