diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-04-05 12:44:30 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-04-05 12:44:30 +0200 |
commit | d538aa44668e089474d8660ee98635e4146e8d0f (patch) | |
tree | d6e45e2d66fe4940aff47c46ad743d3f79f67597 /ChangeLog | |
parent | 4a445398a20768db826fbc245f9b2293176b8d88 (diff) | |
parent | 696375c27b39b8f352bf967800e260b4ce73702e (diff) | |
download | libayatana-indicator-d538aa44668e089474d8660ee98635e4146e8d0f.tar.gz libayatana-indicator-d538aa44668e089474d8660ee98635e4146e8d0f.tar.bz2 libayatana-indicator-d538aa44668e089474d8660ee98635e4146e8d0f.zip |
releasing version 0.4.95-0ubuntu1
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. |