diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-29 09:41:28 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-29 09:41:28 +0100 |
| commit | 6715b1ef7d4aad36a400b1d8629e6fe529c4232c (patch) | |
| tree | 4d7c218da4b1b4ae78406c890e83ca0380cc8c00 /debian | |
| parent | 40bf122a63ddbe0b99810c13c5676e871964de33 (diff) | |
| parent | 5cbf0b5807b4cc67818eae652b59a25d52eb9f7b (diff) | |
| download | python-apt-6715b1ef7d4aad36a400b1d8629e6fe529c4232c.tar.gz | |
* apt/cache.py:
- when setting a alternative rootdir, read the
config from it as well (LP: #243550)
* python/configuration.cc, python/apt_pkgmodule.cc:
- add apt_pkg.ReadConfigDir()
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 025d3fb7..f60ab667 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +python-apt (0.7.9~exp2ubuntu6) jaunty; urgency=low + + * apt/cache.py: + - when setting a alternative rootdir, read the + config from it as well (LP: #243550) + * python/configuration.cc, python/apt_pkgmodule.cc: + - add apt_pkg.ReadConfigDir() + + -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 29 Jan 2009 09:30:52 +0100 + python-apt (0.7.9~exp2ubuntu5) jaunty; urgency=low * apt/cache.py: |
