Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
2.1.99.5
Baptiste Daroussin committed 11 months ago
commit 704c00464a63dec69acf425e80decd59967322c0
parent db3ff4e
2 files changed +9 -3
modified NEWS
@@ -1,8 +1,14 @@
+
Changes from 2.1.99.4 to 2.1.99.5
+
- really use the cache file
+
- improve error message when failing at parsing manifest printing the path of
+
  the manifest.
+
- improve multi repo priosation handling
+
- fix selection of the most recent package in multirepo mode
+
- fix the scheduler over splitting the upgrades
+

Changes from 2.1.99.3 to 2.1.99.4
- add a cache file for pkg_add()
- fix 32bits issues
-
- improve error message when failing at parsing manifest printing the path of
-
  the manifest.

Changes from 2.1.99.2 to 2.1.99.3
- more work on pkg add performances
modified auto.def
@@ -6,7 +6,7 @@ use cc cc-lib cc-shared pkg-config
set maj_ver 2
set med_ver 1
set min_ver 99
-
set dev_ver 4
+
set dev_ver 5
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" : ""}]