<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ayatana-indicator-application, branch 0.4.94</title>
<subtitle>Ayatana Indicator Application Service

</subtitle>
<id>https://openid.arctica-project.org/ayatana-indicator-application/atom?h=0.4.94</id>
<link rel='self' href='https://openid.arctica-project.org/ayatana-indicator-application/atom?h=0.4.94'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-application/'/>
<updated>2012-03-21T21:24:53+00:00</updated>
<entry>
<title>0.4.94</title>
<updated>2012-03-21T21:24:53+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-03-21T21:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-application/commit/?id=daf30a3ca8f5127e383f37d00c5e630033321357'/>
<id>urn:sha1:daf30a3ca8f5127e383f37d00c5e630033321357</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge lp:~charlesk/indicator-application/hashtable-mem-bugs to fix memory errors reported in lp bug #957992</title>
<updated>2012-03-20T23:39:34+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-03-20T23:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-application/commit/?id=54d6c144fca553e55ff40b45611e570d8d87554f'/>
<id>urn:sha1:54d6c144fca553e55ff40b45611e570d8d87554f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix two memory bugs with clearing out out directories from our icon search path.</title>
<updated>2012-03-17T16:04:31+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-03-17T16:04:31+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-application/commit/?id=e80b857298bf76d44824d654901d83a5edc16ddc'/>
<id>urn:sha1:e80b857298bf76d44824d654901d83a5edc16ddc</id>
<content type='text'>
1. indicator_application_dispose() calls g_hash_table_get_keys() N times and leaks them all.

2. indicator_application_dispose() passes each of the hashtable's keys (owned by the hash) to function theme_dir_unref(key), which removes from the hashtable but then continues to use the now-dangling key.

</content>
</entry>
<entry>
<title>0.4.93</title>
<updated>2012-03-13T20:00:31+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-03-13T20:00:31+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-application/commit/?id=8e26e844c5f42d55257b6f8e52634314d134b4d8'/>
<id>urn:sha1:8e26e844c5f42d55257b6f8e52634314d134b4d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>in generate_id(), we have a handful of local guint8's that get left-shifted to the point of potential overflow -- so change them to guint32 instead. Bug reported by coverity in lp ticket #944234</title>
<updated>2012-03-13T00:54:07+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-03-13T00:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-application/commit/?id=e6d8a514e53474f58f5ea315776298512e501c49'/>
<id>urn:sha1:e6d8a514e53474f58f5ea315776298512e501c49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change local guint8 fields that get left-shifted to guint32 to prevent overflow, as reported by coverity in lp bug #944234</title>
<updated>2012-03-13T00:52:28+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-03-13T00:52:28+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-application/commit/?id=256988db2ddd0999cc64f55250062f0382b6cf49'/>
<id>urn:sha1:256988db2ddd0999cc64f55250062f0382b6cf49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge lp:~htorque/indicator-application/fix-small-memleak to fix a small memory leak described in lp bug #953585</title>
<updated>2012-03-13T00:45:39+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-03-13T00:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-application/commit/?id=ec7981d1a89f5c4a87b0a3d0e3ca8e07cc178f9a'/>
<id>urn:sha1:ec7981d1a89f5c4a87b0a3d0e3ca8e07cc178f9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix small memory leak by freeing string returned by dbus_g_method_get_sender.</title>
<updated>2012-03-12T21:30:54+00:00</updated>
<author>
<name>Hernando Torque</name>
<email>sirius@sonnenkinder.org</email>
</author>
<published>2012-03-12T21:30:54+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-application/commit/?id=67847ad55bb506b526be3ad43c785bc9eb18a42e'/>
<id>urn:sha1:67847ad55bb506b526be3ad43c785bc9eb18a42e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>0.4.92</title>
<updated>2012-03-09T21:09:19+00:00</updated>
<author>
<name>Ted Gould</name>
<email>ted@gould.cx</email>
</author>
<published>2012-03-09T21:09:19+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-application/commit/?id=29bf37b41e425feac66cd634d78d92c9ebb1af9e'/>
<id>urn:sha1:29bf37b41e425feac66cd634d78d92c9ebb1af9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge lp:~ted/indicator-application/lp944236 to fix the warning that Coverity reported in bug #944236</title>
<updated>2012-03-05T21:14:00+00:00</updated>
<author>
<name>Charles Kerr</name>
<email>charles.kerr@canonical.com</email>
</author>
<published>2012-03-05T21:14:00+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/ayatana-indicator-application/commit/?id=d6769d59b87905efe5d12f8ecd61d0489b334e80'/>
<id>urn:sha1:d6769d59b87905efe5d12f8ecd61d0489b334e80</id>
<content type='text'>
</content>
</entry>
</feed>
