]> git.saurik.com Git - apt.git/commitdiff
* merge lp:~mvo/apt/netrc branch, this adds support for a
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 10 Dec 2009 15:07:43 +0000 (16:07 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 10 Dec 2009 15:07:43 +0000 (16:07 +0100)
  /etc/apt/auth.conf that can be used to store username/passwords
  in a "netrc" style file (with the extension that it supports "/"
  in a machine definition). Based on the maemo git branch.
* apt-pkg/deb/dpkgpm.cc:
  - add "purge" to list of known actions

1  2 
debian/changelog

diff --combined debian/changelog
index cf197728652faf69adcd8bd441c39e23969c2dd2,8c5cbac7c652724bc65a5c40f67b858d2fcae6af..9b3bd724c6764210b2eafe92b44a09736ffea9e3
@@@ -19,8 -19,6 +19,8 @@@ apt (0.7.25) UNRELEASED; urgency=lo
      Closes: #555797
    * Simplified Chinese translation update by Aron Xu 
      Closes: #558737
 +  * Slovak translation update by Ivan Masár
 +    Closes: #559277
    
    [ Michael Vogt ]
    * apt-pkg/packagemanager.cc:
    * methods/https.cc:
      - fix incorrect use of CURLOPT_TIMEOUT, closes: #497983, LP: #354972
        thanks to Brian Thomason for the patch
+   * merge lp:~mvo/apt/netrc branch, this adds support for a
+     /etc/apt/auth.conf that can be used to store username/passwords
+     in a "netrc" style file (with the extension that it supports "/"
+     in a machine definition). Based on the maemo git branch.
+   * apt-pkg/deb/dpkgpm.cc:
+     - add "purge" to list of known actions
  
    [ Brian Murray ]
    * apt-pkg/depcache.cc, apt-pkg/indexcopy.cc: