summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-03-25 20:08:05 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-03-25 20:08:05 +0000
commitc417ab0cab3f1996e8eec1c680ff1758df5511a7 (patch)
treefcfe32570bfb475e0d940985b5f2df147a5c31eb /quilt.changes
parentfa45df17d6f6cf77f40c01196fe65eaa25be32a8 (diff)
downloadquilt-c417ab0cab3f1996e8eec1c680ff1758df5511a7.tar.gz
- quilt/main.in: Use -gt instead of > in [ ... ] expression.
- quilt/scripts/edmail.in: Improve handling of quoting and special characters in recipient addresses: Automatically quote display names that contain quotable characters, and encode special and eight-bit characters according to RFC 2047 (e.g., =?utf-8?q?Andreas=20Gr=C3=BCnbacher?=).
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes10
1 files changed, 10 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index 723604d..e39e19d 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,14 @@
-------------------------------------------------------------------
+Sat Mar 25 21:03:23 CET 2006 - agruen@suse.de
+
+- quilt/main.in: Use -gt instead of > in [ ... ] expression.
+- quilt/scripts/edmail.in: Improve handling of quoting and
+ special characters in recipient addresses: Automatically quote
+ display names that contain quotable characters, and encode
+ special and eight-bit characters according to RFC 2047
+ (e.g., =?utf-8?q?Andreas=20Gr=C3=BCnbacher?=).
+
+-------------------------------------------------------------------
Sat Mar 25 14:45:09 CET 2006 - khali@linux-fr.org
- Makefile.in: configure depends on aclocal.m4 too.