summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-11-06 17:51:23 +0000
committerJim Meyering <jim@meyering.net>1994-11-06 17:51:23 +0000
commit4c722a96ba32e2a32fad410cd7047acba4e880db (patch)
tree0ad884bbad909297f3df45fecdffad7d4206305d /old/fileutils
parentc67fdb5c94a76a9ef3e6bbbbd8d31e8deac1c6e8 (diff)
downloadcoreutils-4c722a96ba32e2a32fad410cd7047acba4e880db.tar.xz
merge with 1.12
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog19
-rw-r--r--old/fileutils/NEWS4
2 files changed, 22 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index e29819a2f..a071b04fe 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,6 +1,23 @@
+Sun Nov 06 00:18:56 1994 Jim Meyering (meyering@comco.com)
+
+ * Version 3.12.
+
+Sat Nov 05 15:20:07 1994 Jim Meyering (meyering@comco.com)
+
+ * group-member.c: Use up-to-date version.
+ * group-member.h: New file.
+ * lib/Makefile.in (DISTFILES): Add group-member.h.
+ (group-member.o): Depend on group-member.h.
+
+ * Version 3.11.
+
+ * src/Makefile.in (obstack.o): Depend on obstack.h.
+ * makepath.c (makepath) [__STDC__]: Add an ANSI-style prototype.
+ From Kaveh Ghazi.
+
Fri Nov 04 17:27:55 1994 Jim Meyering (meyering@comco.com)
- Version 3.10.
+ * Version 3.10.
Thu Nov 03 12:59:34 1994 Jim Meyering (meyering@comco.com)
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 7c6498dc2..f45d75e34 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,3 +1,7 @@
+User-visible changes in release 3.12:
+* None.
+User-visible changes in release 3.11:
+* None.
User-visible changes in release 3.10:
* mkdir -p now ignores arguments that are existing directories. Before,
(contrary to POSIX spec) it would attempt to change ownership and/or