<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/CMakeLists.txt, branch 1.5</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.5</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.5'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2017-09-24T15:55:12Z</updated>
<entry>
<title>Release 1.5</title>
<updated>2017-09-24T15:55:12Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-09-24T15:55:12Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e178f7807e4f94256069799088b4220ddf09c643'/>
<id>urn:sha1:e178f7807e4f94256069799088b4220ddf09c643</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 1.5~rc4</title>
<updated>2017-09-13T14:04:43Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-09-13T14:04:43Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=041909686a1b013057ac29d5cd2d8ca5dc523993'/>
<id>urn:sha1:041909686a1b013057ac29d5cd2d8ca5dc523993</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 1.5~rc3</title>
<updated>2017-09-10T21:48:43Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-09-10T21:46:55Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5a72bf326cdcfcdbe44ff5ad1aef2eb55e3a4297'/>
<id>urn:sha1:5a72bf326cdcfcdbe44ff5ad1aef2eb55e3a4297</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CMake: Mark BZip2, LZMA, and LZ4 as required</title>
<updated>2017-09-10T09:37:13Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-09-10T09:37:13Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=53f7fb3caad96bd7fb9af73d4ac964c67204798a'/>
<id>urn:sha1:53f7fb3caad96bd7fb9af73d4ac964c67204798a</id>
<content type='text'>
We do not actually test without these libraries, and it likely
would not build without them due to them being NOTFOUND and CMake
exiting with an error, so let's just mark them as required.
</content>
</entry>
<entry>
<title>Release 1.5~rc2</title>
<updated>2017-09-09T19:52:25Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-09-09T19:52:25Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a670cee0e0f4faba0d31919d9fa4f9c25b7d5867'/>
<id>urn:sha1:a670cee0e0f4faba0d31919d9fa4f9c25b7d5867</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Directly link against libudev on Linux systems</title>
<updated>2017-09-09T19:07:31Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-09-09T18:36:04Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=96b4580561cd2a8d1467143d67d2a612f0ddc75a'/>
<id>urn:sha1:96b4580561cd2a8d1467143d67d2a612f0ddc75a</id>
<content type='text'>
We previously dlopen()ed it, but it seems painful to do that
without any real gain, except for possibly not having libudev
in the address space and not having code #ifdefed for Linux.

The latter means that we are a bit more likely to break stuff
for non-Linux systems now if we play with udev, but at least
we don't end up with it silently breaking because of a libudev
ABI break.

The existing function pointers in the struct were renamed and
kept for compat purposes.

Fixes Debian/apt#48

Also adjust prepare-release to strip [linux-any] from build-depends
for travis.
</content>
</entry>
<entry>
<title>Release 1.5~rc1</title>
<updated>2017-08-24T21:21:40Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-08-24T21:21:40Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d885930f62756e4ca8ad9a80be2ffebe68ac3e97'/>
<id>urn:sha1:d885930f62756e4ca8ad9a80be2ffebe68ac3e97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 1.5~beta2</title>
<updated>2017-08-17T17:28:24Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-08-17T17:28:24Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d64ef1c36b2885f1f178f5438c1a4f67f8bdee88'/>
<id>urn:sha1:d64ef1c36b2885f1f178f5438c1a4f67f8bdee88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use C++11 threading support instead of pthread</title>
<updated>2017-07-20T18:50:05Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-07-20T18:50:05Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b28636e54f682dc65aef169f201a34a8e2893369'/>
<id>urn:sha1:b28636e54f682dc65aef169f201a34a8e2893369</id>
<content type='text'>
This makes the code easier to read.
</content>
</entry>
<entry>
<title>Release 1.5~beta1</title>
<updated>2017-07-03T14:58:38Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-07-03T14:58:38Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=28380ed1b24daab7c460412225bd5a7ede9a48ed'/>
<id>urn:sha1:28380ed1b24daab7c460412225bd5a7ede9a48ed</id>
<content type='text'>
</content>
</entry>
</feed>
