diff --git a/ChangeLog b/ChangeLog index 4a82e8c..c3e1cfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-07-05 Markus Gutschke + + * Released version 2.9 + 2009-07-04 Markus Gutschke * Refined regular expressions for finding URLs. diff --git a/config.h b/config.h index 5a51cc1..1851d33 100644 --- a/config.h +++ b/config.h @@ -23,7 +23,7 @@ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the 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 */ diff --git a/configure b/configure index 4bfc724..1cd015c 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.63 for shellinabox 2.8. +# Generated by GNU Autoconf 2.63 for shellinabox 2.9. # # Report bugs to . # @@ -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 ." _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'`\\" diff --git a/configure.ac b/configure.ac index feb3968..2080858 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index 17e9954..90b2e16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +shellinabox (2.9-1) unstable; urgency=low + + * New upstream release, version 2.9. + + -- Markus Gutschke Sun, 05 Jul 2009 21:08:47 -0800 + shellinabox (2.8-1) unstable; urgency=low * New upstream release, version 2.8. diff --git a/demo/vt100.js b/demo/vt100.js index ceea266..740bfd4 100644 --- a/demo/vt100.js +++ b/demo/vt100.js @@ -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"); }; diff --git a/shellinabox/shell_in_a_box.js b/shellinabox/shell_in_a_box.js index 7edbf56..f584688 100644 --- a/shellinabox/shell_in_a_box.js +++ b/shellinabox/shell_in_a_box.js @@ -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 ? diff --git a/shellinabox/vt100.js b/shellinabox/vt100.js index ceea266..740bfd4 100644 --- a/shellinabox/vt100.js +++ b/shellinabox/vt100.js @@ -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"); };