<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril/backend, branch v1.10.3</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>dvi: fix crash due to regression</title>
<updated>2015-11-07T11:54:18+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-11-05T11:42:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=812e6e2d7d337b00140d7cd50762bdaa9fe9c556'/>
<id>812e6e2d7d337b00140d7cd50762bdaa9fe9c556</id>
<content type='text'>
fixes https://github.com/mate-desktop/atril/issues/164

regression has been introduced in https://github.com/mate-desktop/atril/commit/94dcb761b95ee54ef1f1512d59721932d75ffb7f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes https://github.com/mate-desktop/atril/issues/164

regression has been introduced in https://github.com/mate-desktop/atril/commit/94dcb761b95ee54ef1f1512d59721932d75ffb7f
</pre>
</div>
</content>
</entry>
<entry>
<title>pdf: Fix compile warning</title>
<updated>2015-08-31T13:01:44+00:00</updated>
<author>
<name>Carlos Garcia Campos</name>
<email>carlosgc@gnome.org</email>
</author>
<published>2011-12-04T12:24:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=c8c4ab652484886cdef501f7c9563a37ca8fd413'/>
<id>c8c4ab652484886cdef501f7c9563a37ca8fd413</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pdf: Fix saving annotations added to different pages</title>
<updated>2015-08-31T13:01:32+00:00</updated>
<author>
<name>Daniel Glöckner</name>
<email>daniel-gl@gmx.net</email>
</author>
<published>2011-08-29T14:41:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=bacfeddeb91279f9c87d9c1b95b2ad6ea37de59d'/>
<id>bacfeddeb91279f9c87d9c1b95b2ad6ea37de59d</id>
<content type='text'>
Fixes bug #628378.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug #628378.
</pre>
</div>
</content>
</entry>
<entry>
<title>corrected bug tracker links everywhere</title>
<updated>2015-03-19T08:31:29+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-03-17T13:47:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=65c27ac69a8a51da67bcca591e1933815a1032b3'/>
<id>65c27ac69a8a51da67bcca591e1933815a1032b3</id>
<content type='text'>
Closes https://github.com/mate-desktop/atril/pull/132
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/mate-desktop/atril/pull/132
</pre>
</div>
</content>
</entry>
<entry>
<title>fix careless hack: don't do double-free, avoid weird crashes</title>
<updated>2015-01-22T08:04:53+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2015-01-21T12:25:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=e2f5dc440589e1c29e5ceae59ea785ff0e512dc7'/>
<id>e2f5dc440589e1c29e5ceae59ea785ff0e512dc7</id>
<content type='text'>
because backends manager frees that var already.

actually, adding ev_backends_manager_get_backends_dir to the public
API was still careless. backends manager and epub document jobs seem
to be in the different threads, and there's no mutex seen anywhere
around. luckily, what we have here is just a reading of a variable
that has been assigned only once (in backends_dir function), so it's
not as catastrophic as it would be if it was e.g. concurrent writing
without a mutex.

Closes https://github.com/mate-desktop/atril/pull/124
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
because backends manager frees that var already.

actually, adding ev_backends_manager_get_backends_dir to the public
API was still careless. backends manager and epub document jobs seem
to be in the different threads, and there's no mutex seen anywhere
around. luckily, what we have here is just a reading of a variable
that has been assigned only once (in backends_dir function), so it's
not as catastrophic as it would be if it was e.g. concurrent writing
without a mutex.

Closes https://github.com/mate-desktop/atril/pull/124
</pre>
</div>
</content>
</entry>
<entry>
<title>comics backend: add support for bsdtar</title>
<updated>2015-01-10T20:26:02+00:00</updated>
<author>
<name>Balló György</name>
<email>ballogyor@gmail.com</email>
</author>
<published>2015-01-10T19:42:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=d8d4fcd1182e4295cb4307333a4af4ea3e3c75db'/>
<id>d8d4fcd1182e4295cb4307333a4af4ea3e3c75db</id>
<content type='text'>
bsdtar is able to extract all supported comics archive format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bsdtar is able to extract all supported comics archive format.
</pre>
</div>
</content>
</entry>
<entry>
<title>epub: Fix some typos</title>
<updated>2014-12-29T12:37:46+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-29T12:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=c330e38212140a008e77a58bba46af73635e706c'/>
<id>c330e38212140a008e77a58bba46af73635e706c</id>
<content type='text'>
Thanks to tibbi &lt;tibbbi2@gmail.com&gt; for spotting them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to tibbi &lt;tibbbi2@gmail.com&gt; for spotting them.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some more leaks and stuff</title>
<updated>2014-12-10T01:37:54+00:00</updated>
<author>
<name>Monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2014-12-09T08:54:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=de5565a08db58d9ce48a3a3c74e21120965dd5f0'/>
<id>de5565a08db58d9ce48a3a3c74e21120965dd5f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tiff: Set stopOnError to zero on TIFFReadRGBAImageOriented() calls</title>
<updated>2014-12-10T01:27:51+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-10T01:27:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=cf55d726548132dc05115cd4accf0a4d5f1bf5ee'/>
<id>cf55d726548132dc05115cd4accf0a4d5f1bf5ee</id>
<content type='text'>
This allows overlooking errors and processing malformed tiff files.

Taken from evince commit: 2f2b0dbbf86b3b0def86c78e27f7e530e4041308
From: Juanjo Marín &lt;juanj.marin@juntadeandalucia.es&gt;
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=644806
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows overlooking errors and processing malformed tiff files.

Taken from evince commit: 2f2b0dbbf86b3b0def86c78e27f7e530e4041308
From: Juanjo Marín &lt;juanj.marin@juntadeandalucia.es&gt;
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=644806
</pre>
</div>
</content>
</entry>
<entry>
<title>dvi: Another fix for buffer overwrite in dvi-backend</title>
<updated>2014-12-10T01:11:02+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-12-10T01:11:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=bf6e3391b82844e8b6aec0f26332b9e2df41edf8'/>
<id>bf6e3391b82844e8b6aec0f26332b9e2df41edf8</id>
<content type='text'>
Taken from evince commit: efadec4ffcdde3373f6f4ca0eaac98dc963c4fd5
From: Scott Reeves &lt;sreeves@novell.com&gt;
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=643882
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Taken from evince commit: efadec4ffcdde3373f6f4ca0eaac98dc963c4fd5
From: Scott Reeves &lt;sreeves@novell.com&gt;
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=643882
</pre>
</div>
</content>
</entry>
</feed>
