]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/contrib/fileutl.h:
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 3 Feb 2012 11:14:39 +0000 (12:14 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 3 Feb 2012 11:14:39 +0000 (12:14 +0100)
  - fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode

1  2 
debian/changelog

diff --combined debian/changelog
index 361c38ad184993180b3fed6134d5a3b43e4d8bed,360fcf45336e1aaac8d3bd623c4d21d9b26bb5db..db2085a6add0890c58183e76e777eaa27f63051d
@@@ -27,13 -27,13 +27,15 @@@ apt (0.8.16~exp13) UNRELEASED; urgency=
        of them in a single iteration (Closes: #657695, LP: #922485)
      - use a signed int instead of short for score calculation as upgrades
        become so big now that it can overflow (Closes: #657732, LP: #917173)
 +  * Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to
 +    handle compressed files again (LP: #924182, closes: #658096)
    
    [ Michael Vogt ]
    * apt-pkg/deb/dpkgpm.cc:
      - fix crash when a package is in removed but residual config state
        (LP: #923807)
+   * apt-pkg/contrib/fileutl.h:
+     - fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode
  
   -- David Kalnischkies <kalnischkies@gmail.com>  Mon, 30 Jan 2012 19:17:09 +0100