Released version 2.7
git-svn-id: https://shellinabox.googlecode.com/svn/trunk@117 0da03de8-d603-11dd-86c2-0f8696b7b6f9
This commit is contained in:
parent
dcbd78df55
commit
28b65c9f2a
8 changed files with 38 additions and 20 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2009-04-27 Markus Gutschke <markus@shellinabox.com>
|
||||
|
||||
* Released version 2.7
|
||||
|
||||
* Improved compatibility with some PAM configurations when running
|
||||
as a non-privileged user.
|
||||
|
||||
* Fixed a bug that required shells to output data (e.g. a prompt)
|
||||
before they could read the first data.
|
||||
|
||||
* Fixed a potential crash.
|
||||
|
||||
2009-04-12 Markus Gutschke <markus@shellinabox.com>
|
||||
|
||||
* Released version 2.6
|
||||
|
|
8
config.h
8
config.h
|
@ -83,22 +83,22 @@
|
|||
#define PACKAGE_NAME "shellinabox"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "shellinabox 2.6"
|
||||
#define PACKAGE_STRING "shellinabox 2.7"
|
||||
|
||||
/* 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.6"
|
||||
#define PACKAGE_VERSION "2.7"
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
/* Most recent revision number in the version control system */
|
||||
#define VCS_REVISION "115"
|
||||
#define VCS_REVISION "117"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.6"
|
||||
#define VERSION "2.7"
|
||||
|
||||
/* Define to empty if `const' does not conform to ANSI C. */
|
||||
/* #undef const */
|
||||
|
|
22
configure
vendored
22
configure
vendored
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.63 for shellinabox 2.6.
|
||||
# Generated by GNU Autoconf 2.63 for shellinabox 2.7.
|
||||
#
|
||||
# Report bugs to <markus@shellinabox.com>.
|
||||
#
|
||||
|
@ -750,8 +750,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='shellinabox'
|
||||
PACKAGE_TARNAME='shellinabox'
|
||||
PACKAGE_VERSION='2.6'
|
||||
PACKAGE_STRING='shellinabox 2.6'
|
||||
PACKAGE_VERSION='2.7'
|
||||
PACKAGE_STRING='shellinabox 2.7'
|
||||
PACKAGE_BUGREPORT='markus@shellinabox.com'
|
||||
|
||||
ac_c_werror_flag=
|
||||
|
@ -1482,7 +1482,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.6 to adapt to many kinds of systems.
|
||||
\`configure' configures shellinabox 2.7 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -1552,7 +1552,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of shellinabox 2.6:";;
|
||||
short | recursive ) echo "Configuration of shellinabox 2.7:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1674,7 +1674,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
shellinabox configure 2.6
|
||||
shellinabox configure 2.7
|
||||
generated by GNU Autoconf 2.63
|
||||
|
||||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
|
@ -1688,7 +1688,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.6, which was
|
||||
It was created by shellinabox $as_me 2.7, which was
|
||||
generated by GNU Autoconf 2.63. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -2056,7 +2056,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
|
|||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
|
||||
VCS_REVISION=115
|
||||
VCS_REVISION=117
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -2413,7 +2413,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='shellinabox'
|
||||
VERSION='2.6'
|
||||
VERSION='2.7'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -21983,7 +21983,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.6, which was
|
||||
This file was extended by shellinabox $as_me 2.7, which was
|
||||
generated by GNU Autoconf 2.63. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -22046,7 +22046,7 @@ Report bugs to <bug-autoconf@gnu.org>."
|
|||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_version="\\
|
||||
shellinabox config.status 2.6
|
||||
shellinabox config.status 2.7
|
||||
configured by $0, generated by GNU Autoconf 2.63,
|
||||
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
AC_PREREQ(2.57)
|
||||
|
||||
dnl This is the one location where the authoritative version number is stored
|
||||
AC_INIT(shellinabox, 2.6, markus@shellinabox.com)
|
||||
VCS_REVISION=115
|
||||
AC_INIT(shellinabox, 2.7, markus@shellinabox.com)
|
||||
VCS_REVISION=117
|
||||
AC_SUBST(VCS_REVISION)
|
||||
AC_DEFINE_UNQUOTED(VCS_REVISION, "${VCS_REVISION}",
|
||||
[Most recent revision number in the version control system])
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
shellinabox (2.7-1) unstable; urgency=low
|
||||
|
||||
* New upstream release, version 2.7.
|
||||
|
||||
-- Markus Gutschke <markus@shellinabox.com> Mon, 27 Apr 2009 09:43:58 -0800
|
||||
|
||||
shellinabox (2.6-1) unstable; urgency=low
|
||||
|
||||
* New upstream release, version 2.6.
|
||||
|
|
|
@ -1500,7 +1500,7 @@ VT100.prototype.toggleBell = function() {
|
|||
};
|
||||
|
||||
VT100.prototype.about = function() {
|
||||
alert("VT100 Terminal Emulator " + "2.6 (revision 115)" +
|
||||
alert("VT100 Terminal Emulator " + "2.7 (revision 117)" +
|
||||
"\nCopyright 2008-2009 by Markus Gutschke\n" +
|
||||
"For more information check http://shellinabox.com");
|
||||
};
|
||||
|
|
|
@ -355,7 +355,7 @@ ShellInABox.prototype.extendContextMenu = function(entries, actions) {
|
|||
};
|
||||
|
||||
ShellInABox.prototype.about = function() {
|
||||
alert("Shell In A Box version " + "2.6 (revision 115)" +
|
||||
alert("Shell In A Box version " + "2.7 (revision 117)" +
|
||||
"\nCopyright 2008-2009 by Markus Gutschke\n" +
|
||||
"For more information check http://shellinabox.com" +
|
||||
(typeof serverSupportsSSL != 'undefined' && serverSupportsSSL ?
|
||||
|
|
|
@ -1500,7 +1500,7 @@ VT100.prototype.toggleBell = function() {
|
|||
};
|
||||
|
||||
VT100.prototype.about = function() {
|
||||
alert("VT100 Terminal Emulator " + "2.6 (revision 115)" +
|
||||
alert("VT100 Terminal Emulator " + "2.7 (revision 117)" +
|
||||
"\nCopyright 2008-2009 by Markus Gutschke\n" +
|
||||
"For more information check http://shellinabox.com");
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue