summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
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.