Skip to content

OpenSCM v0.2.8

Choose a tag to compare

@github-actions github-actions released this 11 May 17:10
· 219 commits to main since this release

Added

  • Linux client for s390x (IBM Z / LinuxONE)scmclient is now built and packaged (deb + rpm) for s390x-unknown-linux-gnu. The server is not yet supported on s390x.
  • Linux client for i686 (32-bit x86)scmclient is now built and packaged (deb + rpm) for i686-unknown-linux-musl, covering legacy 32-bit x86 servers.
  • Linux client for LoongArch64scmclient is now built and packaged (deb + rpm) for loongarch64-unknown-linux-musl, targeting LoongArch-based servers.

Internal

  • Source code documentation — all 15 scmserver source files now carry a file-level description header and a per-function banner documenting the HTTP route, purpose, and minimum required role. No behaviour change.