diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-06-13 12:15:20 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-06-13 12:15:20 +0200 |
| commit | fc00fdb82d44d92956ddf2f385cb215919ef4121 (patch) | |
| tree | de693cf9af3cf12d5b08f5a8db47107bf643b833 /debian | |
| parent | 38fa4f6ab05c04633d57ab6e125b7dcba21d7a39 (diff) | |
| parent | 58322f187bef63ef6c6768cb055401401623b64a (diff) | |
| download | python-apt-fc00fdb82d44d92956ddf2f385cb215919ef4121.tar.gz | |
* apt/cache.py:
- add "memonly" option to apt.Cache() to force python-apt to
not touch the pkgcache.bin file (this works around a possible
race condition in the pkgcache.bin handling)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a4726ec7..2e70290a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +python-apt (0.7.5ubuntu2) intrepid; urgency=low + + * apt/cache.py: + - add "memonly" option to apt.Cache() to force python-apt to + not touch the pkgcache.bin file (this works around a possible + race condition in the pkgcache.bin handling) + + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 13 Jun 2008 12:14:34 +0200 + python-apt (0.7.5ubuntu1) intrepid; urgency=low * merged from debian-sid @@ -87,7 +96,7 @@ python-apt (0.7.4ubuntu2) hardy; urgency=low * use the new apt ListUpdate() code * add example in doc/examples/update.py - -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 04 Jan 2008 21:17:00 +0100 + -- Michael Vogt <mvo@debian.org> Tue, 19 Feb 2008 21:06:36 +0100 python-apt (0.7.4ubuntu1) hardy; urgency=low |
