]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
Simplified HttpMethod::Fetch on http.cc removing Tail variable;
[apt.git] / debian / changelog
index cb86ce5802a2a2d2adad851a58dc83317f42cac8..2699921964be5b84218ceab3979d82016edff8af 100644 (file)
@@ -1,6 +1,15 @@
 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;
+  * Simplified HttpMethod::Fetch on http.cc removing Tail variable;
 
  -- Otavio Salvador <otavio@ossystems.com.br>  Mon, 02 Jul 2007 13:27:54 -0300