summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Quinson <martin.quinson@loria.fr>2012-01-02 11:06:51 +0100
committerMartin Quinson <martin.quinson@loria.fr>2012-01-02 11:06:51 +0100
commit05460ccc47a8afc5cf10256fc52ffacc4d56b100 (patch)
tree42cd6f9890090e5ae5cf62ab9cd9083446a5ac58
parent62b5e2171c9d3e311664d8f7997927206271cdf3 (diff)
downloadquilt-05460ccc47a8afc5cf10256fc52ffacc4d56b100.tar.gz
document lastest changes
-rw-r--r--quilt.changes9
1 files changed, 9 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index b12ef69..b23ae18 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,3 +1,12 @@
+Mon Jan 2 11:02:38 CET 2012 - mquinson@debian.org
+
+- Makefile.in: Fix auto-generation of quilt.1 to work with dash
+- quilt/new: add a check that QUILT_PATCHES != QUILT_PC.
+ Rational: If QUILT_PATCHES and QUILT_PC are set to the same directory,
+ the awk script in filenames_in_patch (in scripts/patchfns) will
+ break with a '<patchname> is a directory' error.
+ Patch provided by anonymous in #30956 on savannah
+
-------------------------------------------------------------------
Fri Dec 16 16:01:38 CET 2011 - jdelvare@suse.de