Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
1.11.99.3
Baptiste Daroussin committed 6 years ago
commit 45b5d943aa8b10d9d60aec4495db8bb700fd0441
parent 2feb200
2 files changed +9 -1
modified NEWS
@@ -1,3 +1,11 @@
+
Changes from pkg 1.11.99.2 to 1.11.99.3
+
- Warn about the fact @unexec is deprecated in pkg-plist
+
- Fix build with gmake
+
- Bundle lua functions into a proper package
+
- Fix build on osx
+
- Fix libelf detection on debian
+
- Fix pkg_shutdown unproperly reinitializing closed fds
+

Changes from pkg 1.11.99.1 to 1.11.99.2
- Fix cross installation with new build system
- Add a function to lua_script allowing to send a message which will be
modified auto.def
@@ -6,7 +6,7 @@ use cc cc-lib cc-shared pkg-config
set maj_ver 1
set med_ver 11
set min_ver 99
-
set dev_ver 2
+
set dev_ver 3
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" : ""}]