<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt, branch 2.9.1</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=2.9.1</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=2.9.1'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2024-04-14T16:53:42Z</updated>
<entry>
<title>Release 2.9.1</title>
<updated>2024-04-14T16:53:42Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-04-14T16:53:42Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=604f5f3035c552b36fce01900e0790e4e7384cf4'/>
<id>urn:sha1:604f5f3035c552b36fce01900e0790e4e7384cf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'ui-2.9.1' into 'main'</title>
<updated>2024-04-14T16:44:41Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2024-04-14T16:44:41Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e7f0d39ee9e6ca3de71c4a9bc52be6de26ea18a0'/>
<id>urn:sha1:e7f0d39ee9e6ca3de71c4a9bc52be6de26ea18a0</id>
<content type='text'>
UI improvements for 2.9.1

See merge request apt-team/apt!338</content>
</entry>
<entry>
<title>Merge branch 'rafaelff-guest-main-patch-56374' into 'main'</title>
<updated>2024-04-14T06:49:14Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2024-04-14T06:49:14Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b54308e8545f90928e3fcde5c0df52b22295042f'/>
<id>urn:sha1:b54308e8545f90928e3fcde5c0df52b22295042f</id>
<content type='text'>
Remove duplicate sentence in private-output.cc

See merge request apt-team/apt!339</content>
</entry>
<entry>
<title>Remove duplicate sentence in private-output.cc</title>
<updated>2024-04-14T02:55:08Z</updated>
<author>
<name>Rafael</name>
<email>rafaelff@gnome.org</email>
</author>
<published>2024-04-14T02:55:08Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5fb4aa266c4acf0140822e2c4bce50c2fb4af771'/>
<id>urn:sha1:5fb4aa266c4acf0140822e2c4bce50c2fb4af771</id>
<content type='text'>
</content>
</entry>
<entry>
<title>apt: Use unicode install progress bar on UTF-8 locales</title>
<updated>2024-04-13T21:59:41Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2024-04-13T21:59:41Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ac8fe4b030754584cda9cb1707fc3d9f0d792366'/>
<id>urn:sha1:ac8fe4b030754584cda9cb1707fc3d9f0d792366</id>
<content type='text'>
This produces a much more appealing progress bar and it can even
show parts of the progress being done.
</content>
</entry>
<entry>
<title>apt: Default to N in the y/N prompt if there were warnings</title>
<updated>2024-04-13T20:37:38Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2024-04-13T20:37:38Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ffe5a25fdb0dd178ba36b9f72c5213565adf19f0'/>
<id>urn:sha1:ffe5a25fdb0dd178ba36b9f72c5213565adf19f0</id>
<content type='text'>
This especially helps with the running out of space warnings to
be safe.
</content>
</entry>
<entry>
<title>Use "Continue anyway?" if a warning is queued</title>
<updated>2024-04-13T20:04:15Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2024-04-13T20:04:15Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=0ea8b5a34118d57e8aad7229360a5acafa1d1c1e'/>
<id>urn:sha1:0ea8b5a34118d57e8aad7229360a5acafa1d1c1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>install: Show downgrades as yellow</title>
<updated>2024-04-13T19:11:03Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2024-04-13T19:11:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=964ffc6664d7301c9947c4c83656846b4789f097'/>
<id>urn:sha1:964ffc6664d7301c9947c4c83656846b4789f097</id>
<content type='text'>
dnf shows downgrades as green because the package comes from a remote
repository, but I think yellow is more indicative that they are
unsupported.

Ganneff asked for yellow for kept packages too, however I'm not
adding yellow there, as kept packages are more indicative of an
archive error, likely temporary, rather than an action item for
the user.
</content>
</entry>
<entry>
<title>Add warnings if space estimate exceeds free space</title>
<updated>2024-04-13T18:51:50Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2024-04-13T18:51:50Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=cf9bebba1c92e937f639a229d46fea4e24cfa9df'/>
<id>urn:sha1:cf9bebba1c92e937f639a229d46fea4e24cfa9df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove approx. from space estimates; and do some alignment</title>
<updated>2024-04-13T19:39:07Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2024-04-13T19:39:07Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5afcac6ffbf41d4d3a586b64b43882d5e86fc67f'/>
<id>urn:sha1:5afcac6ffbf41d4d3a586b64b43882d5e86fc67f</id>
<content type='text'>
This aligns the /boot message with the parent one, and also align
the formatting of the partially downloaded size message to add spaces
around /
</content>
</entry>
</feed>
