diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-26 09:08:54 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-26 09:08:54 +0100 |
| commit | 328db7f7d2c8779f2851479df1c28386701000bd (patch) | |
| tree | f891d55759a73fa66da0708d651ab43416003eb6 /debian/changelog | |
| parent | 029acf72fdc00598bedaf873a18854367043d4f9 (diff) | |
| parent | 82fda8b9fa514ed8a268650f21ae9e76d713e1d4 (diff) | |
| download | python-apt-328db7f7d2c8779f2851479df1c28386701000bd.tar.gz | |
* apt/cache.py:
- when running with the rootdir option, run
InitConfig() again to ensure that the config
from the rootdir is read, not from the host
(lp: #243550)
* apt/package.py:
- make sure to set the defaulttimeout back to the
original value (in getChangelog(), LP: #314212)
Diffstat (limited to 'debian/changelog')
| -rw-r--r-- | debian/changelog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8eab9649..6cb5d12d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +python-apt (0.7.9~exp2ubuntu4) jaunty; urgency=low + + * apt/cache.py: + - when running with the rootdir option, run + InitConfig() again to ensure that the config + from the rootdir is read, not from the host + (lp: #243550) + * apt/package.py: + - make sure to set the defaulttimeout back to the + original value (in getChangelog(), LP: #314212) + + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 26 Jan 2009 08:45:00 +0100 + python-apt (0.7.9~exp2ubuntu3) jaunty; urgency=low * apt/__init__.py: |
