diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-12 16:12:33 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-12 16:12:33 +0100 |
commit | 74f068b1130384e40a8a80a99a049c105fbe773f (patch) | |
tree | 145d4bcd55a85e112f6837b64bd9b24cdf7f1cec /debian/changelog | |
parent | db8dfd2eeeaf9c1a208a31b3d2b1a930e63f3b9b (diff) | |
parent | ae58a98599e912eba6b7d0ece21aaa2d979941df (diff) |
* cmdline/apt-get.cc:
- fix in the task-install code
* Fix compilation warnings:
- apt-pkg/contrib/configuration.cc: wrong argument type;
- apt-pkg/deb/dpkgpm.cc: wrong signess;
- apt-pkg-acquire-item.cc: wrong signess and orderned initializers;
- methods/https.cc:
- type conversion;
- unused variable;
- changed SetupProxy() method to void;
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 907390651..2703b98cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,18 @@ apt (0.7.4) UNRELEASED; urgency=low - [Otavio Salvador] - * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3) - [Michael Vogt] * cmdline/apt-get.cc: - fix in the task-install code + [Otavio Salvador] + * Fix a typo on 0.7.3 changelog entry about g++ (7.3 to 4.3) + * Fix compilation warnings: + - apt-pkg/contrib/configuration.cc: wrong argument type; + - apt-pkg/deb/dpkgpm.cc: wrong signess; + - apt-pkg-acquire-item.cc: wrong signess and orderned initializers; + - methods/https.cc: + - type conversion; + - unused variable; + - changed SetupProxy() method to void; -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 11 Jul 2007 23:20:15 +0100 |