Released version 2.2

git-svn-id: https://shellinabox.googlecode.com/svn/trunk@49 0da03de8-d603-11dd-86c2-0f8696b7b6f9
This commit is contained in:
zodiac 2009-01-22 00:39:16 +00:00
parent 646bd6a853
commit 349f0795e6
4 changed files with 32 additions and 12 deletions

View file

@ -1,4 +1,18 @@
2009-08-01 Markus Gutschke <markus@shellinabox.com>
2009-01-21 Markus Gutschke <markus@shellinabox.com>
* Released version 2.2
* Fixed a bug that could result in the font getting corrupted.
* Improved compatibility with more versions of the OpenSSL library.
Previously, the feature test for TLSEXT did not always work correctly,
resulting in compilation failures.
* Improved support for embedding shellinaboxd into existing web
services. SSL certificates can now be passed in through a file
handle, and port and pid numbers can be retrieved from the CGI header.
2009-01-08 Markus Gutschke <markus@shellinabox.com>
* Released version 2.1

20
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for shellinabox 2.1.
# Generated by GNU Autoconf 2.61 for shellinabox 2.2.
#
# Report bugs to <markus@shellinabox.com>.
#
@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='shellinabox'
PACKAGE_TARNAME='shellinabox'
PACKAGE_VERSION='2.1'
PACKAGE_STRING='shellinabox 2.1'
PACKAGE_VERSION='2.2'
PACKAGE_STRING='shellinabox 2.2'
PACKAGE_BUGREPORT='markus@shellinabox.com'
# Factoring default headers for most tests.
@ -1393,7 +1393,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 shellinabox 2.1 to adapt to many kinds of systems.
\`configure' configures shellinabox 2.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1463,7 +1463,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of shellinabox 2.1:";;
short | recursive ) echo "Configuration of shellinabox 2.2:";;
esac
cat <<\_ACEOF
@ -1565,7 +1565,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
shellinabox configure 2.1
shellinabox configure 2.2
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@ -1579,7 +1579,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 shellinabox $as_me 2.1, which was
It was created by shellinabox $as_me 2.2, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@ -2269,7 +2269,7 @@ fi
# Define the identity of the package.
PACKAGE='shellinabox'
VERSION='2.1'
VERSION='2.2'
cat >>confdefs.h <<_ACEOF
@ -20588,7 +20588,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by shellinabox $as_me 2.1, which was
This file was extended by shellinabox $as_me 2.2, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -20635,7 +20635,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
shellinabox config.status 2.1
shellinabox config.status 2.2
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View file

@ -1,5 +1,5 @@
AC_PREREQ(2.57)
AC_INIT(shellinabox, 2.1, markus@shellinabox.com)
AC_INIT(shellinabox, 2.2, markus@shellinabox.com)
AM_INIT_AUTOMAKE
AC_PROG_CC
AC_PROG_INSTALL

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
shellinabox (2.2-1) unstable; urgency=low
* New upstream release, version 2.2.
-- Markus Gutschke <markus@shellinabox.com> Wed, 21 Jan 2009 16:32:17 -0800
shellinabox (2.1-1) unstable; urgency=low
* New upstream release, version 2.1.