summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2024-03-27 16:11:59 +0100
committerJean Delvare <jdelvare@suse.de>2024-03-27 16:11:59 +0100
commit4dd159207a5a8b1ef8f7fc719e470b55c93f24f0 (patch)
treebe0e2ff6db16d6e2c3a35e984b4e1f3950337e77
parent147fab5136b48af647b07e1604cbbac34ec1bf4c (diff)
downloadquilt-4dd159207a5a8b1ef8f7fc719e470b55c93f24f0.tar.gz
Set version to 0.68.
-rw-r--r--NEWS14
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
3 files changed, 24 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 1dcf2e8..3716d22 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Version 0.68 (Wed Mar 27 2024)
+ - Add support for zstd archives
+ - Documentation: Massive formatting update of the manual page
+ - Documentation: Reword some sections of the manual page
+ - Fix compatibility with BSD awk
+ - Fix compatibility with GNU awk version 5.0.0 and later
+ - Fix compatibility with GNU grep version 3.8 and later
+ - Fix compatibility with Solaris ln (#63451)
+ - Installation: Fix multiple issues in install-sh (#64430)
+ - Test suite: Fix various race conditions (#63651)
+ - patches: Find file name with a space in unapplied patches (#41708)
+ - pop: Hint at diff -z on failure
+ - setup: Document the limitation of spec file support
+
Version 0.67 (Tue Feb 15 2022)
- Call pager with original LANG environment variable
- Consistently complain early if no series file is found
diff --git a/configure b/configure
index e0d0b26..6454a6a 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.67.
+# Generated by GNU Autoconf 2.69 for quilt 0.68.
#
# 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.67'
-PACKAGE_STRING='quilt 0.67'
+PACKAGE_VERSION='0.68'
+PACKAGE_STRING='quilt 0.68'
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.67 to adapt to many kinds of systems.
+\`configure' configures quilt 0.68 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.67:";;
+ short | recursive ) echo "Configuration of quilt 0.68:";;
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.67
+quilt configure 0.68
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.67, which was
+It was created by quilt $as_me 0.68, 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.67, which was
+This file was extended by quilt $as_me 0.68, 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.67
+quilt config.status 0.68
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 4e531d1..156a586 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.67],[quilt-dev@nongnu.org])
+AC_INIT([quilt],[0.68],[quilt-dev@nongnu.org])
AC_CONFIG_AUX_DIR(config)
AC_PREREQ(2.53)