]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
Simplified HttpMethod::Fetch on http.cc removing Tail variable;
[apt.git] / debian / changelog
index 898092652e39b901dc6075df029e3bbc378ea978..2699921964be5b84218ceab3979d82016edff8af 100644 (file)
@@ -1,6 +1,21 @@
+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
+
 apt (0.7.3) unstable; urgency=low
 
-  * fixed compile errors with g++ 7.3 (thanks to 
+  * fixed compile errors with g++ 4.3 (thanks to 
     Daniel Burrows, closes: #429378)
   * fixes in the auto-mark code (thanks to Daniel
     Burrows)