summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2016-11-09 19:03:20 +0100
committerJean Delvare <jdelvare@suse.de>2016-11-09 19:03:20 +0100
commit63480ed711161e9ef3039e86d49c37f23130edf5 (patch)
tree1ef6b407ef43c29c8c46fbd11c77e1c406a7ae01
parent3e9e9460c1a6db9f9180ae086ec61787af7f5613 (diff)
downloadquilt-63480ed711161e9ef3039e86d49c37f23130edf5.tar.gz
Set version to 0.65.v0.65
-rw-r--r--NEWS31
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
3 files changed, 41 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index d44bff5..6af573e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Version 0.65 (Wed Oct 09 2016)
+ - Translation fixes
+ - Project settings have priority
+ - Reject binary files in patches
+ - Fix a race condition in diff_file
+ - Performance: Optimizations to the setup command
+ - Performance: Optimizations to the bash completion script
+ - Test suite: Improve the edit test case
+ - Test suite: Make the symlink test more robust
+ - Test suite: Test backup failure
+ - Test suite: Test the header command with hard links
+ - diff: Report diff failures
+ - edit: Fix a corner case bug
+ - mail: Fix the help text
+ - push: Fix the synopsis
+ - refresh: Do not remove symlinks
+ - refresh: Break links to read-only patch files
+ - refresh: Always preserve modification time
+ - setup: Report failed look-ups in inspect-wrapper
+ - quilt.el: Fix quilt-editable when patches are stored in subdirs
+ - bash_completion: Handle spaces in file names
+ - bash_completion: Update the list of commands
+ - bash_completion: Add new command options
+ - bash_completion: Fix handling of mail, new, push options
+ - guards: Simplify the help text
+ - guards: Include the file name also in the "Not found" case
+ - guards: Add support for an external filelist in --check mode
+ - guards: Report which config file has problem in --check mode
+ - guards: Documentation update
+ - guards: Clarify a user message
+
Version 0.64 (Mon Feb 09 2015)
- Check for series file consistency
- Performance: Several optimizations
diff --git a/configure b/configure
index 7572b4f..d5fd9ff 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.64.
+# Generated by GNU Autoconf 2.69 for quilt 0.65.
#
# 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.64'
-PACKAGE_STRING='quilt 0.64'
+PACKAGE_VERSION='0.65'
+PACKAGE_STRING='quilt 0.65'
PACKAGE_BUGREPORT='quilt-dev@nongnu.org'
PACKAGE_URL=''
@@ -1231,7 +1231,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.64 to adapt to many kinds of systems.
+\`configure' configures quilt 0.65 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1292,7 +1292,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of quilt 0.64:";;
+ short | recursive ) echo "Configuration of quilt 0.65:";;
esac
cat <<\_ACEOF
@@ -1398,7 +1398,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-quilt configure 0.64
+quilt configure 0.65
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1415,7 +1415,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.64, which was
+It was created by quilt $as_me 0.65, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4987,7 +4987,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.64, which was
+This file was extended by quilt $as_me 0.65, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5040,7 +5040,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.64
+quilt config.status 0.65
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index fac58dd..31eee37 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.64],[quilt-dev@nongnu.org])
+AC_INIT([quilt],[0.65],[quilt-dev@nongnu.org])
AC_CONFIG_AUX_DIR(config)
AC_PREREQ(2.53)