|
| 1 | +apt-repos (1.47.0) bionic; urgency=medium |
| 2 | + |
| 3 | + * NON BACKWARD COMPATIBLE: |
| 4 | + * Changed syntax of 'Suites'-key in .repos files. This is done as |
| 5 | + preparation for more enhanced .repos features below. |
| 6 | + |
| 7 | + * NEW FEATURES: |
| 8 | + * Updated Documentation Readme.md and new docs/Configuration.md |
| 9 | + * Added new PackageField.SIZE to provide size information about binary and |
| 10 | + source packages. |
| 11 | + * Added new override-configuration feature with the config key 'Oid' to |
| 12 | + override single key/value pairs of a config |
| 13 | + * Added support for common and suite specific Tags in *.repos config files |
| 14 | + * RepositoryScanner: added Support for local file:// urls |
| 15 | + * Repository: implemented Url-Key within Suites-lists in .repos files |
| 16 | + * Introduced separators in Suites-lists in .repos-files |
| 17 | + * Introduced the new key 'Codename' for .repos configs |
| 18 | + |
| 19 | + * Bugfixes: |
| 20 | + * setting PYTHONPATH in bin/apt-repos itself - allows bin/apt-repos to be |
| 21 | + called standalone |
| 22 | + * better error messages in case of config file errors |
| 23 | + * reduce amount of info messages for repository scan - only one line per |
| 24 | + repo |
| 25 | + * fixed scanning of repos by empty suite selector |
| 26 | + * handling of the most typical Exception during cache update and less |
| 27 | + verbose output in debug-mode |
| 28 | + * better workaround for unwanted lib-apt output to stdout using a fork/pipe |
| 29 | + construct |
| 30 | + * apt-repos: don't override repos-config when reading latter config dirs |
| 31 | + and ensure defined suite ordering |
| 32 | + * Repository: ensured that the config-Key 'Repository' is really optional |
| 33 | + * getSuites: warning in case of KeyError's in repos descriptions |
| 34 | + |
| 35 | + * Code- and development improvements: |
| 36 | + * improved apt_repos.suppress_unwanted_apt_pkg_messages() to be used just |
| 37 | + within single subtasks of the main process |
| 38 | + * added comments for apt_repos.setAptReposBaseDir and apt_repos.getSuites |
| 39 | + * added RepoSuite.getTrustedGPGFile() and some comments |
| 40 | + * first run all tests if we are in a git tree and check later for |
| 41 | + differences |
| 42 | + * handled a lot of pylint errors/warnings |
| 43 | + |
| 44 | + -- Christoph Lutz < [email protected]> Mon, 23 Jul 2018 16:34:07 +0200 |
| 45 | + |
1 | 46 | apt-repos (1.46.1) bionic; urgency=medium
|
2 | 47 |
|
3 | 48 | * fix missing manpage for apt-repos src
|
|
0 commit comments