summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-07-03 01:54:58 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-07-03 02:06:45 (EDT)
commit66c3162f152c9befa0b2ee032300b526a3240d23 (patch)
treee2b9992926f5abbc40c4d38410d4a22363e1c666 /NEWS
parentc03edb6df96f60dcc13c73cce67e86075ac91961 (diff)
time(): Rename to unixtime()
In GNU Bash, time is not simply a built-in utility, but actually a reserved word. Naming a function "time" results in a rather unhelpful syntax error message.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c271c06..81c1b9f 100644
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,7 @@ New features:
to install a new system of the same architecture and platform and
copy its opkg configuration into the old system.
-Error handling:
+Error handling and bug fixes:
* "prokit shell", "prokit opkg", and "prokit build" now pass through
relevant exit statuses. "prokit build" also no longer tries to run
@@ -25,6 +25,9 @@ Error handling:
* If prokit received a signal while running a command under chroot, it
could have failed to unmount a file system on a block device. This
has been improved.
+ * An incompatibility with GNU Bash, Z shell, KornShell, MirBSD Korn
+ Shell, and possibly others (except Almquist shell derivatives DASH
+ and BusyBox ash) present since prokit version 2.0.0 has been fixed.
ProteanOS Development Kit version 2.0.1
---------------------------------------