summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-02-06 01:44:50 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-02-06 01:44:50 +0000
commitf481c3c11dfaea24ba1c429f73ad60b3657d4c80 (patch)
treecc05f2ca251070714e23fcaa63a757af00104f7e /quilt.changes
parent88e349a35db92b49081ab16509d5935bc21721c6 (diff)
downloadquilt-f481c3c11dfaea24ba1c429f73ad60b3657d4c80.tar.gz
- bin/patch-wrapper.in: A wrapper to GNU patch that recognizes the
most common options and mimics GNU patch's behavior and output, and creates the quilt metadata as if quilt push was used to apply the patch. When options are used that this wrapper does not recognize, GNU patch is used directly, and no quilt metadata will get created. - lib/backup-files.c: Don't fail if a directory specified with -B does not exist.
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes12
1 files changed, 12 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index d1c52c7..e470a87 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,16 @@
-------------------------------------------------------------------
+Mon Feb 6 02:41:10 CET 2006 - agruen@suse.de
+
+- bin/patch-wrapper.in: A wrapper to GNU patch that recognizes the
+ most common options and mimics GNU patch's behavior and output,
+ and creates the quilt metadata as if quilt push was used to
+ apply the patch. When options are used that this wrapper does
+ not recognize, GNU patch is used directly, and no quilt metadata
+ will get created.
+- lib/backup-files.c: Don't fail if a directory specified with
+ -B does not exist.
+
+-------------------------------------------------------------------
Sat Feb 4 08:37:47 CET 2006 - agruen@suse.de
- make dist: Add the missing aclocal.m4 to the tarball.