<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril/backend, branch v1.28.1</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>epub: fix previous commit</title>
<updated>2024-01-31T10:54:34+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2024-01-31T10:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=6d37d813914c5a466b0859348cce4d64781b2aa1'/>
<id>6d37d813914c5a466b0859348cce4d64781b2aa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a incompatible pointer type warning for gcc14</title>
<updated>2024-01-31T10:47:29+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2024-01-31T10:47:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=095b361404c5f174fa1cf737753a450542d9f1c3'/>
<id>095b361404c5f174fa1cf737753a450542d9f1c3</id>
<content type='text'>
* fix a incompatible pointer type warning for gcc14

Co-authored-by: Colomban Wendling &lt;cwendling@hypra.fr&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix a incompatible pointer type warning for gcc14

Co-authored-by: Colomban Wendling &lt;cwendling@hypra.fr&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>epub: Avoid crash when index list has extraneous entry</title>
<updated>2024-01-31T10:42:54+00:00</updated>
<author>
<name>correctmost</name>
<email>134317971+correctmost@users.noreply.github.com</email>
</author>
<published>2024-01-08T23:08:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e254cd9eb51eecfeb5ffa88cf57133709db19291'/>
<id>e254cd9eb51eecfeb5ffa88cf57133709db19291</id>
<content type='text'>
This commit also fixes an incorrect sizeof call detected by
AddressSanitizer.

Closes #599
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit also fixes an incorrect sizeof call detected by
AddressSanitizer.

Closes #599
</pre>
</div>
</content>
</entry>
<entry>
<title>epub: Prevent path traversal when extracting files</title>
<updated>2024-01-17T22:39:09+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2023-12-25T06:40:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e70b21c815418a1e6ebedf6d8d31b8477c03ba50'/>
<id>e70b21c815418a1e6ebedf6d8d31b8477c03ba50</id>
<content type='text'>
Test each file's resolved path against the temporary directory
before extracting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test each file's resolved path against the temporary directory
before extracting.
</pre>
</div>
</content>
</entry>
<entry>
<title>comics: Use libarchive to unpack documents</title>
<updated>2024-01-07T22:17:05+00:00</updated>
<author>
<name>lukefromdc</name>
<email>lukefromdc@hushmail.com</email>
</author>
<published>2023-12-25T20:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=ce41df6467521ff9fd4f16514ae7d6ebb62eb1ed'/>
<id>ce41df6467521ff9fd4f16514ae7d6ebb62eb1ed</id>
<content type='text'>
This commit eliminates the use of external commands for opening
comic documents, and uses libarchive instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit eliminates the use of external commands for opening
comic documents, and uses libarchive instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>epub: add fallback for malformed epub files in check_mime_type</title>
<updated>2022-11-17T06:48:44+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2022-08-07T21:08:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=39ba86c9d50b614483152335aa22ee83ac2af02e'/>
<id>39ba86c9d50b614483152335aa22ee83ac2af02e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>epub: Fix index loading for certain documents - look for epub:type</title>
<updated>2022-08-04T19:49:30+00:00</updated>
<author>
<name>Michael Webster</name>
<email>miketwebster@gmail.com</email>
</author>
<published>2022-07-18T14:43:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=886866b1437119ae9a21b4957d327071cf453308'/>
<id>886866b1437119ae9a21b4957d327071cf453308</id>
<content type='text'>
instead of epub:id.

Add a null check as well.

ref:
https://help.apple.com/itc/booksassetguide/en.lproj/itc0f175a5b9.html#apdd3c4c6d1c0904
https://idpf.org/epub/301/spec/epub-contentdocs-20140626.html#sec-xhtml-nav
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of epub:id.

Add a null check as well.

ref:
https://help.apple.com/itc/booksassetguide/en.lproj/itc0f175a5b9.html#apdd3c4c6d1c0904
https://idpf.org/epub/301/spec/epub-contentdocs-20140626.html#sec-xhtml-nav
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove warnings about redefining gettext support macros</title>
<updated>2022-01-02T20:24:51+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-10-26T19:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e25ac2b7fe574063881d12beadc7fc6b52ad0779'/>
<id>e25ac2b7fe574063881d12beadc7fc6b52ad0779</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a blank line at most</title>
<updated>2021-11-20T17:31:11+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-10-27T15:30:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=816d2dc8226f8d271aa1a6cd30549614769d5267'/>
<id>816d2dc8226f8d271aa1a6cd30549614769d5267</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>epub: declaration of ‘uL’ shadows a previous local [-Wshadow]</title>
<updated>2021-04-01T16:03:48+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-03-17T09:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=87b2266515ecd6685fd0e3a6402788bfb11ebfb9'/>
<id>87b2266515ecd6685fd0e3a6402788bfb11ebfb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
