]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/pkgcache.cc:
authorMichael Vogt <mvo@debian.org>
Fri, 28 Aug 2009 16:54:02 +0000 (18:54 +0200)
committerMichael Vogt <mvo@debian.org>
Fri, 28 Aug 2009 16:54:02 +0000 (18:54 +0200)
  - do not set internel "needs-configure" state for packages in
    triggers-pending state. dpkg will deal with the trigger and
    it if does it before we trigger it, dpkg will error out
    (LP: #414631)

1  2 
debian/changelog

index e351198c5ce241f49a6da8aa4b7ae90d75b6b35b,6692191d14a9420a2d1bcab47e3c6cdd288f38c7..5fff5fdc5d73c0cb00c02983d3586648f38e6d28
@@@ -1,4 -1,4 +1,15 @@@
 -apt (0.7.22.3) UNRELEASED; urgency=low
++apt (0.7.23.1) UNRELEASED; urgency=low
++
++  [ Michael Vogt ]
++  * apt-pkg/pkgcache.cc:
++    - do not set internel "needs-configure" state for packages in 
++      triggers-pending state. dpkg will deal with the trigger and
++      it if does it before we trigger it, dpkg will error out
++      (LP: #414631)
++
++ -- Michael Vogt <mvo@debian.org>  Fri, 28 Aug 2009 18:53:20 +0200
++
 +apt (0.7.23) unstable; urgency=low
  
    [ Eugene V. Lyubimkin ]
    * methods/{http,https,ftp}, doc/apt.conf.5.xml:
        and '{http,ftp}_proxy' environment variables are used only if options
        mentioned above are not specified.
        (Closes: #445985, #157759, #320184, #365880, #479617)
+   
 -  [ Michael Vogt ]
 -  * apt-pkg/pkgcache.cc:
 -    - do not set internel "needs-configure" state for packages in 
 -      triggers-pending state. dpkg will deal with the trigger and
 -      it if does it before we trigger it, dpkg will error out
 -      (LP: #414631)
 +  [ David Kalnischkies ]
 +  * cmdline/apt-get.cc:
 +    - add APT::Get::HideAutoRemove=small to display only a short line
 +      instead of the full package list. (Closes: #537450)
 +    - ShowBroken() in build-dep (by Mike O'Connor, Closes: #145916)
 +    - check for statfs.f_type (by Robert Millan, Closes: #509313)
 +    - correct the order of picked package binary vs source in source
 +    - use SourceVersion instead of the BinaryVersion to get the source
 +      Patch by Matt Kraai, thanks! (Closes: #382826)
 +    - add pkg/archive and codename in source (Closes: #414105, #441178)
 +  * apt-pkg/contrib/strutl.cc:
 +    - enable thousand separator according to the current locale
 +      (by Luca Bruno, Closes: #223712)
 +  * doc/apt.conf.5.xml:
 +    - mention the apt.conf.d dir (by Vincent McIntyre, Closes: #520831)
 +  * apt-inst/contrib/arfile.cc:
 +    - use sizeof instead strlen (by Marius Vollmer, Closes: #504325)
 +  * doc/apt-mark.8.xml:
 +    - improve manpage based on patch by Carl Chenet (Closes: #510286)
 +  * apt-pkg/acquire-item.cc:
 +    - use configsettings for dynamic compression type use and order.
 +      Based on a patch by Jyrki Muukkonen, thanks! (LP: #71746)
 +  * apt-pkg/aptconfiguration.cc:
 +    - add default configuration for compression types and add lzma
 +      support. Order is now bzip2, lzma, gzip, none (Closes: #510526)
 +  * ftparchive/writer.cc:
 +    - add lzma support also here, patch for this (and inspiration for
 +      the one above) by Robert Millan, thanks!
 +  * apt-pkg/depcache.cc:
 +    - restore the --ignore-hold effect in the Is{Delete,Install}Ok hooks
 +  * doc/apt-get.8.xml:
 +    - update the source description to reflect what it actually does
 +      and how it can be used. (Closes: #413021)
 +  * methods/http.cc:
 +    - allow empty Reason-Phase in Status-Line to please squid,
 +      thanks Modestas Vainius for noticing! (Closes: #531157, LP: #411435)
 +
 +  [ George Danchev ]
 +  * cmdline/apt-cache.cc:
 +    - fix a memory leak in the xvcg method (Closes: #511557)
 +  * apt-pkg/indexcopy.cc:
 +    - fix a memory leak then the Release file not exists (Closes: #511556)
  
 - -- Michael Vogt <mvo@debian.org>  Wed, 19 Aug 2009 11:14:15 +0200
 + -- Michael Vogt <mvo@debian.org>  Thu, 27 Aug 2009 14:44:39 +0200
  
  apt (0.7.22.2) unstable; urgency=low