aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-11-24 23:23:44 +0000
committermerakor <cem@ckyln.com>2020-11-24 23:23:44 +0000
commit707b6cd4aaa6990349c6693fe2dff140b74370d5 (patch)
tree1d21c19e737c2edfd1b2015cc654947bd483435b /CHANGELOG.md
parentbc4c85f0ec755055baee6e27dad9c1aabedfb3f3 (diff)
downloadcpt-5.1.0.tar.gz
cpt: bump to 5.1.05.1.0
FossilOrigin-Name: 61286170f1581e6b6af180d0de2ebef9b900e3a693921d5966f66c7d619a4485
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2352f33..f714c1a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,26 @@ this project _somewhat_ adheres to [Semantic Versioning].
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
+5.1.0 - 2020-11-25
+--------------------------------------------------------------------------------
+
+### IMPORTANT
+- The `pkg_fixdeps()` function has been renmaed to `pkg_fix_deps()`.
+- `cpt-lib` now parses options for you if `parser_definition()` is defined
+ before being called.
+
+### Changed
+- `cpt-fork` can now take full path for packages.
+- `cpt-size` can now display the total size of multiple packages.
+- Updated `getoptions()` parser to version `2.0.1`
+- Added `git` to the default `cpt-base`.
+- Temporary cache creation scheme is changed from `build-$pid/` to
+ `proc/$pid/build/`
+
+### Fixed
+- Moved option parsing to cpt-lib if `parser_definition` exists. This shouldn't
+ affect existing scripts where `cpt-lib` is called before the `p
+
5.0.0 - 2020-10-06
--------------------------------------------------------------------------------