aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-09-25 09:34:24 +0000
committermerakor <cem@ckyln.com>2020-09-25 09:34:24 +0000
commit14c751413885c93bda0b1369604e87218a33cbf4 (patch)
treeaaaf6d7d6013b570f4569a2eadcd96e20d2f3456
parent0bb2aaae1318ff8fadd3585ad29b91905825b6ab (diff)
downloadcpt-14c751413885c93bda0b1369604e87218a33cbf4.tar.gz
cpt: bump to 4.1.14.1.1
FossilOrigin-Name: 6539b980bad100d88bc9a630e5efa4391e75e7ba3d659751e191f26e3bff151d
-rw-r--r--CHANGELOG.md14
-rw-r--r--src/cpt-lib2
2 files changed, 15 insertions, 1 deletions
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
}