<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt, branch 1.3.1</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.3.1</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.3.1'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2016-10-04T17:45:01Z</updated>
<entry>
<title>Release 1.3.1</title>
<updated>2016-10-04T17:45:01Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-10-04T17:43:46Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=59a0e89da8ee86f0d94a9ee1d4e22722178aff50'/>
<id>urn:sha1:59a0e89da8ee86f0d94a9ee1d4e22722178aff50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>travis: Move codecov from after_success to after_script</title>
<updated>2016-10-04T17:41:15Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-10-02T16:12:50Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=374a6efa1d6d77016e14a32f2dd85e8e1773187d'/>
<id>urn:sha1:374a6efa1d6d77016e14a32f2dd85e8e1773187d</id>
<content type='text'>
We always want to run codecov test, even if there are spurious
failures. We should really work around those failures more, though,
it is starting to annoy me.
</content>
</entry>
<entry>
<title>Turkish program translation update</title>
<updated>2016-10-04T17:36:09Z</updated>
<author>
<name>Mert Dirik</name>
<email>mertdirik@gmail.com</email>
</author>
<published>2016-10-04T17:36:09Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=221ba9e2c9223a6af07cad9371c6233781a20db9'/>
<id>urn:sha1:221ba9e2c9223a6af07cad9371c6233781a20db9</id>
<content type='text'>
Closes: #838731
</content>
</entry>
<entry>
<title>Japanese manpages translation update</title>
<updated>2016-10-04T17:35:21Z</updated>
<author>
<name>victory</name>
<email>victory.deb@gmail.com</email>
</author>
<published>2016-09-12T14:02:10Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b105ca65292e4af6ca2093351fd2a61180054e14'/>
<id>urn:sha1:b105ca65292e4af6ca2093351fd2a61180054e14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not read stderr from proxy autodetection scripts</title>
<updated>2016-10-04T17:30:30Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-10-02T15:20:33Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=0ecceb5bb9cc8727c117195945b7116aceb984fe'/>
<id>urn:sha1:0ecceb5bb9cc8727c117195945b7116aceb984fe</id>
<content type='text'>
This fixes a regression introduced in
  commit 8f858d560e3b7b475c623c4e242d1edce246025a

  don't leak FD in AutoProxyDetect command return parsing

which accidentally made the proxy autodetection code also read
the scripts output on stderr, not only on stdout when it switched
the code from popen() to Popen().

Reported-By: Tim Small &lt;tim@seoss.co.uk&gt;
</content>
</entry>
<entry>
<title>Release 1.3</title>
<updated>2016-09-20T21:54:19Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-09-20T21:54:19Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1f7c56acc6b36b7869294941c8eba2b026eaaeb1'/>
<id>urn:sha1:1f7c56acc6b36b7869294941c8eba2b026eaaeb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>VersionHash: Do not skip too long dependency lines</title>
<updated>2016-09-18T12:17:17Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-09-18T11:24:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=708e2f1fe99e6f067292bc909f03f12c181e4798'/>
<id>urn:sha1:708e2f1fe99e6f067292bc909f03f12c181e4798</id>
<content type='text'>
If the dependency line does not contain spaces in the repository
but does in the dpkg status file (because dpkg normalized the
dependency list), the dpkg line might be longer than the line
in the repository. If it now happens to be longer than 1024
characters, it would be skipped, causing the hashes to be
out of date.

Note that we have to bump the minor cache version again as
this changes the format slightly, and we might get mismatches
with an older src cache otherwise.

Fixes Debian/apt#23
</content>
</entry>
<entry>
<title>travis: Add coverage testing using codecov.io</title>
<updated>2016-09-11T15:45:20Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-09-11T15:45:20Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=acddd9188c21c2e13aff5cea3a82f2d01aff788b'/>
<id>urn:sha1:acddd9188c21c2e13aff5cea3a82f2d01aff788b</id>
<content type='text'>
This allows fully automated code coverage testing, which is
basically awesome. To allow the methods and solvers and stuff
which run as _apt to write to our build directory, we need to
adjust the permissions a bit, but otherwise it's OK.

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>Coverage: Do not print messages from gcov</title>
<updated>2016-09-11T15:44:17Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-09-11T11:58:40Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=bccb344412a0e97afdf0aaaf41a31124c84f6eaa'/>
<id>urn:sha1:bccb344412a0e97afdf0aaaf41a31124c84f6eaa</id>
<content type='text'>
We need to ignore messages from gcov. All those messages
start with profiling: and are printed using vfprintf(), so
the only thing we can do is add a library overriding those
functions and linking apt-pkg to it.
</content>
</entry>
<entry>
<title>CMake: Add coverage build type</title>
<updated>2016-09-11T11:53:49Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2016-09-11T11:53:49Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=422a2eba84361a8dfd84b549c13037512779c572'/>
<id>urn:sha1:422a2eba84361a8dfd84b549c13037512779c572</id>
<content type='text'>
This allows us to easily test coverage
</content>
</entry>
</feed>
