summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-01-30 16:44:19 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-01-30 16:44:19 +0000
commitcd40137d63cbeffec9429a7fa6cf13f7cc746070 (patch)
tree39fc8f096dd01c14021e80ba071336ea7e9bda65 /quilt.changes
parent7a36d2442d18a764b3f88711c07bf29c2ef3c7d9 (diff)
downloadquilt-cd40137d63cbeffec9429a7fa6cf13f7cc746070.tar.gz
- quilt/mail.in: Use $(hostname) for the sender address for
platforms on which $(hostname -f) doesn't work.
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes12
1 files changed, 6 insertions, 6 deletions
diff --git a/quilt.changes b/quilt.changes
index e495b5b..43664a0 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Jan 30 17:42:11 CET 2006 - agruen@suse.de
+
+- quilt/mail.in: Use $(hostname) for the sender address for
+ platforms on which $(hostname -f) doesn't work.
+
+-------------------------------------------------------------------
Mon Jan 30 11:57:54 CET 2006 - jayvdb@gmail.com
- Properly handle spaces in arguments to getopt.
@@ -17,12 +23,6 @@ Mon Jan 30 11:46:21 CET 2006 - jayvdb@gmail.com
build, causing errors during the construction of $(DOC).
-------------------------------------------------------------------
-Mon Jan 30 11:44:27 CET 2006 - agruen@suse.de
-
-- test/mail.test: Use --sender option to avoid calling
- hostname -f on platforms that don't support -f.
-
--------------------------------------------------------------------
Mon Jan 30 11:36:16 CET 2006 - jayvdb@gmail.com
- test/mail.test: /dev/stdin & /dev/stdout dont exist on Tru64.