Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add NEWS for 1.14.99.2 and bump version
Emmanuel Vadot committed 5 years ago
commit 393d117d721a69fe75666805c7705ac20893f2c0
parent bc93443
2 files changed +10 -1
modified NEWS
@@ -1,3 +1,12 @@
+
Changes from 1.14.99.1 to 1.14.99.2
+
- Fix hanging if a script spawn a process and
+
  it still run after the scripts finish
+
- Prevent potential hang with lua scripts
+
- For http mirror first try to get the list from the
+
  full path and then fallback on the root one if we
+
  didn't find anything.
+
- Add a debug message if obtaining the lock fails
+

Changes from 1.13.99.7 to 1.14.99.1
- parallelize the run of the tests
- Fix VERSION_MINOR expansion
modified auto.def
@@ -6,7 +6,7 @@ use cc cc-lib cc-shared pkg-config
set maj_ver 1
set med_ver 14
set min_ver 99
-
set dev_ver 1
+
set dev_ver 2
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" : ""}]