]> git.saurik.com Git - apt.git/commitdiff
* cmdline/apt-cache.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 9 Sep 2008 19:41:09 +0000 (21:41 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 9 Sep 2008 19:41:09 +0000 (21:41 +0200)
  - remove the gettext from a string that consists entirely
    of variables (LP: #56792)
*

1  2 
debian/changelog

index 6a91d68d6a3852d28e4dc2a1b19ef308ba5e15be,1e23129b42a15af9e05072cd02faac5a84c6e388..0c7e07c9b962b415d4d9f82f68fc662162166467
@@@ -1,31 -1,13 +1,40 @@@
 -apt (0.7.15) UNRELEASED; urgency=low
++apt (0.7.14ubuntu7) intrepid; urgency=low
 -  [ Osamu Aoki ]
 -  * Updated cron script to support backups by hardlinks and 
 -    verbose levels.  All features turned off by default. 
 -  * Added more error handlings.  Closes: #438803, #462734, #454989, 
 -  * Refactored condition structure to make download and upgrade performed 
 -    if only previous steps succeeded. Closes: #341970
 -  * Documented all cron script related configuration items in 
 -    configure-index.
++  * cmdline/apt-cache.cc:
++    - remove the gettext from a string that consists entirely 
++      of variables (LP: #56792)
++  * 
++
++ --
++
 +apt (0.7.14ubuntu6) intrepid; urgency=low
 +
 +  * debian/apt.conf.autoremove:
 +    - remove "linux-image" (and friends) from the auto-remove
 +      blacklist. we have the kernel fallback infrastructure now
 +      in intrepid (thanks to BenC)
 +  * apt-pkg/indexcopy.cc:
 +    - support having CDs with no Packages file (just a Packages.gz)
 +      by not forcing a verification on non-existing files
 +     (LP: #255545)
 +  * apt-pkg/deb/dpkgpm.cc:
 +    - improve the filtering for duplicated apport reports (thanks
 +      to seb128 for pointing that problem out)
 +    - do not report disk full errors from dpkg via apport
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Thu, 07 Aug 2008 16:28:05 +0200
 +
 +apt (0.7.14ubuntu5) intrepid; urgency=low
 +
 +  * fix various -Wall warnings
 +  * make "apt-get build-dep" installed packages marked automatic
 +    by default. This can be changed by setting the value of
 +    APT::Get::Build-Dep-Automatic to false (thanks to Aaron 
 +    Haviland, closes: #44874, LP: #248268)
 +
 + -- Michael Vogt <michael.vogt@ubuntu.com>  Wed, 06 Aug 2008 14:00:51 +0200
 +
 +apt (0.7.14ubuntu4) intrepid; urgency=low
  
    [ Michael Vogt ]
    * apt-pkg/deb/dpkgpm.cc: