summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-07-02 19:07:15 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-07-02 19:07:15 (EDT)
commitc03edb6df96f60dcc13c73cce67e86075ac91961 (patch)
tree11c9a28514897f955c2a05b74301f93bd91a9d11
parent08f312a93cc18eac4d503df6faa7a9dc555707f1 (diff)
NEWS: Categorize changes
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b970854..c271c06 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ ProteanOS Development Kit version 2.1.0
Released: ????-??-??
-Changes in this release:
+New features:
* "prokit build" now passes an "-a" option, if supported, to opkg to
install host-architecture non-coinstallable dependencies (such as
@@ -16,6 +16,9 @@ Changes in this release:
recommended way to add these section feeds to an existing system is
to install a new system of the same architecture and platform and
copy its opkg configuration into the old system.
+
+Error handling:
+
* "prokit shell", "prokit opkg", and "prokit build" now pass through
relevant exit statuses. "prokit build" also no longer tries to run
opkbuild after opkg exits with an error.