<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roundcube.git/program/lib, branch v0.9.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.hiegel.fr/cgit/roundcube.git/atom?h=v0.9.2</id>
<link rel='self' href='https://git.hiegel.fr/cgit/roundcube.git/atom?h=v0.9.2'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/'/>
<updated>2013-06-13T15:49:38Z</updated>
<entry>
<title>Update changelog + bump version number</title>
<updated>2013-06-13T15:49:38Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2013-06-13T15:49:38Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=1f5557817f1739a26c03ec0efa76ccf5d0bff603'/>
<id>urn:sha1:1f5557817f1739a26c03ec0efa76ccf5d0bff603</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix default sorting of threaded list when THREAD=REFS isn't supported.</title>
<updated>2013-06-13T06:23:11Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-06-13T06:20:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=35b0a75f72ef1c7c83bf2ad8ba01f6ac1a444122'/>
<id>urn:sha1:35b0a75f72ef1c7c83bf2ad8ba01f6ac1a444122</id>
<content type='text'>
The result need to be re-sorted even if sort column is not set. This fixes
the issue when new messages aren't displayed on top of the list.
</content>
</entry>
<entry>
<title>Fix legacy options handling</title>
<updated>2013-06-05T17:32:46Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-06-05T17:31:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=55e60c6d85efa3e4b3679c8f9c0b97109ee31ca3'/>
<id>urn:sha1:55e60c6d85efa3e4b3679c8f9c0b97109ee31ca3</id>
<content type='text'>
Conflicts:

	CHANGELOG
</content>
</entry>
<entry>
<title>Fix backward copat. with cached values serialized but not base64-encoded (#1489142)</title>
<updated>2013-06-02T12:46:51Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-06-02T12:44:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=ab05ee25c1d38c884790337796f7c941e28d36d9'/>
<id>urn:sha1:ab05ee25c1d38c884790337796f7c941e28d36d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bug where serialized strings were truncated in PDO::quote() (#1489142)</title>
<updated>2013-06-02T12:46:36Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-06-02T12:33:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=72c8504b99fbd423651bab0180a044c489ca05cc'/>
<id>urn:sha1:72c8504b99fbd423651bab0180a044c489ca05cc</id>
<content type='text'>
Conflicts:

	CHANGELOG
	program/lib/Roundcube/rcube_cache_shared.php
</content>
</entry>
<entry>
<title>Fix removing flags from serialized object before saving it in DB</title>
<updated>2013-06-02T09:55:46Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-06-02T09:55:46Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=6213c6a6e18848d861f2add83bdb69a1de3f5956'/>
<id>urn:sha1:6213c6a6e18848d861f2add83bdb69a1de3f5956</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix displaying messages with invalid self-closing HTML tags (#1489137)</title>
<updated>2013-05-31T13:43:03Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-05-31T13:42:22Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=1fe7d6ad75d2a5a2ab72a24de8cd8cdb341cff0e'/>
<id>urn:sha1:1fe7d6ad75d2a5a2ab72a24de8cd8cdb341cff0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix performance regression in text wrapping function (#1489133) - don't use iconv here</title>
<updated>2013-05-30T07:21:42Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-05-30T07:19:22Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=f031cb6c5e4fd3dcb7ea243d477825868d8ad17b'/>
<id>urn:sha1:f031cb6c5e4fd3dcb7ea243d477825868d8ad17b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix connection to posgtres db using unix socket (#1489132)</title>
<updated>2013-05-29T17:38:41Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-05-29T17:36:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=983308e8b364c0ae5358874087977df9740d97ac'/>
<id>urn:sha1:983308e8b364c0ae5358874087977df9740d97ac</id>
<content type='text'>
Conflicts:

	CHANGELOG
</content>
</entry>
<entry>
<title>Fix fatal error when xdebug.max_nesting_level was exceeded in rcube_washtml (#1489110)</title>
<updated>2013-05-24T07:20:33Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2013-05-24T07:19:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=f1c0c05223b26d589d1ed7bdce9df2a245179f15'/>
<id>urn:sha1:f1c0c05223b26d589d1ed7bdce9df2a245179f15</id>
<content type='text'>
</content>
</entry>
</feed>
