<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/apt-pkg/contrib, branch 2.9.2</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=2.9.2</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=2.9.2'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2024-04-22T17:39:08Z</updated>
<entry>
<title>Add long-version message "Audit:" instead of "A:"</title>
<updated>2024-04-22T17:39:08Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-04-22T17:39:08Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=cbb6f72b868cf7f50bd148479f7604f21964d239'/>
<id>urn:sha1:cbb6f72b868cf7f50bd148479f7604f21964d239</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'ui-2.9.2' into 'main'</title>
<updated>2024-04-22T17:31:46Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2024-04-22T17:31:46Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=20ab001670226e92ca8a74f1e2308197111a8420'/>
<id>urn:sha1:20ab001670226e92ca8a74f1e2308197111a8420</id>
<content type='text'>
UI changes for 2.9.2

See merge request apt-team/apt!343</content>
</entry>
<entry>
<title>i18n: Use Error:/Warning:/Notice: instead of E:/W:/N:</title>
<updated>2024-04-19T18:49:05Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-04-15T14:51:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=dc3f3ec100f275e5a802e59fd160f75cd262845f'/>
<id>urn:sha1:dc3f3ec100f275e5a802e59fd160f75cd262845f</id>
<content type='text'>
This allows these bits to be localized, improving user experience
for users in different languages.
</content>
</entry>
<entry>
<title>Keep the entire error/warning/notice message bold</title>
<updated>2024-04-19T18:48:34Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-04-15T14:49:43Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4d54b35e7a0c073b293d26d075714bef17080d48'/>
<id>urn:sha1:4d54b35e7a0c073b293d26d075714bef17080d48</id>
<content type='text'>
This draws a bit more attention, and improves readability vs
keeping the color for the entire message.
</content>
</entry>
<entry>
<title>Add an "audit" error level</title>
<updated>2024-04-19T18:08:44Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-01-23T17:32:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b455ad0a6681be80134d31ca59c350332ab4fb73'/>
<id>urn:sha1:b455ad0a6681be80134d31ca59c350332ab4fb73</id>
<content type='text'>
This will aggressively highlight out-of-compliance vs the best
practices.
</content>
</entry>
<entry>
<title>Render notices without (yellow) color, just in bold</title>
<updated>2024-04-19T17:21:36Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-04-15T14:48:16Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=760d7d3aa5ac414f05e381e0984430544b1f42d9'/>
<id>urn:sha1:760d7d3aa5ac414f05e381e0984430544b1f42d9</id>
<content type='text'>
Yellow is a bit odd for notices.
</content>
</entry>
<entry>
<title>Only erase OpProgress lines in output version 3.0</title>
<updated>2024-04-15T16:49:01Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-04-15T16:48:14Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=fc35b4d7d95b2848db482021df4f4500ac142080'/>
<id>urn:sha1:fc35b4d7d95b2848db482021df4f4500ac142080</id>
<content type='text'>
While this is an interactive only change that doesn't break
parsing someone got unhappy.
</content>
</entry>
<entry>
<title>OpProgress: Erase lines when done</title>
<updated>2024-04-12T13:57:05Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-04-12T10:00:45Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8ddfeb2fb65dd45267d8f7abfc540d2b8cb73a5c'/>
<id>urn:sha1:8ddfeb2fb65dd45267d8f7abfc540d2b8cb73a5c</id>
<content type='text'>
It's interesting to the user to see the progress when it happens,
but arguably once it's done it is just visual clutter, so let's
not write newlines, and when we are done, instead of appending
"Done", let's just empty the line.

This requires some effort to keep apt-cdrom happy which just writes
lines to stdout itself. Bad apt-cdrom. Maybe there is a better fix
for it, but this gets us going.
</content>
</entry>
<entry>
<title>Handle EINTR in the static FileFd::Write overload</title>
<updated>2024-03-05T11:57:03Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2024-03-04T14:50:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1437dcbe489ee9bcd39000cfef30324ad0260b41'/>
<id>urn:sha1:1437dcbe489ee9bcd39000cfef30324ad0260b41</id>
<content type='text'>
While the code claims to handle it by just continuing the loop, the
looping condition will actually cause a break from the loop failing the
interrupted writing. The non-static FileFd::Write (and ::Read) deal with
this by setting acceptable values for the loop condition as well – but
for more simplicity and consistency we can instead remove this extra loop
condition and perform the continue/break due to error handling more
explicitly.
</content>
</entry>
<entry>
<title>Modernize standard library includes</title>
<updated>2024-02-20T12:49:04Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-02-20T12:43:08Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=40a75722c43ae24cb9a99d6730a3b25b65819c49'/>
<id>urn:sha1:40a75722c43ae24cb9a99d6730a3b25b65819c49</id>
<content type='text'>
This was automated with sed and git-clang-format, and then I had to
fix up the top of policy.cc by hand as git-clang-format accidentally
indented it by two spaces.
</content>
</entry>
</feed>
