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
This commit is contained in:
zodiac 2009-02-13 01:58:01 +00:00
parent 706fbf9ebe
commit 9dd2367209
5 changed files with 25 additions and 15 deletions

View file

@ -1,3 +1,7 @@
2009-02-12 Markus Gutschke <markus@shellinabox.com>
* Released version 2.4
2009-02-11 Markus Gutschke <markus@shellinabox.com>
* 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 <markus@shellinabox.com>

View file

@ -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 */

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.3.
# Generated by GNU Autoconf 2.61 for shellinabox 2.4.
#
# 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.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 <bug-autoconf@gnu.org>."
_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'`\\"

View file

@ -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

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
shellinabox (2.4-1) unstable; urgency=low
* New upstream release, version 2.4.
-- Markus Gutschke <markus@shellinabox.com> Thu, 12 Feb 2009 17:52:14 -0800
shellinabox (2.3-1) unstable; urgency=low
* New upstream release, version 2.3.