Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
1.18.99.1
Baptiste Daroussin committed 3 years ago
commit 9f5bcf3f6efb0578742e2319f7702e3359894f8e
parent fc2a452
2 files changed +16 -2
modified NEWS
@@ -1,3 +1,17 @@
+
Changes from 1.17.99.11 to 1.18.99.1
+
- rework the extraction process to fix the case when a file becomes a directory
+
  during an upgrade
+
- fix a crash in pkg create
+
- fix a crash in pkg version -PvL=
+
- allow to deal with 240 character long filenames
+
- fix an issue when disabling a repository resulting in breakage of the
+
  repository list
+
- fix querying licenses
+
- fix packaging the lua deinstall scripts
+
- add pkg.symlink to allow creating symlinks from lua scripts
+
- performance improvements
+
- sync libfetch with base bringing in socks proxy support
+

Changes from 1.17.99.10 to 1.17.99.11
- Fix performance issue while computing upgrades
- Fix shlibs always considered as changed
modified auto.def
@@ -4,9 +4,9 @@
use cc cc-lib cc-shared pkg-config

set maj_ver 1
-
set med_ver 17
+
set med_ver 18
set min_ver 99
-
set dev_ver 11
+
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" : ""}]