diff options
author | Ted Gould <ted@gould.cx> | 2012-03-21 15:28:13 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-03-21 15:28:13 -0500 |
commit | 7db5c14740ce0deae6ed4279cde70b731c56390a (patch) | |
tree | 11f216a830123317fecae3668a25cf02e6d229a9 /ChangeLog | |
parent | 4b2b0165658d3429f415c3014517ca13721a38b5 (diff) | |
parent | 785195578165ab8add69dc0c23acef0997ac0482 (diff) | |
download | ayatana-indicator-messages-7db5c14740ce0deae6ed4279cde70b731c56390a.tar.gz ayatana-indicator-messages-7db5c14740ce0deae6ed4279cde70b731c56390a.tar.bz2 ayatana-indicator-messages-7db5c14740ce0deae6ed4279cde70b731c56390a.zip |
Import upstream version 0.5.94
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 126 |
1 files changed, 126 insertions, 0 deletions
@@ -1,5 +1,131 @@ # Generated by Makefile. Do not edit. +2012-03-21 Ted Gould <ted@gould.cx> + + 0.5.94 + +2012-03-21 Ted Gould <ted@gould.cx> + + Ensure that we're not distributing any gtest sources + +2012-03-21 Ted Gould <ted@gould.cx> + + Fix to use the lib + +2012-03-21 Allan LeSage <allanlesage@gmail.com> + + Reverted r268, restored BUILD_TESTS; ted explains upstream arch patch. + +2012-03-20 Allan LeSage <allanlesage@gmail.com> + + Substituting build code under test lib for individual includes for example. + +2012-03-20 Allan LeSage <allanlesage@gmail.com> + + Chase-recommended simplification of test-inclusion autoconf. + +2012-03-20 Ted Gould <ted@gould.cx> + + Fix blacklisting + +2012-03-14 Lars Uebernickel <lars.uebernickel@canonical.com> + + Use basename of the desktop file as key in the blacklist hash table + + This is superior to using symlinks, as this also allows copying the desktop + files into the blacklist directory. Copying is the default when dragging and + dropping an application into that folder. + +2012-02-23 Lars Uebernickel <lars.uebernickel@canonical.com> + + Use link targets as keys in the blacklist hash table + + Fixes lp:939258 + +2012-03-20 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~allanlesage/indicator-messages/TDD for automake cleanups and test-oriented fixes + +2012-03-20 Allan LeSage <allanlesage@gmail.com> + + Tabs vs. spaces cosmetic change in configure.ac. + +2012-03-20 Allan LeSage <allanlesage@gmail.com> + + Charles-suggested fixes for gmodule dependency. + +2012-03-20 Allan LeSage <allanlesage@gmail.com> + + Makefile fixes for code under test lib. + +2012-03-20 Allan LeSage <allanlesage@gmail.com> + + Attempt to build lib of code under test. + +2012-03-19 Allan LeSage <allanlesage@gmail.com> + + Corrected a Makefile merge omission for tests, stripped down dummy test. + +2012-03-19 Allan LeSage <allanlesage@gmail.com> + + Merged TDD coverage tooling. + +2012-03-19 Allan LeSage <allanlesage@gmail.com> + + Consolidated PHONYs. + +2012-03-19 Allan LeSage <allanlesage@gmail.com> + + Tested moving PHONY clean targets to top of Makefile. + +2012-03-19 Allan LeSage <allanlesage@gmail.com> + + Made gcovr optional. + +2012-03-19 Allan LeSage <allanlesage@gmail.com> + + Charles-advised changes to test/Makefile.am for proper CPPFLAGS. + +2012-03-16 Allan LeSage <allanlesage@gmail.com> + + Experimental Makefile.am changes to support GTest. + +2012-03-15 Allan LeSage <allanlesage@gmail.com> + + Temp commit for review by charles. + +2012-03-15 Allan LeSage <allanlesage@gmail.com> + + Dummy commit on 'no rule' err. + +2012-03-13 Allan LeSage <allanlesage@gmail.com> + + Merged; was missing Makefile.am.coverage. + +2012-03-08 Allan LeSage <allanlesage@gmail.com> + + Moved coverage tooling to own Makefile; gcovr now optional. + +2012-03-13 Allan LeSage <allanlesage@gmail.com> + + Made gcovr optional. + +2012-03-20 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~ken-vandine/indicator-messages/decode_icons to fix indicator-messages' support of displaying icons via set_property_icon() + +2012-03-20 Ken VanDine <ken.vandine@canonical.com> + + base64_decode the icon and use dbusmenu_menuitem_property_set_byte_array to set it (LP: #960553) + +2012-03-16 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~kelemeng/indicator-messages/bug957525 to fix Bug #957525 + +2012-03-17 Gabor Kelemen <kelemeng@ubuntu.com> + + Change i18n header to gi18n-lib.h to translate the accessible description. LP: #957525 + 2012-03-08 Ted Gould <ted@gould.cx> 0.5.93 |