summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2007-07-10 15:06:12 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2007-07-10 15:06:12 -0300
commit21fd1746e37e695f569121c0b6489770ec6a8b0e (patch)
treebe77be5c85d4e30202aa43ef2fd657da9fabf7fd /debian
parentec5e7f30f3bd98749c4b11b4edd64bbb89c4dc15 (diff)
* 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')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index cb86ce580..a97018ac8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,14 @@
apt (0.7.4) UNRELEASED; urgency=low
* 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;
-- Otavio Salvador <otavio@ossystems.com.br> Mon, 02 Jul 2007 13:27:54 -0300