diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-10-28 09:37:34 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-10-28 09:37:34 -0400 |
commit | 1cb81e3307686416a8e1f3ff2941fd23246b6671 (patch) | |
tree | 456d426086acc60d54dce06c0c9bd87ebf5a14d8 | |
parent | 74aaf2261edeb98ac895636ee11ef8a7f4ed23e6 (diff) | |
parent | 4f6868d416c479a29afe1b1b3168f3d96fbdcc64 (diff) | |
download | libdbusmenu-1cb81e3307686416a8e1f3ff2941fd23246b6671.tar.gz libdbusmenu-1cb81e3307686416a8e1f3ff2941fd23246b6671.tar.bz2 libdbusmenu-1cb81e3307686416a8e1f3ff2941fd23246b6671.zip |
releasing version 0.5.1-0ubuntu1
-rw-r--r-- | ChangeLog | 28 | ||||
-rwxr-xr-x | configure | 22 | ||||
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | docs/libdbusmenu-glib/reference/version.xml | 2 | ||||
-rw-r--r-- | docs/libdbusmenu-gtk/reference/version.xml | 2 |
6 files changed, 54 insertions, 16 deletions
@@ -1,5 +1,33 @@ # Generated by Makefile. Do not edit. +2011-10-13 Ted Gould <ted@gould.cx> + + 0.5.1 + +2011-10-12 Ted Gould <ted@gould.cx> + + Allow about-to-show on 0 based items (root items) + +2011-09-30 Ken VanDine <ken.vandine@canonical.com> + + id of 0 in dbusmenu_client_send_about_to_show is valid, and used in appindicators like nm-applet (LP: #862989) + +2011-10-12 Ted Gould <ted@gould.cx> + + Make sure to finally unref the GTK menuitem + +2011-10-04 Michael Terry <michael.terry@canonical.com> + + remove last ref from GtkMenuItems that we create + +2011-10-12 Ted Gould <ted@gould.cx> + + If the child is copied make sure we don't delete the original. + +2011-10-05 Michael Terry <michael.terry@canonical.com> + + when resetting an image widget and it's the only child of the menuitem, make sure we don't try to use free'd memory + 2011-09-29 Ted Gould <ted@gould.cx> 0.5.0 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for libdbusmenu 0.5.0. +# Generated by GNU Autoconf 2.68 for libdbusmenu 0.5.1. # # Report bugs to <ted@canonical.com>. # @@ -572,8 +572,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='libdbusmenu' PACKAGE_TARNAME='libdbusmenu' -PACKAGE_VERSION='0.5.0' -PACKAGE_STRING='libdbusmenu 0.5.0' +PACKAGE_VERSION='0.5.1' +PACKAGE_STRING='libdbusmenu 0.5.1' PACKAGE_BUGREPORT='ted@canonical.com' PACKAGE_URL='' @@ -1429,7 +1429,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.5.0 to adapt to many kinds of systems. +\`configure' configures libdbusmenu 0.5.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1499,7 +1499,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libdbusmenu 0.5.0:";; + short | recursive ) echo "Configuration of libdbusmenu 0.5.1:";; esac cat <<\_ACEOF @@ -1649,7 +1649,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libdbusmenu configure 0.5.0 +libdbusmenu configure 0.5.1 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2020,7 +2020,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.5.0, which was +It was created by libdbusmenu $as_me 0.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2841,7 +2841,7 @@ fi # Define the identity of the package. PACKAGE=libdbusmenu - VERSION=0.5.0 + VERSION=0.5.1 # Some tools Automake needs. @@ -14309,7 +14309,7 @@ fi ########################### LIBDBUSMENU_CURRENT=4 -LIBDBUSMENU_REVISION=5 +LIBDBUSMENU_REVISION=6 LIBDBUSMENU_AGE=0 @@ -15659,7 +15659,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.5.0, which was +This file was extended by libdbusmenu $as_me 0.5.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15725,7 +15725,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.5.0 +libdbusmenu config.status 0.5.1 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index f195f47..ba5cd4b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,11 +1,11 @@ -AC_INIT(libdbusmenu, 0.5.0, ted@canonical.com) +AC_INIT(libdbusmenu, 0.5.1, ted@canonical.com) AC_COPYRIGHT([Copyright 2009,2010 Canonical]) AC_PREREQ(2.62) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libdbusmenu, 0.5.0, [-Wno-portability]) +AM_INIT_AUTOMAKE(libdbusmenu, 0.5.1, [-Wno-portability]) AM_MAINTAINER_MODE @@ -172,7 +172,7 @@ AC_PATH_PROG([XSLT_PROC], [xsltproc]) ########################### LIBDBUSMENU_CURRENT=4 -LIBDBUSMENU_REVISION=5 +LIBDBUSMENU_REVISION=6 LIBDBUSMENU_AGE=0 AC_SUBST(LIBDBUSMENU_CURRENT) diff --git a/debian/changelog b/debian/changelog index 8c48a32..9ed20be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libdbusmenu (0.5.1-0ubuntu1) precise; urgency=low + + * New upstream release. + * Allow for an ID of 0 in about_to_show for indicators (LP: #862989) + * Clear the image pointer when we take it + * Ensure we drop all references to the GTK widget when a menuitem + gets destroyed (LP: #835646) + + -- Ted Gould <ted@ubuntu.com> Fri, 28 Oct 2011 09:35:13 -0400 + libdbusmenu (0.5.0-1ubuntu1) precise; urgency=low * Multiarch conversion (partial, gobject instrospection not touched) diff --git a/docs/libdbusmenu-glib/reference/version.xml b/docs/libdbusmenu-glib/reference/version.xml index 8f0916f..4b9fcbe 100644 --- a/docs/libdbusmenu-glib/reference/version.xml +++ b/docs/libdbusmenu-glib/reference/version.xml @@ -1 +1 @@ -0.5.0 +0.5.1 diff --git a/docs/libdbusmenu-gtk/reference/version.xml b/docs/libdbusmenu-gtk/reference/version.xml index 8f0916f..4b9fcbe 100644 --- a/docs/libdbusmenu-gtk/reference/version.xml +++ b/docs/libdbusmenu-gtk/reference/version.xml @@ -1 +1 @@ -0.5.0 +0.5.1 |