diff options
author | Ted Gould <ted@gould.cx> | 2012-04-04 14:34:11 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-04-04 14:34:11 -0500 |
commit | c136bda24416af489864fa8e1302a7aca259ba3a (patch) | |
tree | 3ffece57d67ce9e9c266715b071c7af4f01d8678 /ChangeLog | |
parent | 4ecaca4861ec00e19936e9655de38c118bdc9a62 (diff) | |
parent | f75080c55cd666e48f1a7c9c8bcf62e77cfb7f3b (diff) | |
download | libayatana-indicator-c136bda24416af489864fa8e1302a7aca259ba3a.tar.gz libayatana-indicator-c136bda24416af489864fa8e1302a7aca259ba3a.tar.bz2 libayatana-indicator-c136bda24416af489864fa8e1302a7aca259ba3a.zip |
Import upstream version 0.4.95
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,5 +1,39 @@ # Generated by Makefile. Do not edit. +2012-04-04 Ted Gould <ted@gould.cx> + + 0.4.95 + +2012-04-03 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~allanlesage/libindicator/TDD to remove a dependency on gcovr, move gcov targets to their own makefile, and clean up .gcno files. + +2012-03-27 Allan LeSage <allanlesage@gmail.com> + + Removed gcovr dependency, moved coverage targets to own makefile, cleaning up *.gcno. + +2012-04-03 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~charlesk/libindicator/lp-948391 to fix spelling/grammar errors in an error message. + +2012-04-02 Charles Kerr <charles.kerr@canonical.com> + + Fix spelling/grammar errors in an error message. + +2012-04-02 Charles Kerr <charles.kerr@canonical.com> + + When using g_variant_get("&s...", &string), the string must not be free'd. + +2012-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Setting again the variables as const + +2012-04-01 Marco Trevisan (Treviño) <mail@3v1n0.net> + + Indicator Service Manager: we don't have to free values if got with &s from variant + + See http://is.gd/EyhAhP + 2012-03-29 Charles Kerr <charles.kerr@canonical.com> merge lp:~charlesk/libindicator/fix-disthook to fix auto-generation of AUTHORS and Changelog by looking for 'missing' in the directory where we told AC_CONFIG_AUX_DIR to put it. |