Skip to content

Stacked Git 2.3.0

Compare
Choose a tag to compare
@jpgrayson jpgrayson released this 25 May 22:53
· 479 commits to master since this release
v2.3.0
d34715b

The headline feature for this release is prebuilt StGit packages for various platforms. Unofficial deb and rpm packages containing a statically linked stg executable should help solve the problem of how to deploy a modern version of StGit on distributions using deb and rpm packages. And a shiny new msi package makes StGit natively deployable on Windows without requiring users to build it themselves.

This release gets a minor bump because the import-compressed feature has been removed in favor of always-on support for importing compressed patches and tarball series. Part of this change was switching from the bzip2 crate, which depends on the system libbz2, to the pure-Rust bzip2-rs crate which allows for static linking when not using the import-url feature.

This release also contains a few more bugfixes to stg import.

Removed

  • import-compressed is always enabled, no longer a feature

Added

  • unofficial deb and rpm packages
  • msi package for Windows

Fixed

  • fix(import): would panic without import-url feature
  • fix(import): patch numbers not stripped from name

Changed

  • use bzip2-rs instead of bzip2 crate
  • update dependencies