~ubuntu-branches/ubuntu/natty/apt/natty

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-04-05 13:19:56 UTC
  • Revision ID: james.westby@ubuntu.com-20110405131956-u6sgfjr30zvy2fr3
Tags: 0.8.13.2ubuntu1
* merge fixes from debian-sid, most notable the handling of
  arch=all architectures in python-apt (LP: #733741)
* apt-pkg/aptconfiguration.cc:
  - fix comparing for a empty string

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
apt (0.8.13.2ubuntu1) natty; urgency=low
 
2
 
 
3
  * merge fixes from debian-sid, most notable the handling of
 
4
    arch=all architectures in python-apt (LP: #733741)
 
5
  * apt-pkg/aptconfiguration.cc:
 
6
    - fix comparing for a empty string
 
7
 
 
8
 -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 05 Apr 2011 13:19:56 +0200
 
9
 
 
10
apt (0.8.13.2) unstable; urgency=low
 
11
 
 
12
  [ David Kalnischkies ]
 
13
  * apt-pkg/deb/dpkgpm.cc:
 
14
    - skip --configure if all packages disappeared
 
15
  * apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:
 
16
    - mark them as deprecated as they are unused
 
17
  * apt-pkg/deb/deblistparser.h:
 
18
    - enable StripMultiArch by default for ParseDepends
 
19
  * debian/apt.conf.autoremove:
 
20
    - adapt to new gnumach kernel package naming (Closes: #619337)
 
21
  * doc/apt_preferences.5.xml:
 
22
    - correct typo spotted by Charles Plessy (Closes: #619088)
 
23
    - document ButAutomaticUpgrades together with NotAutomatic
 
24
      as suggested by Charles Plessy (Closes: #619083)
 
25
  * apt-pkg/depcache.cc:
 
26
    - remove pseudo handling leftover from SetReInstall
 
27
    - do not change protected packages in autoinstall (Closes: #618848)
 
28
  * apt-pkg/pkgcachegen.cc:
 
29
    - make "all"->"native" an implementation detail of NewPackage
 
30
      rather than rewrite it in higher methods
 
31
  * apt-pkg/cacheiterator.h:
 
32
    - return "all" instead of native architecture without breaking the abi
 
33
      (too much) by extending enum instead of using bitflags (LP: #733741)
 
34
  * apt-pkg/aptconfiguration.cc:
 
35
    - use dpkg --print-foreign-architectures to get multiarch configuration
 
36
      if non is specified with APT::Architectures (Closes: #612958)
 
37
  * cmdline/apt-get.cc:
 
38
    - do not show simulation notice for non-root commands (Closes: #619072)
 
39
    - be able to disable resolver with APT::Get::CallResolver and disable
 
40
      auto installation with APT::Get::AutoSolving
 
41
  * apt-pkg/deb/deblistparser.cc:
 
42
    - create foo:any provides for all architectures for an allowed package
 
43
 
 
44
 -- Michael Vogt <mvo@debian.org>  Tue, 05 Apr 2011 09:40:28 +0200
 
45
 
1
46
apt (0.8.13.1ubuntu1) natty; urgency=low
2
47
 
3
48
  * merged fixes from the debian-sid (LP: #744832)