From 349f0795e6b79856715af9ef68c58ada7a874927 Mon Sep 17 00:00:00 2001 From: zodiac Date: Thu, 22 Jan 2009 00:39:16 +0000 Subject: [PATCH] Released version 2.2 git-svn-id: https://shellinabox.googlecode.com/svn/trunk@49 0da03de8-d603-11dd-86c2-0f8696b7b6f9 --- ChangeLog | 16 +++++++++++++++- configure | 20 ++++++++++---------- configure.ac | 2 +- debian/changelog | 6 ++++++ 4 files changed, 32 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 188b9ac..8a00bf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,18 @@ -2009-08-01 Markus Gutschke +2009-01-21 Markus Gutschke + + * 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 * Released version 2.1 diff --git a/configure b/configure index 0ff48a1..a71908d 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.61 for shellinabox 2.1. +# Generated by GNU Autoconf 2.61 for shellinabox 2.2. # # Report bugs to . # @@ -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 ." _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'`\\" diff --git a/configure.ac b/configure.ac index 9f25f99..911139e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/debian/changelog b/debian/changelog index 3f88646..9098cf8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +shellinabox (2.2-1) unstable; urgency=low + + * New upstream release, version 2.2. + + -- Markus Gutschke Wed, 21 Jan 2009 16:32:17 -0800 + shellinabox (2.1-1) unstable; urgency=low * New upstream release, version 2.1.