summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-09-18 11:47:25 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-09-18 11:47:25 +0000
commit75a6738bffb9e0868fdab575a61f08926d2cf167 (patch)
treeb02ad671f1f7b2d3b1999392e51677c0cdd1c5cc /quilt.changes
parentcca912b13a9df210d2275ea3def313b403456505 (diff)
downloadquilt-75a6738bffb9e0868fdab575a61f08926d2cf167.tar.gz
- lib/backup-files.c: add missing dependency on config.h. Check
for chmod and fchmod support. Remove two unnecessary chmod calls. - Makefile.in: fix cyclic dependency on Makefile.
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes7
1 files changed, 7 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index 60746bd..8132ec6 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Sun Sep 18 12:55:17 CEST 2005 - agruen@suse.de
+
+- lib/backup-files.c: add missing dependency on config.h. Check
+ for chmod and fchmod support. Remove two unnecessary chmod calls.
+- Makefile.in: fix cyclic dependency on Makefile.
+
+-------------------------------------------------------------------
Sun Sep 18 12:32:41 CEST 2005 - agruen@suse.de
- lib/backup-files.c: use mktemp if mkstemp is not available