diff options
| author | Michael Vogt <mvo@debian.org> | 2013-11-23 08:51:44 +0100 |
|---|---|---|
| committer | Michael Vogt <mvo@debian.org> | 2013-11-23 08:51:44 +0100 |
| commit | 5e76e9fccee519c63602562dc4065deb3f97748b (patch) | |
| tree | eaeb6fdfed8d710dc26bfb879bd2ba2bbd8b5bed /debian | |
| parent | 56ed099558a9f6e7137a8c113ca9efb2b2c1a1d2 (diff) | |
| download | python-apt-5e76e9fccee519c63602562dc4065deb3f97748b.tar.gz | |
* apt/cache.py:
- when using apt.Cache(rootdir=/some/dir) only read the APT
configuration from this rootdir instead of /etc (closes: #728274)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 06c6946c..52a1000e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-apt (0.9.2) UNRELEASED; urgency=low + + * apt/cache.py: + - when using apt.Cache(rootdir=/some/dir) only read the APT + configuration from this rootdir instead of /etc (closes: #728274) + + -- Michael Vogt <michael.vogt@ubuntu.com> Sat, 23 Nov 2013 08:49:51 +0100 + python-apt (0.9.1) unstable; urgency=low * data/templates/Ubuntu.info.in: It's 'Tahr', not 'Thar' |
