summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d3494247b..086a113d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2005-03-18 Paul Eggert <eggert@cs.ucla.edu>
+2005-03-19 Jim Meyering <jim@meyering.net>
* Version 5.3.1.
+ * src/Makefile.am (pr_LDADD): Now that pr uses gettime, add
+ $(LIB_CLOCK_GETTIME) to get the required -lrt on newer Linux systems.
+
+2005-03-18 Paul Eggert <eggert@cs.ucla.edu>
+
* NEWS: pr -D "FORMAT" now accepts the same formats that
date +"FORMAT" does.
* src/pr.c: Include strftime.h, timespec.h.