aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-05-20 21:38:31 -0500
committerTed Gould <ted@gould.cx>2010-05-20 21:38:31 -0500
commit086d22cdcae4bc912276c234b10d366447c7e2dc (patch)
tree59019c3847d73a8801f78982d927df0f566ea214 /ChangeLog
parentbdec50530d6f2aeb3422fc2b6b155181e1712245 (diff)
parent9b028d987ece794583a67a332da437fc18cb0ce2 (diff)
downloadlibayatana-appindicator-086d22cdcae4bc912276c234b10d366447c7e2dc.tar.gz
libayatana-appindicator-086d22cdcae4bc912276c234b10d366447c7e2dc.tar.bz2
libayatana-appindicator-086d22cdcae4bc912276c234b10d366447c7e2dc.zip
* New upstream release.
* Unref the child when created in libappindicator (LP: #569273) * Merging patch to add assembly information to Mono binding (LP: #547195) * Remove child-leakage.patch as merged upstream
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b35c30d..f5e1796 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,32 @@
# Generated by Makefile. Do not edit.
+2010-05-20 Ted Gould <ted@gould.cx>
+
+ Fixing the ref leakage of a child object.
+
+2010-05-19 Ted Gould <ted@gould.cx>
+
+ Changing it so the object gets unref'd
+
+2010-04-14 Ted Gould <ted@gould.cx>
+
+ Adding assembly info for Mono bindings
+
+2010-04-14 Cody Russell <crussell@canonical.com>
+
+ Add AssemblyInfo.cs to the Mono bindings.
+
+2010-04-13 Neil Jagdish Patel <neil.patel@canonical.com>
+
+ Add G_LOG_DOMAIN support to the various targets for better messages
+
+ modified:
+ src/Makefile.am
+
+2010-04-01 Ted Gould <ted@gould.cx>
+
+ 0.0.19
+
2010-04-01 Ted Gould <ted@gould.cx>
Fixing documentation distcheck