<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/doc, branch 1.5_rc1</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.5_rc1</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.5_rc1'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2017-08-24T21:21:40Z</updated>
<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>doc: Fix validity error in apt_auth.conf.5.xml</title>
<updated>2017-08-17T17:26:35Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2017-08-17T17:26:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ea7581c9aaaaebf844d00935a1cdf8c8fee7f7f3'/>
<id>urn:sha1:ea7581c9aaaaebf844d00935a1cdf8c8fee7f7f3</id>
<content type='text'>
It contained raw text inside a refsect1

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>doc: Add '--allow-unauthenticated' to '--force-yes'</title>
<updated>2017-07-27T10:54:25Z</updated>
<author>
<name>Dominik</name>
<email>Dominik-K@users.noreply.github.com</email>
</author>
<published>2017-07-27T10:38:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e1d66c94e6ed6d79ba0f089fc00789bf7fd161d8'/>
<id>urn:sha1:e1d66c94e6ed6d79ba0f089fc00789bf7fd161d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>show a warning for Debian shutting down FTP services</title>
<updated>2017-07-26T17:09:04Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2017-07-14T11:49:33Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=054243fd0febfef5f1ba89f61eed0e6a34c6a25f'/>
<id>urn:sha1:054243fd0febfef5f1ba89f61eed0e6a34c6a25f</id>
<content type='text'>
We detect the effected sources by matching Release info – that has
potential by-catch of repositories which have incorrect field values,
but those are better fixed now anyhow. The bigger incorrectness is that
this message will not only be printed for the Debian services itself but
also for all mirrors not under Debian control but serving Debian like more
local/private mirrors which will not (directly) shutdown. It is likely
through that many of them will follow suite with less visible
announcements or break downright if their upstream source disappears, so
having false-positives here seems benefitial for the user in the end.
</content>
</entry>
<entry>
<title>update URI scheme descriptions in sources.list(5)</title>
<updated>2017-07-26T17:09:04Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2017-07-08T09:42:02Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=afd7cd688b70bd50d8fa90199a2ac39d98edf19f'/>
<id>urn:sha1:afd7cd688b70bd50d8fa90199a2ac39d98edf19f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reimplement and document auth.conf</title>
<updated>2017-07-26T17:09:04Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2017-07-07T14:24:21Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ea408c560ed85bb4ef7cf8f72f8463653501332c'/>
<id>urn:sha1:ea408c560ed85bb4ef7cf8f72f8463653501332c</id>
<content type='text'>
We have support for an netrc-like auth.conf file since 0.7.25 (closing
518473), but it was never documented in apt that it even exists and
netrc seems to have fallen out of usage as a manpage for it no longer
exists making the feature even more arcane.

On top of that the code was a bit of a mess (as it is written in c-style)
and as a result the matching of machine tokens to URIs also a bit
strange by checking for less specific matches (= without path) first.
We now do a single pass over the stanzas.

In practice early adopters of the undocumented implementation will not
really notice the differences and the 'new' behaviour is simpler to
document and more usual for an apt user.

Closes: #811181
</content>
</entry>
<entry>
<title>Switch from /org to /srv in example apt-ftparchive configuration</title>
<updated>2017-07-12T21:59:39Z</updated>
<author>
<name>Paul Wise</name>
<email>pabs@debian.org</email>
</author>
<published>2017-07-12T21:31:05Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=da2dd028d94df4abc453dd3821f5ae47fc1f919c'/>
<id>urn:sha1:da2dd028d94df4abc453dd3821f5ae47fc1f919c</id>
<content type='text'>
/org has been obsoleted by /srv for many years on debian.org hosts.
</content>
</entry>
<entry>
<title>fix various typos reported by codespell &amp; spellintian</title>
<updated>2017-07-08T12:55:29Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2017-07-08T12:45:26Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4a9c136bdb1ec8e73e104738a923e08786c521ef'/>
<id>urn:sha1:4a9c136bdb1ec8e73e104738a923e08786c521ef</id>
<content type='text'>
Reported-By: codespell &amp; spellintian
Gbp-Dch: Ignore
</content>
</entry>
<entry>
<title>Italian manpage translation update</title>
<updated>2017-07-08T12:11:14Z</updated>
<author>
<name>Beatrice Torracca</name>
<email>beatricet@libero.it</email>
</author>
<published>2017-07-08T12:11:14Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ff26d24f47910ac06840f873920c8950aa48046b'/>
<id>urn:sha1:ff26d24f47910ac06840f873920c8950aa48046b</id>
<content type='text'>
Closes: 858877
</content>
</entry>
</feed>
