<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt, branch 1.8.0_alpha2</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.8.0_alpha2</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.8.0_alpha2'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2018-11-13T09:32:00Z</updated>
<entry>
<title>Release 1.8.0~alpha2</title>
<updated>2018-11-13T09:32:00Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2018-11-13T09:32:00Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=0d02864e0bfef47b8588207e7e7c5da3a94dfe59'/>
<id>urn:sha1:0d02864e0bfef47b8588207e7e7c5da3a94dfe59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop debian/source/options, not needed anymore</title>
<updated>2018-11-13T09:30:36Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2018-11-13T09:30:36Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=a337c955da377b2b6a274dd6ee1c275cdcacb1c3'/>
<id>urn:sha1:a337c955da377b2b6a274dd6ee1c275cdcacb1c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "http: Fix handling of server connection closure"</title>
<updated>2018-11-13T09:20:09Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2018-11-13T09:19:58Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=9bb831d7d489eac732d4aaccc1a014d923e711ff'/>
<id>urn:sha1:9bb831d7d489eac732d4aaccc1a014d923e711ff</id>
<content type='text'>
This reverts commit fb3f36593563d09a8d1727cc7c6deb0b49823ca2. It
caused downloads to hang on long-lived connections on certain
servers.

Gbp-Dch: full
</content>
</entry>
<entry>
<title>Release 1.8.0~alpha1</title>
<updated>2018-11-12T10:53:02Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2018-11-12T10:53:02Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=9cff147d5477cc6beb455e533939dfeb965c3e85'/>
<id>urn:sha1:9cff147d5477cc6beb455e533939dfeb965c3e85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>http: Fix handling of server connection closure</title>
<updated>2018-11-12T10:51:56Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2018-11-02T17:19:33Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=fb3f36593563d09a8d1727cc7c6deb0b49823ca2'/>
<id>urn:sha1:fb3f36593563d09a8d1727cc7c6deb0b49823ca2</id>
<content type='text'>
If the server closed the connection while we're reading data, and
we end up not having any data left to write; that is, for example,
we received 0 bytes, then we did not exit before, as we only returned
success if there was data to write.

This is wrong: Obviously, if we have reached our limit, we are done
anyway. It's a bit unclear if we actually ever reached this part, but
it does make some sense wrt the bug below.

LP: #1801338
</content>
</entry>
<entry>
<title>Norwegian Bokmål program translation update</title>
<updated>2018-10-30T21:43:35Z</updated>
<author>
<name>Petter Reinholdtsen</name>
<email>pere@hungry.com</email>
</author>
<published>2018-10-30T21:35:09Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=02abae0394c54ba43bfaf6c4e1b1bc0f39708e92'/>
<id>urn:sha1:02abae0394c54ba43bfaf6c4e1b1bc0f39708e92</id>
<content type='text'>
Closes: #912374
</content>
</entry>
<entry>
<title>Fix typos encountered while updating de translation</title>
<updated>2018-10-30T21:43:35Z</updated>
<author>
<name>Chris Leick</name>
<email>c.leick@vollbio.de</email>
</author>
<published>2018-10-30T21:32:34Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b6b159cc5eedca24d2ca0e27e230865ad2b4ad0f'/>
<id>urn:sha1:b6b159cc5eedca24d2ca0e27e230865ad2b4ad0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>German manpage translation update</title>
<updated>2018-10-30T21:14:14Z</updated>
<author>
<name>Chris Leick</name>
<email>c.leick@vollbio.de</email>
</author>
<published>2018-10-30T21:14:14Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=16f7be06850aa6ff196cf9d70e493ccbfae99a1b'/>
<id>urn:sha1:16f7be06850aa6ff196cf9d70e493ccbfae99a1b</id>
<content type='text'>
Reviewed-By: Helge Kreutzmann &lt;debian@helgefjell.de&gt;
</content>
</entry>
<entry>
<title>Dutch manpage translation update</title>
<updated>2018-10-30T21:09:31Z</updated>
<author>
<name>Frans Spiesschaert</name>
<email>Frans.Spiesschaert@yucom.be</email>
</author>
<published>2018-10-30T20:57:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=34833db3110f385be397fd4552955f5eff24ea86'/>
<id>urn:sha1:34833db3110f385be397fd4552955f5eff24ea86</id>
<content type='text'>
Closes: #912022
</content>
</entry>
<entry>
<title>Dutch program translation update</title>
<updated>2018-10-30T21:09:30Z</updated>
<author>
<name>Frans Spiesschaert</name>
<email>Frans.Spiesschaert@yucom.be</email>
</author>
<published>2018-10-30T20:56:30Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1cd2a99c190c68ad4e9b0e09944658ab9b935ec1'/>
<id>urn:sha1:1cd2a99c190c68ad4e9b0e09944658ab9b935ec1</id>
<content type='text'>
Closes: #912021
</content>
</entry>
</feed>
