summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2012-02-29 07:42:26 +0100
committerJean Delvare <jdelvare@suse.de>2012-02-29 07:42:26 +0100
commit4aaf5a09ddbdf10650d5b5a560dfe0b83d4665d6 (patch)
tree2e5aa0fa69f2dbe7c7111558ea54c4204339ddd8
parent00f78e8f362ca5c8296db11743c538adb174d09c (diff)
downloadquilt-4aaf5a09ddbdf10650d5b5a560dfe0b83d4665d6.tar.gz
Update quilt.changes and configure after merge.
-rwxr-xr-xconfigure6
-rw-r--r--quilt.changes15
2 files changed, 18 insertions, 3 deletions
diff --git a/configure b/configure
index 305cb7c..dd22b7b 100755
--- a/configure
+++ b/configure
@@ -2071,13 +2071,13 @@ $as_echo "$as_me: error: Please specify the location of bash with the option '--
# though the result /could/ be available to us directly as $BASH_VERSION we
# don't want to use, or trust it, incase the user is specifying a different
# bash executable.
-if `$BASH -c '[ "$BASH_VERSION" \< "2.04" ]'` ; then
+if `$BASH -c '[ "$BASH_VERSION" \< "3.0" ]'` ; then
{ { $as_echo "$as_me:$LINENO: error:
-$PACKAGE_NAME requires at least version 2.04 of bash, you can download a current
+$PACKAGE_NAME requires at least version 3.0 of bash, you can download a current
version of bash from ftp.gnu.org
" >&5
$as_echo "$as_me: error:
-$PACKAGE_NAME requires at least version 2.04 of bash, you can download a current
+$PACKAGE_NAME requires at least version 3.0 of bash, you can download a current
version of bash from ftp.gnu.org
" >&2;}
{ (exit 1); exit 1; }; }
diff --git a/quilt.changes b/quilt.changes
index c3e6f75..06b2695 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,19 @@
-------------------------------------------------------------------
+Wed Feb 29 07:36:34 CET 2012 - jdelvare@suse.de
+
+Merge branch fixes-0.51, containing many fixes from Andreas
+Gruenbacher for the mail command:
+
+- mail: Skip additional recipients with "bad" email addresses
+- edmail: Allow to add "good" recipient addresses while skipping
+ "bad" ones
+- mail: Fix wrong use of edmail
+- mail: Require a "reasonable looking" email address in patch
+ headers
+- mail: Don't use localized date format in From lines
+- mail: Improve error reporting (requires bash 3.0)
+
+-------------------------------------------------------------------
Wed Feb 22 14:39:44 CET 2012 - jdelvare@suse.de
- doc/main.tex, new: Document the patch grouping feature. This