File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
20
apt-repos (1.48.0) bionic; urgency=medium
2
21
3
22
* added lost test 'returncodes' and fixed return codes in clitests
You can’t perform that action at this time.
0 commit comments