Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
1.21.99.3
Baptiste Daroussin committed 1 year ago
commit d94a952621f2ea84a8b24e3f442994d6d36a6c78
parent 575ed36
2 files changed +17 -1
modified NEWS
@@ -1,3 +1,19 @@
+
Changes from 1.21.99.2 to 1.21.99.3
+
- alias: prime-origins is now uniq
+
- curl: improve debug output
+
- file protocol now respects rfc8089 definition
+
- fix glob search case sensitive support
+
- update curl to latest version
+
- update sqlite to latest version
+
- update lua to latest version
+
- time: remove usage of deprecated functions
+
- allow to build against an external libcurl
+
- fix build with external libarchive
+
- improve portability
+
- add support to use an external 3-way merge tool for @config files
+
- rework the job scheduler, the new jobs scheduler:
+
  all known to date scheduler issues are fixed with this new scheduler
+

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
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 2
+
set dev_ver 3
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" : ""}]