aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87a5750..2a679ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.