<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-polkit/src, branch 1.10</title>
<subtitle>Authentication Agent for PolicyKit and MATE</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-polkit/'/>
<entry>
<title>Add support for application indicators</title>
<updated>2015-09-16T13:08:28+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-09-11T16:21:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-polkit/commit/?id=a559f53de33bba182b8c751a25a7379803a23a3c'/>
<id>a559f53de33bba182b8c751a25a7379803a23a3c</id>
<content type='text'>
Patch by Jan Arne Petersen taken from
https://bugzilla.gnome.org/show_bug.cgi?id=609680
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Jan Arne Petersen taken from
https://bugzilla.gnome.org/show_bug.cgi?id=609680
</pre>
</div>
</content>
</entry>
<entry>
<title>Select the current user to authenticate by default</title>
<updated>2015-09-16T13:01:55+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-09-11T10:25:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-polkit/commit/?id=1bd759eb09dd59ff6ed30d528966d4899e06ea79'/>
<id>1bd759eb09dd59ff6ed30d528966d4899e06ea79</id>
<content type='text'>
Patch from Robert Ancell taken from gnome bug
https://bugzilla.gnome.org/show_bug.cgi?id=596188
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch from Robert Ancell taken from gnome bug
https://bugzilla.gnome.org/show_bug.cgi?id=596188
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for autorestart</title>
<updated>2015-09-16T13:01:27+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-09-16T13:01:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-polkit/commit/?id=93aad5f245d95cde3df0db711372343eaa797711'/>
<id>93aad5f245d95cde3df0db711372343eaa797711</id>
<content type='text'>
This ensures there is always a agent running even if something happens
(crash, kill etc).

Patch by Michael Vogt taken from gnome bug,
https://bugzilla.gnome.org/show_bug.cgi?id=634502
Adapted for MATE by infirit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures there is always a agent running even if something happens
(crash, kill etc).

Patch by Michael Vogt taken from gnome bug,
https://bugzilla.gnome.org/show_bug.cgi?id=634502
Adapted for MATE by infirit
</pre>
</div>
</content>
</entry>
<entry>
<title>Optionally use accountsservice to retrieve face</title>
<updated>2015-09-16T12:55:59+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-09-11T11:34:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-polkit/commit/?id=c1469be85250719e8d3998d21f7f31b87d9fa13c'/>
<id>c1469be85250719e8d3998d21f7f31b87d9fa13c</id>
<content type='text'>
Patch by  Marc Deslauriers taken from
https://bugzilla.gnome.org/show_bug.cgi?id=669857
Modified by infirit for MATE

Thanks to raveit who pointed it out.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by  Marc Deslauriers taken from
https://bugzilla.gnome.org/show_bug.cgi?id=669857
Modified by infirit for MATE

Thanks to raveit who pointed it out.
</pre>
</div>
</content>
</entry>
<entry>
<title>Gtk3: Auth dialog: make the label wrap at 50 chars</title>
<updated>2015-09-16T12:55:43+00:00</updated>
<author>
<name>Lars Uebernickel</name>
<email>lars@uebernic.de</email>
</author>
<published>2015-09-11T10:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-polkit/commit/?id=cb87d003f763e687ad563cff87bb3775b9038b81'/>
<id>cb87d003f763e687ad563cff87bb3775b9038b81</id>
<content type='text'>
Because GtkWindow doesn't have a default width anymore.

https://bugzilla.gnome.org/show_bug.cgi?id=738688
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because GtkWindow doesn't have a default width anymore.

https://bugzilla.gnome.org/show_bug.cgi?id=738688
</pre>
</div>
</content>
</entry>
<entry>
<title>Return error when authentication dialog is dismissed</title>
<updated>2015-09-16T12:55:23+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-09-12T10:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-polkit/commit/?id=d5b7da193b99a8826027de7b961032091b48fa87'/>
<id>d5b7da193b99a8826027de7b961032091b48fa87</id>
<content type='text'>
This allows PolicyKit applications to disambiguate between when the
authentication dialog is dismissed versus when authentication fails
(e.g. the wrong password has been entered).

From polkit-gnome,
commit: 2511afae6b72fe3b4714d07ab6373c93c2923a5e
From: David Zeuthen &lt;davidz@redhat.com&gt;
Gnome bug: https://bugs.freedesktop.org/show_bug.cgi?id=30653
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows PolicyKit applications to disambiguate between when the
authentication dialog is dismissed versus when authentication fails
(e.g. the wrong password has been entered).

From polkit-gnome,
commit: 2511afae6b72fe3b4714d07ab6373c93c2923a5e
From: David Zeuthen &lt;davidz@redhat.com&gt;
Gnome bug: https://bugs.freedesktop.org/show_bug.cgi?id=30653
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop old mateconf variables from Makefile.am</title>
<updated>2015-09-16T12:55:00+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2015-09-11T10:11:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-polkit/commit/?id=20283f67a2d045f206d509853aeb0553682db58f'/>
<id>20283f67a2d045f206d509853aeb0553682db58f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't lose focus when displaying password prompt dialog</title>
<updated>2015-09-01T09:07:02+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-08-18T14:42:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-polkit/commit/?id=ed37b52fbfbce5d57d0549fac1a9dca2502f3372'/>
<id>ed37b52fbfbce5d57d0549fac1a9dca2502f3372</id>
<content type='text'>
fixes https://github.com/mate-desktop/mate-polkit/issues/19
fixes https://github.com/mate-desktop/marco/issues/117

thanks to Jeffrey Knockel
(see https://bugzilla.gnome.org/show_bug.cgi?id=676076
 and https://bugs.launchpad.net/bugs/946171)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes https://github.com/mate-desktop/mate-polkit/issues/19
fixes https://github.com/mate-desktop/marco/issues/117

thanks to Jeffrey Knockel
(see https://bugzilla.gnome.org/show_bug.cgi?id=676076
 and https://bugs.launchpad.net/bugs/946171)
</pre>
</div>
</content>
</entry>
<entry>
<title>drop some stuff that's deprecated even in GTK+2</title>
<updated>2015-08-07T19:26:02+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-08-07T19:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-polkit/commit/?id=1198fb592fa9dd0ddfed858f37d2aefd9987fca3'/>
<id>1198fb592fa9dd0ddfed858f37d2aefd9987fca3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>require GLib &gt;= 2.36 and don't use g_type_init</title>
<updated>2015-01-14T06:50:21+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-01-13T13:49:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-polkit/commit/?id=822fbf5f111b83f3cb277377557dcf6ff3547620'/>
<id>822fbf5f111b83f3cb277377557dcf6ff3547620</id>
<content type='text'>
Closes https://github.com/mate-desktop/mate-polkit/pull/18
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/mate-desktop/mate-polkit/pull/18
</pre>
</div>
</content>
</entry>
</feed>
