changeset 11473:f459c36fc548

Mark the 'utime' module obsolete.
author Bruno Haible <bruno@clisp.org>
date Fri, 10 Apr 2009 19:43:13 +0200
parents 0668470b57a2
children e90713a90e1e
files ChangeLog modules/utime
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-04-10  Bruno Haible  <bruno@clisp.org>
 
+	Mark 'utime' obsolete.
+	* modules/utime (Status, Notice): New sections.
+	Suggested by Jim Meyering.
+
 	Fix cross-compile guess for utime test.
 	* m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
 	autoconf.
--- a/modules/utime
+++ b/modules/utime
@@ -1,6 +1,12 @@
 Description:
 utime() function: change access and/or modification times of a file.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete. It can be removed on 2010-01-01.
+
 Files:
 lib/utime.c
 m4/utimbuf.m4