Bump version for release, v1.14.2

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2014-09-14 04:24:52 +02:00
parent 9cc0cc1ccd
commit 85e606d093
3 changed files with 19 additions and 11 deletions

20
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for editline 1.14.1. # Generated by GNU Autoconf 2.69 for editline 1.14.2.
# #
# Report bugs to <troglobit@gmail.com>. # Report bugs to <troglobit@gmail.com>.
# #
@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='editline' PACKAGE_NAME='editline'
PACKAGE_TARNAME='editline' PACKAGE_TARNAME='editline'
PACKAGE_VERSION='1.14.1' PACKAGE_VERSION='1.14.2'
PACKAGE_STRING='editline 1.14.1' PACKAGE_STRING='editline 1.14.2'
PACKAGE_BUGREPORT='troglobit@gmail.com' PACKAGE_BUGREPORT='troglobit@gmail.com'
PACKAGE_URL='' PACKAGE_URL=''
@ -1317,7 +1317,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures editline 1.14.1 to adapt to many kinds of systems. \`configure' configures editline 1.14.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1387,7 +1387,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of editline 1.14.1:";; short | recursive ) echo "Configuration of editline 1.14.2:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1499,7 +1499,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
editline configure 1.14.1 editline configure 1.14.2
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -1922,7 +1922,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by editline $as_me 1.14.1, which was It was created by editline $as_me 1.14.2, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -2743,7 +2743,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='editline' PACKAGE='editline'
VERSION='1.14.1' VERSION='1.14.2'
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF
@ -12594,7 +12594,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by editline $as_me 1.14.1, which was This file was extended by editline $as_me 1.14.2, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -12660,7 +12660,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
editline config.status 1.14.1 editline config.status 1.14.2
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@ -13,7 +13,7 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
AC_PREREQ(2.61) AC_PREREQ(2.61)
AC_INIT(editline, 1.14.1, troglobit@gmail.com) AC_INIT(editline, 1.14.2, troglobit@gmail.com)
AC_CONFIG_SRCDIR([src/editline.c]) AC_CONFIG_SRCDIR([src/editline.c])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
editline (1.14.2-1) unstable; urgency=low
* Minor bugfix release:
+ Fix `el_no_echo` bug causing secrets to leak when disabling no-echo
+ Handle `EINTR` in syscalls better
-- Joachim Nilsson <troglobit@gmail.com> Sun, 14 Sep 2014 04:27:25 +0200
editline (1.14.1-1) unstable; urgency=low editline (1.14.1-1) unstable; urgency=low
* New release. * New release.