Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
2.6.99.2
Baptiste Daroussin committed 1 month ago
commit 22a108d91c5abe111047954808d9f68eec005cd1
parent 846d5ca
2 files changed +12 -1
modified NEWS
@@ -1,3 +1,14 @@
+
Changes from 2.6.99.1 to 2.6.99.2
+
- fetch: switch back to libfetch, completely remove curl
+
- add: resolve shlibs and provides via symlink directory layout
+
- add: ignore dead symlinks for provides/requires
+
- add: skip osversion check when force is set
+
- install -A: do not mark upgraded/reinstalled packages as automatic
+
- DB: fix a race condition in db initialization
+
- 400.status-pkg: provide an option to select the source to check
+
- docs: all manpages now mention -r can be called multiple times
+
- docs: update usage for create, install and set commands
+

Changes from 2.6.99.0 to 2.6.99.1
- greatly improve the test coverage
- add support for trigger per package (pre installation, post installation)
modified auto.def
@@ -6,7 +6,7 @@ use cc cc-lib cc-shared pkg-config
set maj_ver 2
set med_ver 6
set min_ver 99
-
set dev_ver 1
+
set dev_ver 2
define PKG_API [expr {$maj_ver * 1000000 + $med_ver * 1000 + $min_ver}]
define VERSION $maj_ver.$med_ver.$min_ver[expr {$dev_ver ? ".$dev_ver" : ""}]