diff options
author | Ted Gould <ted@gould.cx> | 2011-04-07 10:26:05 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-07 10:26:05 -0500 |
commit | 0b028ae913569f5e836c3c05d547c38b43210e82 (patch) | |
tree | 93b64e8eecc5ba9b82bcdff243f5049029fc7c04 /configure | |
parent | 81cebd92254afdc5c9142672ee8c9dbcdfa36655 (diff) | |
parent | f0ab3958e1f7c9b817a5556120ba5c8a12ecbd1c (diff) | |
download | libdbusmenu-0b028ae913569f5e836c3c05d547c38b43210e82.tar.gz libdbusmenu-0b028ae913569f5e836c3c05d547c38b43210e82.tar.bz2 libdbusmenu-0b028ae913569f5e836c3c05d547c38b43210e82.zip |
New upstream release.
∘ Fix GIR scan to not include duplicate namespaces (LP: #750575)
∘ Keep refs to the client and makes sure to disconnect all handlers.
(LP: #749609)
∘ Add GTK side handlers for the open/close events to ensure GTK apps
can use those events still (LP: #750588)
∘ Create submenus for menuitems that don't have children but still
have told us they need them with the child-display property.
(LP: #619811)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for libdbusmenu 0.4.1. +# Generated by GNU Autoconf 2.67 for libdbusmenu 0.4.2. # # Report bugs to <ted@canonical.com>. # @@ -703,8 +703,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libdbusmenu' PACKAGE_TARNAME='libdbusmenu' -PACKAGE_VERSION='0.4.1' -PACKAGE_STRING='libdbusmenu 0.4.1' +PACKAGE_VERSION='0.4.2' +PACKAGE_STRING='libdbusmenu 0.4.2' PACKAGE_BUGREPORT='ted@canonical.com' PACKAGE_URL='' @@ -1541,7 +1541,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 libdbusmenu 0.4.1 to adapt to many kinds of systems. +\`configure' configures libdbusmenu 0.4.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1611,7 +1611,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libdbusmenu 0.4.1:";; + short | recursive ) echo "Configuration of libdbusmenu 0.4.2:";; esac cat <<\_ACEOF @@ -1751,7 +1751,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libdbusmenu configure 0.4.1 +libdbusmenu configure 0.4.2 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2122,7 +2122,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 libdbusmenu $as_me 0.4.1, which was +It was created by libdbusmenu $as_me 0.4.2, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -2943,7 +2943,7 @@ fi # Define the identity of the package. PACKAGE=libdbusmenu - VERSION=0.4.1 + VERSION=0.4.2 # Some tools Automake needs. @@ -13294,7 +13294,7 @@ fi ########################### LIBDBUSMENU_CURRENT=3 -LIBDBUSMENU_REVISION=12 +LIBDBUSMENU_REVISION=13 LIBDBUSMENU_AGE=0 @@ -14616,7 +14616,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 libdbusmenu $as_me 0.4.1, which was +This file was extended by libdbusmenu $as_me 0.4.2, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14682,7 +14682,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="\\ -libdbusmenu config.status 0.4.1 +libdbusmenu config.status 0.4.2 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" |