<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/doc, branch 2.1.15</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=2.1.15</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=2.1.15'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2020-12-27T08:58:19Z</updated>
<entry>
<title>Release 2.1.15</title>
<updated>2020-12-27T08:58:19Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2020-12-27T08:53:26Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4215b6b2ce64f7bd0988c63c8d7d3e34833ec813'/>
<id>urn:sha1:4215b6b2ce64f7bd0988c63c8d7d3e34833ec813</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Keep URIs encoded in the acquire system</title>
<updated>2020-12-18T18:31:19Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2020-07-09T14:38:49Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e6c55283d235aa9404395d30f2db891f36995c49'/>
<id>urn:sha1:e6c55283d235aa9404395d30f2db891f36995c49</id>
<content type='text'>
We do not deal a lot with URIs which need encoding, but then we do it is
a pain that we store it decoded in the acquire system as it means we
have to decode and reencode URIs eventually which is potentially giving
us slightly different URIs.

We see that in our own testing framework while setting up redirects as
the config options are effectively double-encoded and decoded to pass
them around successfully as otherwise %2f and / in an URI are treated
the same.

This commit adds the infrastructure for methods to opt into getting URIs
send in encoded form (and returning them to us in encoded form, too) so
that we eventually do not have to touch the URIs which is how it should
be. This means though that we have to deal with methods who do not
support this yet (aka: all at the moment) for which we decode and encode
while communicating with them.
</content>
</entry>
<entry>
<title>Release 2.1.14</title>
<updated>2020-12-15T13:07:59Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2020-12-15T13:07:59Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5afd3ff6834430bb252ce5a37686bf1481f7c590'/>
<id>urn:sha1:5afd3ff6834430bb252ce5a37686bf1481f7c590</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release 2.1.13</title>
<updated>2020-12-10T14:42:56Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2020-12-10T14:42:56Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e480b1b6f400ae0e2a0ecfcba1d4f51b769cad1d'/>
<id>urn:sha1:e480b1b6f400ae0e2a0ecfcba1d4f51b769cad1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'feature/rred' into 'master'</title>
<updated>2020-11-25T18:02:03Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2020-11-25T18:02:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=6530ce64d2337ab309d6c974202243abb09d2d04'/>
<id>urn:sha1:6530ce64d2337ab309d6c974202243abb09d2d04</id>
<content type='text'>
Enhance rred for possible external usage

See merge request apt-team/apt!136</content>
</entry>
<entry>
<title>Release 2.1.12</title>
<updated>2020-11-23T16:53:10Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2020-11-23T16:53:10Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1077af2e635df738f351d5ea3515804a4de367ea'/>
<id>urn:sha1:1077af2e635df738f351d5ea3515804a4de367ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support compressed output from rred similar to apt-helper cat-file</title>
<updated>2020-11-07T21:52:20Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2020-11-07T21:52:20Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e5bb443cf58cec23503ad0deeeb06a080053da8a'/>
<id>urn:sha1:e5bb443cf58cec23503ad0deeeb06a080053da8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prepare rred binary for external usage</title>
<updated>2020-11-07T20:48:21Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2020-11-07T20:23:57Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=9e1398b164f55238990907f63dfdef60588d9b24'/>
<id>urn:sha1:9e1398b164f55238990907f63dfdef60588d9b24</id>
<content type='text'>
Merging patches is a bit of non-trivial code we have for client-side
work, but as we support also server-side merging we can export this
functionality so that server software can reuse it.

Note that this just cleans up and makes rred behave a bit more like all
our other binaries by supporting setting configuration at runtime and
supporting --help and --version. If you can make due without this, the
now advertised functionality is provided already in earlier versions.
</content>
</entry>
<entry>
<title>Portuguese manpages translation update</title>
<updated>2020-11-04T15:05:28Z</updated>
<author>
<name>Américo Monteiro</name>
<email>a_monteiro@gmx.com</email>
</author>
<published>2020-11-04T14:49:58Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e748e07aaab817b3ada3a1b01bf80dbe52852952'/>
<id>urn:sha1:e748e07aaab817b3ada3a1b01bf80dbe52852952</id>
<content type='text'>
Closes: #968414
</content>
</entry>
<entry>
<title>Release 2.1.11</title>
<updated>2020-10-21T10:01:33Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2020-10-21T10:01:04Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5d4a9e4b595ec145cdbe30b4f43d6bcdf9f26b2e'/>
<id>urn:sha1:5d4a9e4b595ec145cdbe30b4f43d6bcdf9f26b2e</id>
<content type='text'>
</content>
</entry>
</feed>
