diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-07-15 09:00:15 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-07-15 09:00:15 -0400 |
commit | 2801a022058b7ea507972a4227b5ba4433f06843 (patch) | |
tree | 5cd2eef07f21b5d86ad37b25f86d820672e81367 /ChangeLog | |
parent | b414e0f54fb79b8131f13eb30a7d4e3e33c60472 (diff) | |
parent | 8641c27434f27843185299a6c76e70f2e87ff5d9 (diff) | |
download | libayatana-indicator-2801a022058b7ea507972a4227b5ba4433f06843.tar.gz libayatana-indicator-2801a022058b7ea507972a4227b5ba4433f06843.tar.bz2 libayatana-indicator-2801a022058b7ea507972a4227b5ba4433f06843.zip |
* New upstream release.
* Fix signals with NULL entries in the loader
* Adding a comment for setting up debugging options
* Adding annotations for GIR files
* Fixing watchers hashtable to detect when we have none
* Fix testing so no tests are XFAIL anymore
* Adding a replace mode for testing indicator services
* Watching new services when the name switches
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 76 |
1 files changed, 76 insertions, 0 deletions
@@ -1,5 +1,81 @@ # Generated by Makefile. Do not edit. +2011-07-14 Ted Gould <ted@gould.cx> + + 0.3.91 + +2011-07-14 Ted Gould <ted@gould.cx> + + Fixing the libindicator test suite + +2011-07-11 Ted Gould <ted@gould.cx> + + Cleaning up removal of watchers as the string was getting free'd before it could get used to remove the entry from the hashtable. Now using a destroy function as that is possible with GDBus but wasn't with dbus-glib + +2011-07-11 Ted Gould <ted@gould.cx> + + Define the bus well known type in the session.conf file + +2011-07-12 Ted Gould <ted@gould.cx> + + Adding an env variable to put a service in replace mode + +2011-07-12 Ted Gould <ted@gould.cx> + + Watching when we do name switches + +2011-07-12 Ted Gould <ted@gould.cx> + + Adding in the shutdown function + +2011-07-12 Ted Gould <ted@gould.cx> + + In replace mode we need to ask the other guy to shutdown and still wait for the name a bit. + +2011-07-12 Ted Gould <ted@gould.cx> + + Adding in a property for being in replace mode + +2011-07-11 Ted Gould <ted@gould.cx> + + Add the PC file instead of replace it + +2011-07-11 Ted Gould <ted@gould.cx> + + Handle NULL entries without crashing + +2011-07-07 Ted Gould <ted@gould.cx> + + Installing the debugging env entries in shared directory instead of the executable one. + +2011-07-07 Ken VanDine <ken.vandine@canonical.com> + + Make xsessiondir = $(pkgdatadir) + +2011-07-07 Ted Gould <ted@gould.cx> + + Fixing doc string + +2011-07-07 Ken VanDine <ken.vandine@canonical.com> + + Changed to help message for --with-gtk to reflect the new default + +2011-07-07 Ted Gould <ted@gould.cx> + + Anotating the get entires function properly. + +2011-07-08 Robert Ancell <robert.ancell@canonical.com> + + Annotate the return value of indicator_object_get_entries so that the type in the list is known, also fix typo in docstring + +2011-07-07 Ted Gould <ted@gould.cx> + + Making the box function conditional on GTK version + +2011-07-07 Ted Gould <ted@gould.cx> + + Handling the right box for the right version of GTK + 2011-07-06 Ted Gould <ted@gould.cx> 0.3.90 |