Releases: freight-team/freight
Releases · freight-team/freight
v0.3.12
v0.3.11
Ignore files generated by dpkg-buildpackage Signed-off-by: Samuli Seppänen <[email protected]>
v0.3.10
v0.3.9
New features
- new
-e
/--add-error
option tofreight-add
to raise error for identical existing package
Bug fixes
- fix Valid-Until timestamps to use UTC timezone for apt 1.3
- fix missing source tarballs with
.orig.tar.xz
extensions (note, this was later reverted), #24 - change Debian package build task directory to 'deb'
v0.3.8
v0.3.7
New features
- add configurable GPG digest algorithm, defaulting to SHA-512
- handle .tar.bz2 and .tar.lzma source files
- add shellcheck tests
Changes
- change whitespace throughout to four spaces
Bug fixes
- fix non-empty folder warning during freight-cache
- fix exit code of freight-cache --keep
- fix Valid-Until date to be a valid, parsable date
- fix warning when building archive containing only source packages (#23)
v0.3.6
New maintainers
A new team has adopted and forked the Freight project as it wasn't actively maintained. We're happy to announce v0.3.6 as the first freight-team release.
Please take note of the new Debian repository address and GPG key if upgrading, see Installing from a Debian archive for instructions.
New contributors and patches are welcome, please send pull requests to the freight-team GitHub fork. An IRC channel is also now available on the Freenode network at #freight.
Changelog
Notably this release includes fixes in the generated archive for newer Debian and Ubuntu clients to work.
New features
- support multiple GPG keys for signing Release file
- add
Date
/Valid-Util
release Packages fields for apt 1.1 compatibility - support
.orig.xz
and.debian.tar.xz
source files - French documentation linked in README
- add
freight-clear-cache
man page - add Fedora/EPEL package installation instructions
- add a test suite and Travis CI integration
Changes
- change project URLs and references to
freight-team
- freight-add temporary directories now have a
freight.
prefix - Makefile directory creation improved
Bug fixes
- fix SHA field labels in release file for apt 1.1 compatibility
- fix misleading freight-add message when
VARLIB
is not writeable (rcrowley#48) - fix apt errors with empty values in package control fields (rcrowley#53)
- raise error when config file supplied via
-c
does not exist (rcrowley#54)