<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch, branch debian/jessie-backports</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=debian%2Fjessie-backports</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=debian%2Fjessie-backports'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2017-02-21T22:32:11Z</updated>
<entry>
<title>debian: changelog stanza for backport</title>
<updated>2017-02-21T22:32:11Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-02-21T22:32:11Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3245dfc3c5e698b0dbaf859782989a189bf09800'/>
<id>urn:sha1:3245dfc3c5e698b0dbaf859782989a189bf09800</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge tag 'debian/0.23.5-1' into jessie-backports</title>
<updated>2017-02-21T22:29:57Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-02-21T22:29:57Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e41c2d3a767c290c3b963b52447bb10028918059'/>
<id>urn:sha1:e41c2d3a767c290c3b963b52447bb10028918059</id>
<content type='text'>
notmuch Debian 0.23.5-1 upload (same as 0.23.5)
</content>
</entry>
<entry>
<title>NEWS,debian: set date for release</title>
<updated>2017-01-09T10:25:01Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-01-09T10:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=cff1e0673a7ca91d9b9907072c501a8bdcf0e3f8'/>
<id>urn:sha1:cff1e0673a7ca91d9b9907072c501a8bdcf0e3f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: add 2017 to copyright years</title>
<updated>2017-01-08T12:35:17Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-01-08T12:35:17Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=44520bb6add5e39e12de689a168007d3d2c7c734'/>
<id>urn:sha1:44520bb6add5e39e12de689a168007d3d2c7c734</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump version to 0.23.5</title>
<updated>2017-01-08T12:32:56Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-01-08T12:32:56Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=186436a04c818cfb6c64a5239475623cc6d4fd35'/>
<id>urn:sha1:186436a04c818cfb6c64a5239475623cc6d4fd35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debian: changelog for 0.23.5-1</title>
<updated>2017-01-08T12:31:28Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-01-08T12:31:28Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6c2e22db07bc015a077bb658ef26cc0e5e45b9a5'/>
<id>urn:sha1:6c2e22db07bc015a077bb658ef26cc0e5e45b9a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NEWS for 0.23.5</title>
<updated>2017-01-08T12:30:08Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-01-08T12:30:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b8e768290f25b0248b0c4ad4dd7392b2b308de46'/>
<id>urn:sha1:b8e768290f25b0248b0c4ad4dd7392b2b308de46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configure: fix $prefix expansion for libdir_expanded</title>
<updated>2017-01-01T22:15:58Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2017-01-01T17:20:30Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c8934806548ca8c2f60d1150606f67da27cb2546'/>
<id>urn:sha1:c8934806548ca8c2f60d1150606f67da27cb2546</id>
<content type='text'>
Since the sed expansion line which did $prefix expansion for
libdir_expanded was changed from the legacy `...` format to the
new $(...) expression, the subtle backslash expansion change went
unnoticed -- \\$ which used to escape '$' now escapes '\' and the
following '$prefix' was attempted to expand as a variable. So
changing \\$ to \$ fixes this.

Also, replaced echo with printf %s -- echo does expansions of its own.

While at it, the following 2 inconsistencies were fixed:
 1) the /g flag was removed from first expression; second didn't have it
 2) first expression did not end with /, so "dropped" it from second

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
</content>
</entry>
<entry>
<title>version: update to 0.23.4</title>
<updated>2016-12-24T08:52:11Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-12-24T08:52:11Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4dde1e677473faa6588909396820f9948e28923f'/>
<id>urn:sha1:4dde1e677473faa6588909396820f9948e28923f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>set date in NEWS and debian/changelog</title>
<updated>2016-12-24T08:51:05Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-12-24T08:48:16Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=70ba2c30cab9c41b84d85895fec403a65d4aa320'/>
<id>urn:sha1:70ba2c30cab9c41b84d85895fec403a65d4aa320</id>
<content type='text'>
pentultimate prepartions for release
</content>
</entry>
</feed>
