summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Quinson <martin.quinson@loria.fr>2014-05-25 19:29:39 +0200
committerMartin Quinson <martin.quinson@loria.fr>2014-05-25 19:29:39 +0200
commitc04e62858d86f2b1cb5b143ffff6887f55342fc6 (patch)
tree0e551af040c2e8084a03f9da639412cee3369e7d
parent27dc6504fe9727704c359ac04641a893bde0a0ce (diff)
downloadquilt-c04e62858d86f2b1cb5b143ffff6887f55342fc6.tar.gz
Set version to 0.63v0.63
-rw-r--r--NEWS5
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
3 files changed, 14 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index b7a8956..a5071ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
-Version 0.62 (Wed May 07 2014)
+
+Version 0.63 (Wed May 07 2014)
- New NEWS file, containing a human-readable changelog
- Option -E is no longer passed to patch by default
- Huge performance improvement (e.g., for commands series, applied and unapplied)
@@ -13,6 +14,8 @@ Version 0.62 (Wed May 07 2014)
- Bug fix: Check for duplicate patch in series (Savannah's #20628)
- Portability fixes for older Bash and GNU patch
+Version 0.62 (was a buggy release, with an incomplete tarfile)
+
Version 0.61 (Sun Dec 08 2013)
- Almost two years of fixes and minor improvements
- Fix support for ./configure --with-xargs
diff --git a/configure b/configure
index b1dd97f..09eb38a 100755
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for quilt 0.62.
+# Generated by GNU Autoconf 2.69 for quilt 0.63.
#
# Report bugs to <quilt-dev@nongnu.org>.
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='quilt'
PACKAGE_TARNAME='quilt'
-PACKAGE_VERSION='0.62'
-PACKAGE_STRING='quilt 0.62'
+PACKAGE_VERSION='0.63'
+PACKAGE_STRING='quilt 0.63'
PACKAGE_BUGREPORT='quilt-dev@nongnu.org'
PACKAGE_URL=''
@@ -1232,7 +1232,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.62 to adapt to many kinds of systems.
+\`configure' configures quilt 0.63 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1293,7 +1293,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of quilt 0.62:";;
+ short | recursive ) echo "Configuration of quilt 0.63:";;
esac
cat <<\_ACEOF
@@ -1399,7 +1399,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-quilt configure 0.62
+quilt configure 0.63
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1416,7 +1416,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.62, which was
+It was created by quilt $as_me 0.63, 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.62, which was
+This file was extended by quilt $as_me 0.63, 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.62
+quilt config.status 0.63
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index de778a7..a594f4d 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.62],[quilt-dev@nongnu.org])
+AC_INIT([quilt],[0.63],[quilt-dev@nongnu.org])
AC_CONFIG_AUX_DIR(config)
AC_PREREQ(2.53)
AC_REVISION ($Revision: 1.84 $)