diff options
author | Julian Andres Klode <jak@debian.org> | 2011-07-20 16:37:56 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2011-07-20 16:37:56 +0200 |
commit | 0688ccd8d9ae40741f1a2ef0de25a59e2203fc5e (patch) | |
tree | e36723222a32aa90a16092806e9b516fc7e59c0e /debian | |
parent | 6932831f2ace44eb3e586186ac848c8ca9b690da (diff) |
apt-pkg/pkgcache.h: Add pkgCache::Header::CacheFileSize, storing the cache size
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ce2a6a8fc..6d990760d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.8.16~exp4) UNRELEASED; urgency=low + + * apt-pkg/pkgcache.h: + - [ABI break] Add pkgCache::Header::CacheFileSize, storing the cache size + + -- Julian Andres Klode <jak@debian.org> Wed, 20 Jul 2011 16:23:55 +0200 + apt (0.8.16~exp3) experimental; urgency=low [ David Kalnischkies ] |