From 9dd2367209eee17c53071d80e3c24e9b57da66e4 Mon Sep 17 00:00:00 2001 From: zodiac Date: Fri, 13 Feb 2009 01:58:01 +0000 Subject: [PATCH] Released version 2.4: Fixed fatal compiler warning if compiling without SSL support. Fixed cursor hiding and showing Fixed various rendering glitches reported by Phil Endecott of Anyterm (http://anyterm.org) fame. Made code more portable. In particular, fixed sed scripts. Added explicit config.h file, instead of passing configuration options on the compiler's command line. Fixed compilation issues on BSD systems. Code is still untested and unsupported on non-Linux systems at this time. git-svn-id: https://shellinabox.googlecode.com/svn/trunk@61 0da03de8-d603-11dd-86c2-0f8696b7b6f9 --- ChangeLog | 6 +++++- config.h | 6 +++--- configure | 20 ++++++++++---------- configure.ac | 2 +- debian/changelog | 6 ++++++ 5 files changed, 25 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9af58df..39f2d0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-02-12 Markus Gutschke + + * Released version 2.4 + 2009-02-11 Markus Gutschke * Fixed fatal compiler warning if compiling without SSL support. @@ -13,7 +17,7 @@ options on the compiler's command line. * Fixed compilation issues on BSD systems. Code is still untested - and unsupport on non-Linux systems at this time. + and unsupported on non-Linux systems at this time. 2009-01-21 Markus Gutschke diff --git a/config.h b/config.h index 44e3fe2..1ab125a 100644 --- a/config.h +++ b/config.h @@ -71,19 +71,19 @@ #define PACKAGE_NAME "shellinabox" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "shellinabox 2.3" +#define PACKAGE_STRING "shellinabox 2.4" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "shellinabox" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.3" +#define PACKAGE_VERSION "2.4" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "2.3" +#define VERSION "2.4" /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ diff --git a/configure b/configure index f8e612c..dde9108 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.3. +# Generated by GNU Autoconf 2.61 for shellinabox 2.4. # # 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.3' -PACKAGE_STRING='shellinabox 2.3' +PACKAGE_VERSION='2.4' +PACKAGE_STRING='shellinabox 2.4' 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.3 to adapt to many kinds of systems. +\`configure' configures shellinabox 2.4 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.3:";; + short | recursive ) echo "Configuration of shellinabox 2.4:";; 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.3 +shellinabox configure 2.4 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.3, which was +It was created by shellinabox $as_me 2.4, 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.3' + VERSION='2.4' cat >>confdefs.h <<_ACEOF @@ -20776,7 +20776,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.3, which was +This file was extended by shellinabox $as_me 2.4, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -20829,7 +20829,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -shellinabox config.status 2.3 +shellinabox config.status 2.4 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 4b38c58..9fd0f73 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.57) -AC_INIT(shellinabox, 2.3, markus@shellinabox.com) +AC_INIT(shellinabox, 2.4, markus@shellinabox.com) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) AC_PROG_CC diff --git a/debian/changelog b/debian/changelog index 0f78fd2..542cbcb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +shellinabox (2.4-1) unstable; urgency=low + + * New upstream release, version 2.4. + + -- Markus Gutschke Thu, 12 Feb 2009 17:52:14 -0800 + shellinabox (2.3-1) unstable; urgency=low * New upstream release, version 2.3.