summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-17 10:11:12 +0000
committerJim Meyering <jim@meyering.net>2004-03-17 10:11:12 +0000
commit6073a828741bd9c40063223a3c91e6b79a685408 (patch)
tree2ea39d0c5c28bfc118d4e4fb599af6d7910aff62 /NEWS
parent590b3ed3379accf67c6fc2f15de02ec5c8aa9882 (diff)
downloadcoreutils-6073a828741bd9c40063223a3c91e6b79a685408.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 394a824d1..e2ec7c24f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
GNU coreutils NEWS -*- outline -*-
+
+* Major changes in release 5.3.0 (2004-03-17) [unstable]
+
+** Bug fixes
+
+** New features
+
+ `date -d' and `touch -d' now accept integer counts of seconds since
+ 1970 when prefixed by `@'. For example, `@321' represents
+ 1970-01-01 00:05:21 UTC.
+
+ `date -d', `date -f' and `touch -d' now handle fractional time
+ stamps like 2004-02-27 14:19:13.489392193.
+
+ `date' has a new option --iso-8601=ns that outputs
+ nanosecond-resolution time stamps.
+
+
* Major changes in release 5.2.1 (2004-03-12) [stable]
** Bug fixes