diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-06-03 09:50:06 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-06-03 09:50:06 +0200 |
commit | 81305a0b30cc12aa6d32081bbdcf930907ecfbbe (patch) | |
tree | 14369bed1e8bd905c7ee886d9316f5cfb06eeaeb /debian/changelog | |
parent | e2c66de5c5e63d8400efb0522c31fbe1ec225f93 (diff) |
deprecate AddSize with Multiplier as it is unused and switch to
boolean instead to handle the sizes more gracefully.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e153027b3..2be956752 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ apt (0.7.26~exp6) UNRELEASED; urgency=low - switch {,Install-}Size to unsigned long long * apt-pkg/depcache.cc: - deal with long long, not with int to remove 2GB Limit (LP: #250909) + - deprecate AddSize with Multiplier as it is unused and switch to + boolean instead to handle the sizes more gracefully. -- David Kalnischkies <kalnischkies@gmail.com> Thu, 03 Jun 2010 09:19:01 +0200 |