summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-18 10:52:33 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-18 10:52:33 (EDT)
commitb3b32327e371d87a4ef36727b840c0e844b6f148 (patch)
tree6ceb582293fb9c943b0fa24e5864051ddeeb55e1 /NEWS
parentb7775e4610de8d92d73a1321f3127f1646c76762 (diff)
ob-buildopk: Use touch -t
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 97e598c..a845c6d 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,12 @@ opkbuild version 4.1.1
Released: ????-??-??
+Utilities:
+
+ * ob-buildopk now uses the "touch" utility's "-t" option instead of
+ "-d". Both are required by POSIX, but BusyBox supports only the
+ argument format of the former.
+
libopkbuild:
* A new function ob_touch_t_gmtime() has been added.