summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2019-03-28 15:23:26 +0100
committerJean Delvare <jdelvare@suse.de>2019-03-28 15:23:26 +0100
commit294006e12823f6a1b827e70b1c2c5ce87beb4607 (patch)
treee04f3b6155eecb3a3b884b7fbc0ae324c7112689
parentbe54a7108e5be5a946bf25d70c2d79ad3b44746d (diff)
downloadquilt-0.66.tar.gz
Set version to 0.66.v0.66
-rw-r--r--NEWS34
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
3 files changed, 44 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 6af573e..a7dd57c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+Version 0.66 (Thu Mar 28 2019)
+ - Add support for lzip archives and patches (#54570)
+ - Document QUILT_PC as user-settable
+ - configure: Don't require md5sum
+ - Test suite: Allow keeping the working directory on failure
+ - Test suite: Fix regex for recent versions of perl
+ - Test suite: Fix /bin/sh filtering
+ - Test suite: Run tests again if test.quiltrc changes
+ - Test suite: Handle alternative QUILT_PATCHES values
+ - Test suite: Increase code path coverage
+ - Test suite: Be verbose on directory error
+ - Test suite: Clean up when interrupted
+ - Test suite: Prevent test cases from escaping
+ - fold: Fix German translation
+ - diff: Add missing quotes in basename call (#50862)
+ - header: Fix corruption when trailing newline is missing (#50841)
+ - mail: Fix patch set threading (#50775)
+ - mail: Fix French translation
+ - mail: Remove Content-Disposition headers
+ - mail: Complain when a patch doesn't exist
+ - new: Fix corruption when trailing newline is missing (#54295)
+ - refresh: Add missing quotes in basename call (#50862)
+ - setup: Add basic support for p7zip (.7z) archives (#49754)
+ - setup: Align --fast on --slow for series files
+ - quilt.el: Define quilt-edit-top-only before it's used
+ - quilt.el: Stop using deprecated toggle-read-only
+ - quilt.el: Don't strip directory in quilt-top-patch
+ - quilt.el: Fix emacs compatibility issue (#51977)
+ - quilt.el: Read QUILT_PC from config file
+ - quiltrc: Support all patch formats by default
+ - guards: Mention it in quilt manual page
+ - compat/getopt: Handle a second separator (#54772)
+ - compat/getopt: Allow non-digit parameter embedded in short option (#54772)
+
Version 0.65 (Wed Oct 09 2016)
- Translation fixes
- Project settings have priority
diff --git a/configure b/configure
index 92a026d..5698a8d 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for quilt 0.65.
+# Generated by GNU Autoconf 2.69 for quilt 0.66.
#
# Report bugs to <quilt-dev@nongnu.org>.
#
@@ -579,8 +579,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='quilt'
PACKAGE_TARNAME='quilt'
-PACKAGE_VERSION='0.65'
-PACKAGE_STRING='quilt 0.65'
+PACKAGE_VERSION='0.66'
+PACKAGE_STRING='quilt 0.66'
PACKAGE_BUGREPORT='quilt-dev@nongnu.org'
PACKAGE_URL=''
@@ -1233,7 +1233,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures quilt 0.65 to adapt to many kinds of systems.
+\`configure' configures quilt 0.66 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1294,7 +1294,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of quilt 0.65:";;
+ short | recursive ) echo "Configuration of quilt 0.66:";;
esac
cat <<\_ACEOF
@@ -1401,7 +1401,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-quilt configure 0.65
+quilt configure 0.66
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1418,7 +1418,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by quilt $as_me 0.65, which was
+It was created by quilt $as_me 0.66, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -5077,7 +5077,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by quilt $as_me 0.65, which was
+This file was extended by quilt $as_me 0.66, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5130,7 +5130,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-quilt config.status 0.65
+quilt config.status 0.66
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 302d2d6..dc3cf8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([quilt],[0.65],[quilt-dev@nongnu.org])
+AC_INIT([quilt],[0.66],[quilt-dev@nongnu.org])
AC_CONFIG_AUX_DIR(config)
AC_PREREQ(2.53)