Released version 2.9

git-svn-id: https://shellinabox.googlecode.com/svn/trunk@139 0da03de8-d603-11dd-86c2-0f8696b7b6f9
This commit is contained in:
zodiac 2009-07-06 04:28:59 +00:00
parent 5df28de89c
commit 8ff79d1ce7
8 changed files with 31 additions and 21 deletions

View file

@ -1,3 +1,7 @@
2009-07-05 Markus Gutschke <markus@shellinabox.com>
* Released version 2.9
2009-07-04 Markus Gutschke <markus@shellinabox.com>
* Refined regular expressions for finding URLs.

View file

@ -23,7 +23,7 @@
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the <libutil.h> header file. */
#define HAVE_LIBUTIL_H 1
/* #undef HAVE_LIBUTIL_H */
/* Define to 1 if you have the `login_tty' function. */
#define HAVE_LOGIN_TTY 1
@ -120,22 +120,22 @@
#define PACKAGE_NAME "shellinabox"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "shellinabox 2.8"
#define PACKAGE_STRING "shellinabox 2.9"
/* 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.8"
#define PACKAGE_VERSION "2.9"
/* 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 "137"
#define VCS_REVISION "139"
/* Version number of package */
#define VERSION "2.8"
#define VERSION "2.9"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */

22
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.63 for shellinabox 2.8.
# Generated by GNU Autoconf 2.63 for shellinabox 2.9.
#
# Report bugs to <markus@shellinabox.com>.
#
@ -745,8 +745,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='shellinabox'
PACKAGE_TARNAME='shellinabox'
PACKAGE_VERSION='2.8'
PACKAGE_STRING='shellinabox 2.8'
PACKAGE_VERSION='2.9'
PACKAGE_STRING='shellinabox 2.9'
PACKAGE_BUGREPORT='markus@shellinabox.com'
ac_c_werror_flag=
@ -1469,7 +1469,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.8 to adapt to many kinds of systems.
\`configure' configures shellinabox 2.9 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1539,7 +1539,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of shellinabox 2.8:";;
short | recursive ) echo "Configuration of shellinabox 2.9:";;
esac
cat <<\_ACEOF
@ -1655,7 +1655,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
shellinabox configure 2.8
shellinabox configure 2.9
generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@ -1669,7 +1669,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.8, which was
It was created by shellinabox $as_me 2.9, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@
@ -2037,7 +2037,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
VCS_REVISION=137
VCS_REVISION=139
cat >>confdefs.h <<_ACEOF
@ -2394,7 +2394,7 @@ fi
# Define the identity of the package.
PACKAGE='shellinabox'
VERSION='2.8'
VERSION='2.9'
cat >>confdefs.h <<_ACEOF
@ -13594,7 +13594,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.8, which was
This file was extended by shellinabox $as_me 2.9, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -13657,7 +13657,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
shellinabox config.status 2.8
shellinabox config.status 2.9
configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"

View file

@ -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.8, markus@shellinabox.com)
VCS_REVISION=137
AC_INIT(shellinabox, 2.9, markus@shellinabox.com)
VCS_REVISION=139
AC_SUBST(VCS_REVISION)
AC_DEFINE_UNQUOTED(VCS_REVISION, "${VCS_REVISION}",
[Most recent revision number in the version control system])

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
shellinabox (2.9-1) unstable; urgency=low
* New upstream release, version 2.9.
-- Markus Gutschke <markus@shellinabox.com> Sun, 05 Jul 2009 21:08:47 -0800
shellinabox (2.8-1) unstable; urgency=low
* New upstream release, version 2.8.

View file

@ -1693,7 +1693,7 @@ VT100.prototype.toggleBell = function() {
};
VT100.prototype.about = function() {
alert("VT100 Terminal Emulator " + "2.8 (revision 137)" +
alert("VT100 Terminal Emulator " + "2.9 (revision 139)" +
"\nCopyright 2008-2009 by Markus Gutschke\n" +
"For more information check http://shellinabox.com");
};

View file

@ -355,7 +355,7 @@ ShellInABox.prototype.extendContextMenu = function(entries, actions) {
};
ShellInABox.prototype.about = function() {
alert("Shell In A Box version " + "2.8 (revision 137)" +
alert("Shell In A Box version " + "2.9 (revision 139)" +
"\nCopyright 2008-2009 by Markus Gutschke\n" +
"For more information check http://shellinabox.com" +
(typeof serverSupportsSSL != 'undefined' && serverSupportsSSL ?

View file

@ -1693,7 +1693,7 @@ VT100.prototype.toggleBell = function() {
};
VT100.prototype.about = function() {
alert("VT100 Terminal Emulator " + "2.8 (revision 137)" +
alert("VT100 Terminal Emulator " + "2.9 (revision 139)" +
"\nCopyright 2008-2009 by Markus Gutschke\n" +
"For more information check http://shellinabox.com");
};