<feed xmlns='http://www.w3.org/2005/Atom'>
<title>network-manager, branch debian/0.9.6.4-2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.equa.space/network-manager/atom?h=debian%2F0.9.6.4-2</id>
<link rel='self' href='https://git.equa.space/network-manager/atom?h=debian%2F0.9.6.4-2'/>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/'/>
<updated>2013-01-06T09:14:04+00:00</updated>
<entry>
<title>Release version 0.9.6.4-2 to experimental</title>
<updated>2013-01-06T09:14:04+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2013-01-06T09:14:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=06b9b1d059869cd5531e3b666b025f5308d42cb7'/>
<id>urn:sha1:06b9b1d059869cd5531e3b666b025f5308d42cb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge changes from unstable branch.</title>
<updated>2013-01-06T09:12:56+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2013-01-06T09:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=81c0531f1172cc3f5567b7a898382ba241e43704'/>
<id>urn:sha1:81c0531f1172cc3f5567b7a898382ba241e43704</id>
<content type='text'>
Drop patches for libnm-glib, merged upstream.
</content>
</entry>
<entry>
<title>Merge branch 'master' into experimental</title>
<updated>2013-01-06T09:10:46+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2013-01-06T09:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=1fe107fc1936f19cc682708fa4c1c83ee6333dfe'/>
<id>urn:sha1:1fe107fc1936f19cc682708fa4c1c83ee6333dfe</id>
<content type='text'>
Conflicts:
	debian/changelog
	debian/patches/series
</content>
</entry>
<entry>
<title>Release version 0.9.4.0-8 to unstable</title>
<updated>2013-01-05T19:23:38+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2013-01-05T19:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=236b32e84d4e0c489499aa40899de70546512da1'/>
<id>urn:sha1:236b32e84d4e0c489499aa40899de70546512da1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>systemd: set KillMode=process</title>
<updated>2013-01-05T19:22:09+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2013-01-05T19:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=4ca5787ef9b6f358adea41b2e4e8c4752c0e0df3'/>
<id>urn:sha1:4ca5787ef9b6f358adea41b2e4e8c4752c0e0df3</id>
<content type='text'>
By default, when shutting NM down, systemd will kill everything in its
cgroup. But this can cause problems (eg, NM thinking that dhclient
crashed and then taking down an interface that it would otherwise have
left up). Fix this by setting KillMode=process, which tells systemd to
only kill NM itself, and let NM kill its children.
</content>
</entry>
<entry>
<title>Move the pkla file to /etc/polkit-1 as requested by the release team.</title>
<updated>2013-01-05T19:15:51+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2013-01-05T19:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=c24c07743e0377c33009268cd76be1d44b6fad02'/>
<id>urn:sha1:c24c07743e0377c33009268cd76be1d44b6fad02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release version 0.9.4.0-7 to unstable</title>
<updated>2012-12-21T02:48:58+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2012-12-21T02:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=473ec50db35ab66e5207572a67de7926a2f8e0b1'/>
<id>urn:sha1:473ec50db35ab66e5207572a67de7926a2f8e0b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix segfaults in libnm-glib</title>
<updated>2012-12-21T01:33:02+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2012-12-21T01:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=c7dfac8fa7e2cf6b7f8f72820ac317ad5d9d0b6f'/>
<id>urn:sha1:c7dfac8fa7e2cf6b7f8f72820ac317ad5d9d0b6f</id>
<content type='text'>
Cherry-pick patches for libnm-glib which fix various segfaults e.g. in
gnome-control-center when switching between overview and network settings
panel or in gnome-shell and nm-applet when restarting NetworkManager.
(Closes: #696143) (bgo: #674473)
</content>
</entry>
<entry>
<title>Allow members of group sudo/netdev to edit system connections</title>
<updated>2012-12-21T00:01:30+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2012-12-21T00:01:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=f8f19ab4ea988d7609d3523efb40709069142aea'/>
<id>urn:sha1:f8f19ab4ea988d7609d3523efb40709069142aea</id>
<content type='text'>
Install a PolicyKit pkla file which allows members of group netdev or
sudo to create system-wide network connections without being prompted
for the admin password. (Closes: #642136)
</content>
</entry>
<entry>
<title>Release version 0.9.6.4-1 to experimental</title>
<updated>2012-10-26T20:54:18+00:00</updated>
<author>
<name>Michael Biebl</name>
<email>biebl@debian.org</email>
</author>
<published>2012-10-26T20:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.equa.space/network-manager/commit/?id=923066f87ff9dcca6445d6dc79c41c8bfa00ceae'/>
<id>urn:sha1:923066f87ff9dcca6445d6dc79c41c8bfa00ceae</id>
<content type='text'>
</content>
</entry>
</feed>
