diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-12 10:03:39 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-12 10:03:39 -0400 |
commit | e6361deeea11714f3d8d45d068b249c8d4b634ef (patch) | |
tree | 5640c20eb0d2612d5692e7b5aae0dc00e949606d /configure | |
parent | 28e2acba03c73cf34a10a8cbfc2f1b33d4324199 (diff) | |
parent | edfb2ab89822da16fc1150a5350c130830a733b3 (diff) | |
download | ayatana-indicator-power-e6361deeea11714f3d8d45d068b249c8d4b634ef.tar.gz ayatana-indicator-power-e6361deeea11714f3d8d45d068b249c8d4b634ef.tar.bz2 ayatana-indicator-power-e6361deeea11714f3d8d45d068b249c8d4b634ef.zip |
* New upstream release.
- Show time left to use without brackets, time left to charge with
brackets. (LP: #824629)
- Fix some memory leaks
- Don't show settings links when used in a greeter
- Use a string when the energy source is not present instead
of 0%
- only batteries status icons are allowed in the menu title
* debian/rules:
- run intltool-update to update the translations template (lp: #820705)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for indicator-power 0.5. +# Generated by GNU Autoconf 2.68 for indicator-power 0.6. # # Report bugs to <http://bugs.launchpad.net/indicator-power>. # @@ -570,8 +570,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='indicator-power' PACKAGE_TARNAME='indicator-power' -PACKAGE_VERSION='0.5' -PACKAGE_STRING='indicator-power 0.5' +PACKAGE_VERSION='0.6' +PACKAGE_STRING='indicator-power 0.6' PACKAGE_BUGREPORT='http://bugs.launchpad.net/indicator-power' PACKAGE_URL='http://launchpad.net/indicator-power' @@ -1362,7 +1362,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 indicator-power 0.5 to adapt to many kinds of systems. +\`configure' configures indicator-power 0.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1432,7 +1432,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of indicator-power 0.5:";; + short | recursive ) echo "Configuration of indicator-power 0.6:";; esac cat <<\_ACEOF @@ -1561,7 +1561,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -indicator-power configure 0.5 +indicator-power configure 0.6 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1839,7 +1839,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 indicator-power $as_me 0.5, which was +It was created by indicator-power $as_me 0.6, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2663,7 +2663,7 @@ fi # Define the identity of the package. PACKAGE='indicator-power' - VERSION='0.5' + VERSION='0.6' cat >>confdefs.h <<_ACEOF @@ -14867,7 +14867,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 indicator-power $as_me 0.5, which was +This file was extended by indicator-power $as_me 0.6, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14934,7 +14934,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="\\ -indicator-power config.status 0.5 +indicator-power config.status 0.6 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" |