Skip to content

Commit e2273ac

Browse files
committed
added changelog entry for 1.49.0
1 parent 64c4957 commit e2273ac

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

debian/changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
apt-repos (1.49.0) bionic; urgency=medium
2+
3+
* Let apt_repos.RepoSuite expose the suite description via getDescription
4+
* added new switch -O/--no-old-versions to apt-repos ls/src
5+
* fixed tests after typical ubuntu updates
6+
* issue 3: set APT_CONFIG and (a new) cache dir explicitely for better decoupling
7+
from the local systems apt-configuration.
8+
This changes the default cache directory to ~/.cache/apt-repos which should be more conform to XDG
9+
* modernized example config main.repos and disabled gpg-signature verification
10+
to make things easier. If you want gpg-signature verification, you need
11+
to ensure that the required gpg keyring can be found somewhere on your
12+
system (I can't resolve this dependency for you in a distribution
13+
independent way).
14+
Please also note that newer versions of libapt somtimes deny to accept old
15+
signatures even if the keyring is correctly provided (depends on the
16+
length of the Hash used for the signature).
17+
18+
-- Christoph Lutz <chrlutz@gmail.com> Wed, 12 Aug 2020 19:35:25 +0200
19+
120
apt-repos (1.48.0) bionic; urgency=medium
221

322
* added lost test 'returncodes' and fixed return codes in clitests

0 commit comments

Comments
 (0)