]> git.saurik.com Git - apt.git/commitdiff
* fix segfault in the pkgRecords destructor
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 21 Feb 2007 09:02:22 +0000 (10:02 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 21 Feb 2007 09:02:22 +0000 (10:02 +0100)
* debian/control:
  - make the libcurl3-gnutls-dev versionized (LP#86614)

1  2 
debian/changelog
debian/control

index b926a495feea5a472bfe10bcabc49f255db496c0,06cede5313f7793702e86b9f2de7b9be5bdc11f7..d8b65403970ada180472af50615891ec970f60d0
@@@ -1,46 -1,7 +1,48 @@@
 -apt (0.6.46.5) UNRELEASED; urgency=low
 +apt (0.6.46.4ubuntu8) feisty; urgency=low
  
-   * fix in the pkgRecords destructor
 -  * apt-pkg/algorithm.cc:
 -    - use clog for all debugging
++  * fix segfault in the pkgRecords destructor
 +  * Bump ABI version
++  * debian/control:
++    - make the libcurl3-gnutls-dev versionized (LP#86614)
 +
 + -- 
 +
 +apt (0.6.46.4ubuntu7) feisty; urgency=low
 +
 +  * Merged the apt--mirror branch. This means that a new 'mirror' 
 +    method is available that will allow dynamic mirror updates.
 +    The sources.list entry looks something like this:
 +    "deb mirror://mirrors.lp.net/get_mirror feisty main restricted"
 +
 +    It also supports error reporting to a configurable url for mirror
 +    problems/failures.
 +  * Bump ABI version
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Tue,  6 Feb 2007 11:38:06 +0100
 +
 +apt (0.6.46.4ubuntu6) feisty; urgency=low
 +
 +  * methods/http.cc:
 +    - send apt version in User-Agent
 +  * apt-pkg/deb/debrecords.cc:
 +    - fix SHA1Hash() return value
 +  * apt-pkg/algorithms.cc:
 +    - fix resolver bug on removal triggered by weak-dependencies 
 +      with or-groups
 +    - fix segfault (lp: #76530)
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 20 Dec 2006 11:04:36 +0100
 +
 +apt (0.6.46.4ubuntu5) feisty; urgency=low
 +
 +  * 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 
  
diff --cc debian/control
Simple merge