Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
1.21.99.2
Baptiste Daroussin committed 1 year ago
commit 1da675e430e786b5fdb8fb5d26332a012014be9f
parent 693eafc
2 files changed +21 -1
modified NEWS
@@ -1,3 +1,23 @@
+
Changes from 1.21.99.1 to 1.21.99.2
+
- audit: add -d to audit packages in a specified directory
+
- bug fix: fix upgrade with symlinks becoming directories
+
- debug: implement debug flags to allow to cherrypick the debug flags to print
+
- check: remove -B and -r options
+
- compression: allow to defined the number of threads to use with zstd and xz
+
- curl: update to 8.9.0
+
- http: add support for HTTP_PROXY_AUTH
+
- periodic: remove compat_vars
+
- info: fix json formatted output
+
- manpages: lots of fixes and improvements
+
- install/upgrade: now removed packaages are printed at the bottom of the list of changes
+
- using -r <repo> now always enable the repository specified
+
- periodic: provide a mechanism to ignore jails via prefix matching
+
- upgrade: allow the used to ignore options changes in the triggers to reinstall a package
+
- lock/unlock: fix batch operations
+
- osversion: fix confusing message
+
- new attempt at better handling vital during upgrades
+
- sqlite: update to 3.46.0
+

Changes from 1.21.99.0 to 1.21.99.1
- fix regression in HANDLE_RC_SCRIPTS option (off by default)
- fix processing entries spiner
modified auto.def
@@ -6,7 +6,7 @@ use cc cc-lib cc-shared pkg-config
set maj_ver 1
set med_ver 21
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" : ""}]