<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-panel, branch v1.28.4</title>
<subtitle>MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/'/>
<entry>
<title>Release 1.28.4</title>
<updated>2024-10-17T05:23:32+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2024-10-17T05:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=6baecc6bd3ce0d4ab3b8516a15573c4bb8edd974'/>
<id>6baecc6bd3ce0d4ab3b8516a15573c4bb8edd974</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt to fix 2nd Travis deployment issue</title>
<updated>2024-10-17T05:21:11+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2024-10-15T19:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=f2c3ec86c259ffafdb01eef56e2066b74098df54'/>
<id>f2c3ec86c259ffafdb01eef56e2066b74098df54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.28.3</title>
<updated>2024-10-16T06:50:46+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2024-10-16T06:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=65b2b9e74e8c6c5fc030036a2f11354cc496dd07'/>
<id>65b2b9e74e8c6c5fc030036a2f11354cc496dd07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: Bump dpl branches for Ruby 3 support</title>
<updated>2024-10-16T06:47:42+00:00</updated>
<author>
<name>correctmost</name>
<email>134317971+correctmost@users.noreply.github.com</email>
</author>
<published>2024-10-15T22:12:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=a3a20ccb54e56e9178addd382e78f4e518ae3826'/>
<id>a3a20ccb54e56e9178addd382e78f4e518ae3826</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check the existence of dconf-editor's schema (#1447)</title>
<updated>2024-10-15T18:47:39+00:00</updated>
<author>
<name>Balló György</name>
<email>ballogyor@gmail.com</email>
</author>
<published>2024-10-15T03:13:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=c0eaf88d485d699338d64c97baa38134ca2a0d18'/>
<id>c0eaf88d485d699338d64c97baa38134ca2a0d18</id>
<content type='text'>
We need to check the existence of dconf-editor's GSettings schema before
using it, because the program will abort if dconf-editor is not installed
on the system when it tries to access it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to check the existence of dconf-editor's GSettings schema before
using it, because the program will abort if dconf-editor is not installed
on the system when it tries to access it.</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.28.2</title>
<updated>2024-06-18T19:40:26+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2024-06-18T19:40:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=2c39f2490c060b1771f2166b4455e790ac5968eb'/>
<id>2c39f2490c060b1771f2166b4455e790ac5968eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>status-notifier: Plug large leak with icons from paths</title>
<updated>2024-06-18T18:46:03+00:00</updated>
<author>
<name>Colomban Wendling</name>
<email>cwendling@hypra.fr</email>
</author>
<published>2024-06-18T13:36:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=ef970c587da92f572a7af79de50c0cc4179400ba'/>
<id>ef970c587da92f572a7af79de50c0cc4179400ba</id>
<content type='text'>
When loading an icon from a path rather than the icon theme, we scale
it down to match the scale we need[^1], but we leaked the original
pixbuf in this case.

Fixes #1444.

[^1]: See commit e5c8646d8f6167fe2d3634a4604a1bf9ec8ee5af
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When loading an icon from a path rather than the icon theme, we scale
it down to match the scale we need[^1], but we leaked the original
pixbuf in this case.

Fixes #1444.

[^1]: See commit e5c8646d8f6167fe2d3634a4604a1bf9ec8ee5af
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix travis deploy</title>
<updated>2024-06-18T18:45:52+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2024-06-18T17:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=c1ee68665e937a380422e05fb1f10b77aaa1f3e7'/>
<id>c1ee68665e937a380422e05fb1f10b77aaa1f3e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 1.28.1</title>
<updated>2024-04-04T03:48:22+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2024-04-04T03:48:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=c365f4419b9ea9d00f7fb120afca3bdf50a8c821'/>
<id>c365f4419b9ea9d00f7fb120afca3bdf50a8c821</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build: require mate-desktop 1.28.2</title>
<updated>2024-04-04T03:44:40+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2024-04-04T03:17:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-panel/commit/?id=3ff43c7fa14e43c60307bdb95b8182868f23bfde'/>
<id>3ff43c7fa14e43c60307bdb95b8182868f23bfde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
