summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2007-10-25 11:59:15 +0000
committerAndreas Gruenbacher <agruen@suse.de>2007-10-25 11:59:15 +0000
commit456c3cedca10fe75f822f9d287e5e4e08282efbb (patch)
tree5ee9705b16eb00cb8d66652f13255a9897774590 /quilt.changes
parent3fbc7c4000e016cb0f5278e30d33f7d4f482aeb5 (diff)
downloadquilt-456c3cedca10fe75f822f9d287e5e4e08282efbb.tar.gz
- quilt/mail.in: Make sure that shell meta-characters like * in
subjects won't get expanded by accident (this was broken). Add test case. - quilt/mail.in: ``formail -x Foo'' will extract all Foo* headers, so use ``formail -x Foo:'' instead. - quilt/mail.in: Recognize sequences of common subject prefixes like Fwd:, Fw:, Re:, Aw:, Tr:, [foo] only at the beginning of subjects.
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes14
1 files changed, 13 insertions, 1 deletions
diff --git a/quilt.changes b/quilt.changes
index e31a9fd..d733f57 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,7 +1,19 @@
-------------------------------------------------------------------
+Thu Oct 25 13:52:34 CEST 2007 - agruen@suse.de
+
+- quilt/mail.in: Make sure that shell meta-characters like * in
+ subjects won't get expanded by accident (this was broken). Add
+ test case.
+- quilt/mail.in: ``formail -x Foo'' will extract all Foo* headers,
+ so use ``formail -x Foo:'' instead.
+- quilt/mail.in: Recognize sequences of common subject prefixes
+ like Fwd:, Fw:, Re:, Aw:, Tr:, [foo] only at the beginning of
+ subjects.
+
+-------------------------------------------------------------------
Mon Oct 15 15:29:55 CEST 2007 - agruen@suse.de
-- quilt/main.in: Add a --signature flag that allows to override
+- quilt/mail.in: Add a --signature flag that allows to override
the signature used. (The test suite still depended on the
.signature file of the user runnig it; fixed now.)