* merged from apt--mvo
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 20 Dec 2006 09:59:13 +0000 (10:59 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 20 Dec 2006 09:59:13 +0000 (10:59 +0100)
1  2 
apt-pkg/algorithms.cc
apt-pkg/deb/debrecords.cc
debian/changelog
methods/http.cc

Simple merge
Simple merge
index 46ab467de54a384f9c36659aca533c7532257bea,7893f2599e97ac581bf36c8aa4336bf2c58605a3..45f79f40aba7a982b69842a612c41b46477bdf08
@@@ -1,15 -1,15 +1,21 @@@
 -apt (0.6.46.5) UNRELEASED; urgency=low
 +apt (0.6.46.4ubuntu5) feisty; urgency=low
  
 -  * apt-pkg/algorithm.cc:
 -    - use clog for all debugging
 +  * added apt-transport-https package to provide a optional
 +    https transport (apt-https spec)
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 19 Dec 2006 16:23:43 +0100
 +
 +apt (0.6.46.4ubuntu4) feisty; urgency=low
 +  
 +  * apt-pkg/algorithms.cc:
      - only increase the score of installed applications if they 
-       are not obsolete (lp: #63680)
+       are not obsolete 
+     - fix resolver bug on removal triggered by weak-dependencies 
+       with or-groups
+   * methods/http.cc:
+     - send apt version in User-Agent
+   * apt-pkg/deb/debrecords.cc:
+     - fix SHA1Hash() return value
  
   -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 18 Dec 2006 19:39:05 +0100
  
diff --cc methods/http.cc
index 1833f41efdbaf692213e9a926719ab20d1f43832,06b91686cb75d11cc8cf6beed274a48feb5744e2..0eef7a633a9aa9f1d0f8b2cb26e21f703b9f5b10
@@@ -714,7 -715,7 +715,7 @@@ void HttpMethod::SendReq(FetchItem *Itm
        Req += string("Authorization: Basic ") + 
            Base64Encode(Uri.User + ":" + Uri.Password) + "\r\n";
     
-    Req += "User-Agent: Ubuntu APT-HTTP/1.3\r\n\r\n";
 -   Req += "User-Agent: Debian APT-HTTP/1.3 ("VERSION")\r\n\r\n";
++   Req += "User-Agent: Ubuntu APT-HTTP/1.3 ("VERSION")\r\n\r\n";
     
     if (Debug == true)
        cerr << Req << endl;