<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-applets/cpufreq/src/cpufreq-selector, branch 1.22</title>
<subtitle>Applets for use with the MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/'/>
<entry>
<title>Make cpufreq builds independent from kernel header version.</title>
<updated>2019-08-29T13:49:22+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2019-08-10T00:25:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=bd0cf4893b267762cd35fb68f900b4be9de81138'/>
<id>bd0cf4893b267762cd35fb68f900b4be9de81138</id>
<content type='text'>
  Ported from gnome-applets, see

    git diff e48b2d73~..5882df7f cpufreq/ configure.ac

  on the gnome-applets repository.

  Fixes mate-desktop/mate-applets#238.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Ported from gnome-applets, see

    git diff e48b2d73~..5882df7f cpufreq/ configure.ac

  on the gnome-applets repository.

  Fixes mate-desktop/mate-applets#238.
</pre>
</div>
</content>
</entry>
<entry>
<title>cpufreq: support kernel 5.1.0</title>
<updated>2019-05-16T12:42:01+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-05-09T15:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=f25d2419474fcadcf93891aedc73a94ea914b077'/>
<id>f25d2419474fcadcf93891aedc73a94ea914b077</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use g_list_free_full() convenience function</title>
<updated>2019-04-22T17:27:03+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-03-14T07:19:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=fc7d34b3b9a99a9d2c8932d386cb54c810adb681'/>
<id>fc7d34b3b9a99a9d2c8932d386cb54c810adb681</id>
<content type='text'>
void
g_list_free_full (GList *list,
                  GDestroyNotify free_func);

Convenience method, which frees all the memory used
by a GList, and calls free_func on every element's
data.

https://developer.gnome.org/glib/stable/glib-Doubly-Linked-Lists.html#g-list-free-full
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
void
g_list_free_full (GList *list,
                  GDestroyNotify free_func);

Convenience method, which frees all the memory used
by a GList, and calls free_func on every element's
data.

https://developer.gnome.org/glib/stable/glib-Doubly-Linked-Lists.html#g-list-free-full
</pre>
</div>
</content>
</entry>
<entry>
<title>cpu-freq: avoid deprecated polkit_authority_get</title>
<updated>2016-08-31T13:29:57+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-08-05T13:07:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=a5f369c480c768173881486ad057335cae6228d9'/>
<id>a5f369c480c768173881486ad057335cae6228d9</id>
<content type='text'>
And bump polkit requirement.
polkit_authority_get is deprecated since polkit-0.97 from 2010.
So the requirement bump should be save for all distros.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And bump polkit requirement.
polkit_authority_get is deprecated since polkit-0.97 from 2010.
So the requirement bump should be save for all distros.
</pre>
</div>
</content>
</entry>
<entry>
<title>cpufreq: fix build warning when polkit is disabled</title>
<updated>2016-08-15T16:48:33+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-08-15T16:48:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=a1f837c68f2b7aead7a79663a6efe326fc8dfec7'/>
<id>a1f837c68f2b7aead7a79663a6efe326fc8dfec7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cpufreq: Fix 'allow' directives must always specify a 'send_destination'</title>
<updated>2014-11-25T11:58:03+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-11-25T11:58:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=56de1bc5727df80bc5f40e44d8df96eee81269ea'/>
<id>56de1bc5727df80bc5f40e44d8df96eee81269ea</id>
<content type='text'>
Closes #46
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #46
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated call to g_type_init</title>
<updated>2014-06-02T15:34:30+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-06-02T15:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=c27b52b41a3139366c13e6efc4f2e7a3ab8eb145'/>
<id>c27b52b41a3139366c13e6efc4f2e7a3ab8eb145</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update vendor_url in policy file</title>
<updated>2014-04-30T18:13:11+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-04-30T18:13:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=6362ed25e955a9eb783926d5fc69021627fab9d3'/>
<id>6362ed25e955a9eb783926d5fc69021627fab9d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some make files for automake-1.13</title>
<updated>2013-06-02T16:25:52+00:00</updated>
<author>
<name>raveit</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2013-06-02T16:25:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=34cee4ade566c148f76d6dd0157ea442b4c9e01a'/>
<id>34cee4ade566c148f76d6dd0157ea442b4c9e01a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed fsf addresses. Closes #18.</title>
<updated>2012-10-09T15:52:46+00:00</updated>
<author>
<name>Steve Zesch</name>
<email>stevezesch2@gmail.com</email>
</author>
<published>2012-10-09T15:52:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=0d9a417255df1620855f232717463097761b09d6'/>
<id>0d9a417255df1620855f232717463097761b09d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
