summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-01-25 18:49:16 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-01-25 18:49:16 +0000
commit99e25184f46855b3d9e8bba327d659a031e9d134 (patch)
treedca6ef54901c2eb22de8fd4056c7d1820947a29c /quilt.changes
parent6eed529deb80e3ff8bc739a104aa93b2bf6df56f (diff)
downloadquilt-99e25184f46855b3d9e8bba327d659a031e9d134.tar.gz
- lib/backup-files.c: Don't fail when link(1) returns ENOSYS, and
try to copy in that case.
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index 323ff58..1e0448f 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Jan 25 19:49:08 CET 2006 - agruen@suse.de
+
+- lib/backup-files.c: Don't fail when link(1) returns ENOSYS, and
+ try to copy in that case.
+
+-------------------------------------------------------------------
Wed Jan 25 19:27:11 CET 2006 - agruen@suse.de
- lib/backup-files.c: Fix another missed optimization.