Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
2.4.99.1
Baptiste Daroussin committed 5 months ago
commit daa6b447e2831db402892e5bf3c257b1c57c77f0
parent cb296b1
2 files changed +14 -1
modified NEWS
@@ -1,3 +1,16 @@
+
Changes from 2.4.99.0 to 2.4.99.1
+
- fetch: improve error reporting
+
- fetch: properly integrate the curl debug informations in the pkg debug output
+
- fetch: display curl IP address we are fetching from in debug mode
+
- unregister(8): new command to remove the records from an installed package,
+
  keeping the files around
+
- install --register-only: records the packages as installed without touching
+
  any installed files on the filesystem. Note in case on config files it also
+
  the vanilla version of the file in the db so 3way merge is functional for later
+
  upgrades
+
- case sensitivity: lots of bug fixes, the behaviour is now consistent accross all
+
  commands and respect the default setting in pkg.conf.
+

Changes from 2.3.99.1 to 2.4.99.0
- Use line buffering for the metalog file handle
- Fix bug making pkg delete too many directories in case of split upgrades
modified auto.def
@@ -6,7 +6,7 @@ use cc cc-lib cc-shared pkg-config
set maj_ver 2
set med_ver 4
set min_ver 99
-
set dev_ver 0
+
set dev_ver 1
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" : ""}]