<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt, branch 1.7.0</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.7.0</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.7.0'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2018-10-07T05:56:35Z</updated>
<entry>
<title>Release 1.7.0</title>
<updated>2018-10-07T05:56:35Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2018-10-07T05:56:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=78ead40e1675cae98eb545b0c7369c9f2123ef71'/>
<id>urn:sha1:78ead40e1675cae98eb545b0c7369c9f2123ef71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>prepare-release: Fix last-modification detection for manpages</title>
<updated>2018-10-07T05:52:27Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2018-10-07T05:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8be7095570b131d81916fb43ebb42c1034487c7a'/>
<id>urn:sha1:8be7095570b131d81916fb43ebb42c1034487c7a</id>
<content type='text'>
Pass -i to git log, so "Release foo" is detected as well, not just
"release foo", and also handle the rename of Git-Dch to Gbp-Dch.
</content>
</entry>
<entry>
<title>Set DPKG_FRONTEND_LOCKED when running {pre,post}-invoke scripts</title>
<updated>2018-10-05T10:45:47Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2018-10-05T10:29:39Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=6675601c81de85b40dc89772c1d6d17f1811c5ba'/>
<id>urn:sha1:6675601c81de85b40dc89772c1d6d17f1811c5ba</id>
<content type='text'>
Some post-invoke scripts install packages, which fails because
the environment variable is not set. This sets the variable for
all three kinds of scripts {pre,post-}invoke and pre-install-pkgs,
but we will only allow post-invoke at a later time.

Gbp-Dch: full
</content>
</entry>
<entry>
<title>apt-mark: showhold: typo-fix (package -&gt; packages)</title>
<updated>2018-10-02T15:03:31Z</updated>
<author>
<name>Muhamed Huseinbašić</name>
<email>muhamed.huseinbasic@outlook.com</email>
</author>
<published>2018-10-02T14:50:07Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=07d12ed686740c167bb5cbe4fe724e8469432b4a'/>
<id>urn:sha1:07d12ed686740c167bb5cbe4fe724e8469432b4a</id>
<content type='text'>
See merge request apt-team/apt!29

[jak@d.o: Also adjust translations, provide better subject]
</content>
</entry>
<entry>
<title>Show APT::Compressor example in apt.conf(5)</title>
<updated>2018-09-27T12:29:02Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2018-09-27T12:29:02Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=599c89f6f6f05e4318d088c2d6053c4b1fc9c5f1'/>
<id>urn:sha1:599c89f6f6f05e4318d088c2d6053c4b1fc9c5f1</id>
<content type='text'>
Including a block-element like informalexample in a para is legal, but
the documentation of the para tag hints that some processing systems may
have difficulties handling this – so lets just move it out of the block
and be happy as it is (again?) displayed.

Closes: #909712
</content>
</entry>
<entry>
<title>pkgCacheFile: Only unlock in destructor if locked before</title>
<updated>2018-09-24T10:13:03Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2018-09-24T09:38:55Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e02297b8e22dae04872fe6fab6dba966de65dbba'/>
<id>urn:sha1:e02297b8e22dae04872fe6fab6dba966de65dbba</id>
<content type='text'>
pkgCacheFile's destructor unlocks the system, which is confusing
if you did not open the cachefile with WithLock set. Create a private
data instance that holds the value of WithLock.

This regression was introduced in commit b2e465d6d32d2dc884f58b94acb7e35f671a87fe:

    Join with aliencode
    Author: jgg
    Date: 2001-02-20 07:03:16 GMT
    Join with aliencode

by replacing a "Lock" member that was only initialized when the lock
was taken by calls to Lock, UnLock; with the latter also taking place
if the former did not occur.

Regression-Of: b2e465d6d32d2dc884f58b94acb7e35f671a87fe
LP: #1794053
</content>
</entry>
<entry>
<title>Fix calculation of elapsed usec in downloads</title>
<updated>2018-09-24T07:27:01Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2018-09-24T07:27:01Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=089e627153781ae7c320a5a0724c6c70d684b689'/>
<id>urn:sha1:089e627153781ae7c320a5a0724c6c70d684b689</id>
<content type='text'>
A recent change to use chronos inadvertently replaced the
difference of new usec - old usec with new sec - old usec,
which is obviously wrong.
</content>
</entry>
<entry>
<title>Release 1.7.0~rc2</title>
<updated>2018-09-20T19:04:11Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2018-09-20T19:04:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e78844ba89fd15879333c1394fae9a65acebedc0'/>
<id>urn:sha1:e78844ba89fd15879333c1394fae9a65acebedc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deal with descriptions embedded in displayed record correctly</title>
<updated>2018-09-20T16:36:03Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2018-09-20T15:22:54Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=6f1d622c84b3b7f821683bf69b8fcdb6dcf272a2'/>
<id>urn:sha1:6f1d622c84b3b7f821683bf69b8fcdb6dcf272a2</id>
<content type='text'>
The implementation of "apt-cache show" (not "apt show") incorrectly
resets the currently used parser if the record itself and the
description to show come from the same file (as it is the case if no
Translation-* files are available e.g. after debootstrap).

The code is more complex than you would hope to support some rather
unusual setups involving Descriptions and their translations as tested
for by ./test-bug-712435-missing-descriptions as otherwise this could
be a one-line change.

Regression-Of: bf53f39c9a0221b670ffff74053ed36fc502d5a0
Closes: #909155
</content>
</entry>
<entry>
<title>Release 1.7.0~rc1 to unstable</title>
<updated>2018-09-18T14:16:06Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2018-09-18T14:15:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e323a6bfffcb3119dc75dfa364e2488b8990fdb4'/>
<id>urn:sha1:e323a6bfffcb3119dc75dfa364e2488b8990fdb4</id>
<content type='text'>
</content>
</entry>
</feed>
