|
| 1 | +apt-repos (1.48.0) bionic; urgency=medium |
| 2 | + |
| 3 | + * added lost test 'returncodes' and fixed return codes in clitests |
| 4 | + return codes in clitests partly changed (and got quite better) after switching |
| 5 | + to new apt_repos.suppress_unwanted_apt_pkg_messages mechanism. |
| 6 | + * fixed non working IS_GIT_REPO gates |
| 7 | + * exclude .git-files from debian source package |
| 8 | + * fixed lintian errors and some warnings |
| 9 | + * better errorhandling in case of KeyErrors in .suites-files |
| 10 | + * unified privat method names |
| 11 | + * added PWD expansion for file://-Urls |
| 12 | + * fixed new URL expansion for file urls with spaces |
| 13 | + * added debian/.debhelper/ to gitignore |
| 14 | + * documented new {PWD} variable for file urls in .repos files |
| 15 | + * supporting self contained .repos-suite definitions which need no physical scan |
| 16 | + * fixed: only use codenames really available in the Release-file |
| 17 | + * added documentation for Codename-key and new self-contained repos-definitions |
| 18 | + * more uniform formattings |
| 19 | + * better error message |
| 20 | + * repos-config: preferring suitename from 'Suite'-keyword if specified |
| 21 | + * new valid ubuntu packages/repository versions |
| 22 | + * repos-config: support suite specific Trusted-Keyword in repos_configs |
| 23 | + * RepositoryScanner ensures that Release-File defines a Suite. |
| 24 | + Today I learned, that there can also be Release-Files for Archives |
| 25 | + which don't define the key 'Suites'. |
| 26 | + * test: approved regular update of ubuntu's git |
| 27 | + * added PackageField.PHYSICAL_COMPONENT that extracts the component out of the file- or directory name |
| 28 | + * apt_repos/Repository: be more robust against tofu in config files |
| 29 | + * catch FileExistsError when creating the apt caching structure |
| 30 | + * using utf-8 encoding when loading json files |
| 31 | + * typical ubuntu updates effecting tests |
| 32 | + |
| 33 | + -- Christoph Lutz <christoph.lutz@interface-ag.de> Thu, 26 Sep 2019 14:22:18 +0200 |
| 34 | + |
1 | 35 | apt-repos (1.47.0) bionic; urgency=medium
|
2 | 36 |
|
3 | 37 | * NON BACKWARD COMPATIBLE:
|
|
0 commit comments