]> andersk Git - test.git/commitdiff
Released version 2.2
authorMarkus Gutschke <markus@shellinabox.com>
Thu, 22 Jan 2009 00:39:16 +0000 (00:39 +0000)
committerMarkus Gutschke <markus@shellinabox.com>
Thu, 22 Jan 2009 00:39:16 +0000 (00:39 +0000)
ChangeLog
configure
configure.ac
debian/changelog

index 188b9ac47b1f66cb77259ee826fd2f0ca80dd707..8a00bf28b82f32af1e95640b095a3cdd8140fa41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 
index 0ff48a12cc785920d05b800c202fc356d0dd174d..a71908db17d1f789d4d9cce506144858843f8ca7 100755 (executable)
--- 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 <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'`\\"
 
index 9f25f995abc836d37668a7bbf109cd72758beb44..911139e1e1d9ce5db90a52cec00f545487106cb2 100644 (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
index 3f886460b41fb82807452a5eb1eef3d884a50284..9098cf89ab29e27cf53cc66a89b1a1bfa97eb76a 100644 (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.
This page took 0.05003 seconds and 5 git commands to generate.