Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
1.15.99.8
Baptiste Daroussin committed 5 years ago
commit 32023df7c570b3d668921ff4cee49594cb6a7717
parent 6569097
2 files changed +25 -1
modified NEWS
@@ -1,3 +1,27 @@
+
Changes from 1.15.99.7 to 1.15.99.8
+
- Update documentation about configuration options
+
- Fix variable expansion while parsing pkg.conf and repositories
+
- Fix scripts never ending on MacOS
+
- Do not execute post-install script if extraction fails
+
- Fix fetching of meta.conf if it is missing
+
- Update lua to lua 5.3.6
+
- Improve solver missing some reverse dependencies
+
- 'audit' now accept a -R/--raw option for parseable output
+
- 'audit' can now ignore packages based on use define globs or regexp
+
- 'set' now reports when a package provided in command line is not installed
+
- all commands are now consistently using --no-scritps instead of different
+
  flavor per commands
+
- when request to install many packages unavailable in the repo, print all the
+
  missing one instead of stop at the first one only
+
- 'info' now prints the timestamp and repository in the --raw output
+
- Improve error messaging when parsing the configuration file
+
- when upgrading in dry-run mode: stop first checking for pkg, but show all
+
  the packages to be upgraded, pkg included
+
- Fix crash when pkg is told to package a directory as a file
+
- 'create' now accept -e to create package with an expanded version of the
+
  manifest aka readable
+
- Relax keywords attributes syntax by allowing spaces
+

Changes from 1.15.99.6 to 1.15.99.7
- Merge keywords preinstall script into a single "prepackaging script"
- implement triggers (lua and shell)
modified auto.def
@@ -6,7 +6,7 @@ use cc cc-lib cc-shared pkg-config
set maj_ver 1
set med_ver 15
set min_ver 99
-
set dev_ver 7
+
set dev_ver 8
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" : ""}]