<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt, branch 1.9.2</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.9.2</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.9.2'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2019-08-05T19:26:15Z</updated>
<entry>
<title>Release 1.9.2</title>
<updated>2019-08-05T19:26:15Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2019-08-05T19:24:59Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ed4a8421e4d51c19a4aa1bd5e91370ba8bc8efca'/>
<id>urn:sha1:ed4a8421e4d51c19a4aa1bd5e91370ba8bc8efca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'pu/locking-msg' into 'master'</title>
<updated>2019-08-05T15:09:18Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2019-08-05T15:09:18Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=44f3051c56bb7fbe301625dd368c6a2fc36e64d0'/>
<id>urn:sha1:44f3051c56bb7fbe301625dd368c6a2fc36e64d0</id>
<content type='text'>
Improve locking messaging - pid and name, "do not remove lock file"

See merge request apt-team/apt!68</content>
</entry>
<entry>
<title>Fix typos reported by codespell in code comments</title>
<updated>2019-07-10T14:15:30Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2019-07-10T14:15:30Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5cfbc5727dba2f4662d24cf4deb7cab7cdd57c14'/>
<id>urn:sha1:5cfbc5727dba2f4662d24cf4deb7cab7cdd57c14</id>
<content type='text'>
Also in old changelogs, but nothing really user visible
like error messages or alike so barely noteworthy.

Reported-By: codespell
Gbp-Dch: Ignore
</content>
</entry>
<entry>
<title>Apply various suggestions by cppcheck</title>
<updated>2019-07-08T13:51:17Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2019-07-08T13:48:59Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=2b734a7ec429825c7007c1093883229e069d36c7'/>
<id>urn:sha1:2b734a7ec429825c7007c1093883229e069d36c7</id>
<content type='text'>
Reported-By: cppcheck
</content>
</entry>
<entry>
<title>Show details about the package with bad Provides</title>
<updated>2019-07-08T11:18:31Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2019-06-10T12:30:32Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=cbe90ee516d7f747f981e423f164f99eb767240b'/>
<id>urn:sha1:cbe90ee516d7f747f981e423f164f99eb767240b</id>
<content type='text'>
The error messages say only which package it was trying to provide, but
not which package &amp; version tried it which can be misleading as to which
package (version) is the offender.

References: #930256
</content>
</entry>
<entry>
<title>Distribute host-less work based on backlog of the queues</title>
<updated>2019-07-08T11:18:31Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2019-04-27T14:13:02Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=79b1a82983e737e74359bc306d9edb357c5bdd46'/>
<id>urn:sha1:79b1a82983e737e74359bc306d9edb357c5bdd46</id>
<content type='text'>
Work like applying patches via rred can be performed by many concurrent
rred processes, but we can't just spawn new ones forever: We limit us to
the number of CPUs which can drive them and reuse existing ones if they
have nothing to do at the moment.

The problem arises if we have reached the limit of queues and all of
them are busy which is more likely to happen on "slow" machines with few
CPUs. In this case we opted for random distribution, but that can result
in many big files (e.g. Contents) being added to one queue while the
others get none or only small files.

Ideally we would ask the methods how much they still have to do, but
they only know that for the current item, not for all items in the
queue, so we use the filesize of the expected result.
</content>
</entry>
<entry>
<title>Merge branch 'patch-1' into 'master'</title>
<updated>2019-06-24T06:52:30Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2019-06-24T06:52:30Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8ff87e9cd37a4436eb7e56f814a099cb30845ae1'/>
<id>urn:sha1:8ff87e9cd37a4436eb7e56f814a099cb30845ae1</id>
<content type='text'>
Change a pronoun in the readme from `he` to `they`

See merge request apt-team/apt!69</content>
</entry>
<entry>
<title>Change a pronoun in the readme from `he` to `they`</title>
<updated>2019-06-23T22:21:07Z</updated>
<author>
<name>Lynn Cyrin</name>
<email>lynncyrin@gmail.com</email>
</author>
<published>2019-06-23T22:21:07Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1c85fff1f3a38d355bb06ed3cfe1802854b8773a'/>
<id>urn:sha1:1c85fff1f3a38d355bb06ed3cfe1802854b8773a</id>
<content type='text'>
Using gender neutral language in your documentation is a inclusion win!

Here's some documents describing more context here:
- https://en.wikipedia.org/wiki/Singular_they#Trend_toward_gender-neutral_language
- https://open.buffer.com/inclusive-language-tech
- https://www.grammarly.com/blog/use-the-singular-they/</content>
</entry>
<entry>
<title>Improve locking messaging - pid and name, "do not remove lock file"</title>
<updated>2019-06-21T21:14:46Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2019-06-21T20:45:13Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=cde8399310e56faaa6928411392184bc403eff66'/>
<id>urn:sha1:cde8399310e56faaa6928411392184bc403eff66</id>
<content type='text'>
We want to tell users which process is holding the lock so they
can easily understand what's going on, and we want to advise
users not to remove the lock file, because ugh, that's bad.

Re-initalize the flock structure, in case it got mangled by
previous fcntl call.
</content>
</entry>
<entry>
<title>Release 1.9.1</title>
<updated>2019-06-20T15:54:31Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2019-06-20T15:53:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=67b51af0f9c7cab4d827ac1e63f8a83d03e2f23c'/>
<id>urn:sha1:67b51af0f9c7cab4d827ac1e63f8a83d03e2f23c</id>
<content type='text'>
</content>
</entry>
</feed>
