<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/bindings/python, branch 0.18_rc0</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.18_rc0</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.18_rc0'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2014-04-22T00:40:28Z</updated>
<entry>
<title>python: bump version</title>
<updated>2014-04-22T00:40:28Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-04-22T00:36:26Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d879c47ff1a94bec785cdde9a9cd38718a568533'/>
<id>urn:sha1:d879c47ff1a94bec785cdde9a9cd38718a568533</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: bump to 0.17</title>
<updated>2013-12-31T00:34:23Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2013-12-31T00:34:23Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ceef57b3d95d3e4e1ea90001d99792626529dca3'/>
<id>urn:sha1:ceef57b3d95d3e4e1ea90001d99792626529dca3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: bump to 0.17~rc4</title>
<updated>2013-12-28T22:40:05Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2013-12-28T22:40:05Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=05b534209d44b74105308e521dcac82a5e4afe43'/>
<id>urn:sha1:05b534209d44b74105308e521dcac82a5e4afe43</id>
<content type='text'>
Unfortunately release-checks.sh will whine a bit because it has not
caught up with the renaming of the version macros.
</content>
</entry>
<entry>
<title>version: bump version</title>
<updated>2013-12-07T09:07:15Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2013-12-07T09:02:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=bb390f89a1599f4767fbf7fc7cb1f01aba22b9ae'/>
<id>urn:sha1:bb390f89a1599f4767fbf7fc7cb1f01aba22b9ae</id>
<content type='text'>
Roll (one last?) release candidate because of Austin's
LIBNOTMUCH_VERSION changes.

Atomically bump the manually (NEWS, debian/changelog) and
automatically (everywhere else) updated places version is mentioned.
</content>
</entry>
<entry>
<title>version: bump to 0.17~rc2</title>
<updated>2013-11-29T01:00:52Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2013-11-29T01:00:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6c9cd7d20c0b43d758d6256681a0b6015d17e983'/>
<id>urn:sha1:6c9cd7d20c0b43d758d6256681a0b6015d17e983</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: bump to 0.17~rc1</title>
<updated>2013-11-24T00:29:46Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2013-11-20T23:42:00Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=bd0c56b2bdb10aa88b41ec9460f9e67a90d63c12'/>
<id>urn:sha1:bd0c56b2bdb10aa88b41ec9460f9e67a90d63c12</id>
<content type='text'>
Various other files are synched using "make update-versions".  NEWS
has to be hand edited.
</content>
</entry>
<entry>
<title>version: set new version and release date</title>
<updated>2013-07-28T14:28:03Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2013-07-28T14:18:48Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=80b25792b2fdbb7f495556db360148798e224930'/>
<id>urn:sha1:80b25792b2fdbb7f495556db360148798e224930</id>
<content type='text'>
These are manually set in version and NEWS, and propagate to the other files via
"make update-versions"
</content>
</entry>
<entry>
<title>Python bindings: CDLL("libnotmuch.3.dylib") on Darwin</title>
<updated>2013-07-09T06:38:42Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2013-06-25T14:36:56Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=acb079e35726cc421b6a314ab4f26d5eb92feaf1'/>
<id>urn:sha1:acb079e35726cc421b6a314ab4f26d5eb92feaf1</id>
<content type='text'>
Use os.uname() to check for 'Darwin' and load "libnotmuch.3.dylib"
instead of "libnotmuch.so.3" if that is the case.
</content>
</entry>
<entry>
<title>bindings/python: ignore build subdirectory.</title>
<updated>2013-06-03T11:00:29Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2013-06-02T13:39:44Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9a1ab6c48748ee6259cd888d5486d84c69f424cb'/>
<id>urn:sha1:9a1ab6c48748ee6259cd888d5486d84c69f424cb</id>
<content type='text'>
Update .gitignore to make git status less noisy
</content>
</entry>
<entry>
<title>python: Add bindings for notmuch_thread_get_messages</title>
<updated>2013-05-05T16:56:39Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2012-11-25T04:57:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=45b9b55863efaf77248b9b64070cf0dc3bb2c008'/>
<id>urn:sha1:45b9b55863efaf77248b9b64070cf0dc3bb2c008</id>
<content type='text'>
</content>
</entry>
</feed>
