diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-11-13 13:15:34 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-11-13 13:15:34 -0800 |
commit | a6eaf766f706f9c8185a757813f3570b3a507c86 (patch) | |
tree | 8831e303a586f7a7d107cd98e0347d6b91fb4728 /rt | |
parent | e1c940c29461bddbf4e889d44a02bdeb4b7ca388 (diff) |
rt 4.0.24
Diffstat (limited to 'rt')
-rwxr-xr-x | rt/configure | 20 | ||||
-rw-r--r-- | rt/share/html/NoAuth/js/util.js | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/rt/configure b/rt/configure index bb83e12ce..471006b8b 100755 --- a/rt/configure +++ b/rt/configure @@ -1,7 +1,7 @@ #! /bin/sh # From configure.ac Revision. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for RT rt-4.0.23. +# Generated by GNU Autoconf 2.69 for RT rt-4.0.24. # # Report bugs to <rt-bugs@bestpractical.com>. # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='RT' PACKAGE_TARNAME='rt' -PACKAGE_VERSION='rt-4.0.23' -PACKAGE_STRING='RT rt-4.0.23' +PACKAGE_VERSION='rt-4.0.24' +PACKAGE_STRING='RT rt-4.0.24' PACKAGE_BUGREPORT='rt-bugs@bestpractical.com' PACKAGE_URL='' @@ -1317,7 +1317,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 RT rt-4.0.23 to adapt to many kinds of systems. +\`configure' configures RT rt-4.0.24 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1378,7 +1378,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of RT rt-4.0.23:";; + short | recursive ) echo "Configuration of RT rt-4.0.24:";; esac cat <<\_ACEOF @@ -1495,7 +1495,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -RT configure rt-4.0.23 +RT configure rt-4.0.24 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1512,7 +1512,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 RT $as_me rt-4.0.23, which was +It was created by RT $as_me rt-4.0.24, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -1869,7 +1869,7 @@ rt_version_major=4 rt_version_minor=0 -rt_version_patch=23 +rt_version_patch=24 test "x$rt_version_major" = 'x' && rt_version_major=0 test "x$rt_version_minor" = 'x' && rt_version_minor=0 @@ -3592,7 +3592,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by RT $as_me rt-4.0.23, which was +This file was extended by RT $as_me rt-4.0.24, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3645,7 +3645,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -RT config.status rt-4.0.23 +RT config.status rt-4.0.24 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/rt/share/html/NoAuth/js/util.js b/rt/share/html/NoAuth/js/util.js index 473222612..1995db056 100644 --- a/rt/share/html/NoAuth/js/util.js +++ b/rt/share/html/NoAuth/js/util.js @@ -320,7 +320,7 @@ function toggle_addprincipal_validity(input, good, title) { function update_addprincipal_title(title) { var h3 = jQuery("#acl-AddPrincipal h3"); - h3.html( h3.text().replace(/: .*$/,'') + ": " + title ); + h3.text( h3.text().replace(/: .*$/,'') + ": " + title ); } // when a value is selected from the autocompleter |