]> git.saurik.com Git - apt.git/commitdiff
* merged the "apt--install-task" branch
authorMichael Vogt <egon@bottom>
Sun, 1 Oct 2006 23:03:40 +0000 (01:03 +0200)
committerMichael Vogt <egon@bottom>
Sun, 1 Oct 2006 23:03:40 +0000 (01:03 +0200)
1  2 
cmdline/apt-get.cc
debian/changelog

Simple merge
index 94dba2813450dd8f7b267b2de2f220911f05a9b8,4c5841057ef254ee048af1fe08ca0ef1ab48a94f..7768234f54b07811b22f602f9c4e268dffa94b3a
@@@ -1,31 -1,4 +1,32 @@@
 -apt (0.6.45.1) unstable; urgency=low
 +apt (0.6.46.1exp1) experimental; urgency=low
 +
 +  * merged "install-recommends" branch (ABI break): 
 +    - new "--install-recommends"
 +    - install new recommends on "upgrade" if --install-recommends is 
 +      given
 +    - new "--fix-policy" option to install all packages with unmet
 +      important dependencies (usefull with --install-recommends to
 +      see what not-installed recommends are on the system)
 +    - fix of recommended packages display (only show CandidateVersion
 +      fix or-group handling)
++  * merged "install-task" branch (use with "apt-get install taskname^")
 +  * methods/gzip.cc:
 +    - deal with empty files 
 +  * Applied patch from Daniel Schepler to make apt bin-NMU able.  
 +  * rebuild against current g++ because of:
 +    http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29289
 +  * fix broken i18n in the dpkg progress reporting, thanks to 
 +    Frans Pop and Steinar Gunderson. (closes: #389261)
 +  * Merged from Christian Perrier bzr branch:
 +    * fi.po: Updated to 514t. Closes: #390149
 +    * eu.po: Updated to 514t. Closes: #389725
 +    * vi.po: Updated to 514t. Closes: #388555
 +  * make the internal buffer in pkgTagFile grow dynamically
 +    (closes: #388708)
 +  
 + --
 +
 +apt (0.6.46) unstable; urgency=low
  
    * debian/control:
      - switched to libdb4.4 for building (closes: #381019)