diff NEWS @ 13686:f7caccc03505

fdutimensat: add an atflag parameter * lib/fdutimensat.c (fdutimensat): Add new parameter. * lib/utimens.h (fdutimensat): Update prototype. * tests/test-fdutimensat.c: Adjust test to match. * NEWS: Document the change. Suggested by Paul Eggert. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Thu, 16 Sep 2010 17:12:35 -0600
parents e07237e12926
children bfe487360d66
line wrap: on
line diff
--- a/NEWS	Fri Sep 17 00:23:14 2010 +0200
+++ b/NEWS	Thu Sep 16 17:12:35 2010 -0600
@@ -12,6 +12,9 @@
 
 Date        Modules         Changes
 
+2010-09-16  fdutimensat     The function now takes a new parameter; old users
+                            can safely pass atflag=0 for no semantic change.
+
 2010-09-13  regex           The module is not guaranteeing anymore support for
                             64-bit regoff_t on 64-bit systems.  The size of
                             regoff_t will always be 32-bit unless the program