From 14c751413885c93bda0b1369604e87218a33cbf4 Mon Sep 17 00:00:00 2001 From: merakor Date: Fri, 25 Sep 2020 09:34:24 +0000 Subject: cpt: bump to 4.1.1 FossilOrigin-Name: 6539b980bad100d88bc9a630e5efa4391e75e7ba3d659751e191f26e3bff151d --- CHANGELOG.md | 14 ++++++++++++++ src/cpt-lib | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca560ec..b63791e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,20 @@ this project _somewhat_ adheres to [Semantic Versioning]. [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +4.1.1 - 2020-09-25 +-------------------------------------------------------------------------------- + +### Changed +- Git clones now fetch tags if commits are specified. This makes the operation + longer, but not as long as cloning the whole repository while building a + package. +- `pkg_fixdeps()` now outputs to `stderr` instead of `/dev/tty`. You can now + have fully silent builds. + +### Fixed +- Fixed the `as_root()` function when using `su`. + + 4.1.0 - 2020-09-11 -------------------------------------------------------------------------------- diff --git a/src/cpt-lib b/src/cpt-lib index fd4b13e..cdc7d93 100644 --- a/src/cpt-lib +++ b/src/cpt-lib @@ -8,7 +8,7 @@ # Currently maintained by Cem Keylan. version() { - log "Carbs Packaging Tools" 4.1.0 + log "Carbs Packaging Tools" 4.1.1 exit 0 } -- cgit v1.2.3