~ubuntu-branches/ubuntu/oneiric/base-installer/oneiric

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-09-23 16:47:35 UTC
  • mfrom: (0.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090923164735-9c4nry21j5g4puxo
Tags: 1.102ubuntu1
* Resynchronise with Debian (STANZAS addition fixes LP: #435376).
  Remaining changes:
  - Use and depend on the Ubuntu keyring.
  - Enable the restricted component by default, unless
    apt-setup/restricted is preseeded to false.
  - Set up the default sources.list to look in -updates and -security (the
    latter from apt-setup/security_host) as well as the unadorned suite;
    also -proposed if apt-setup/proposed is true.
  - Use Ubuntu kernel image names.
  - Allow preseeding base-installer/kernel/override-image to force a given
    kernel to be used.
  - Install busybox-initramfs rather than busybox.
  - Revert Joey's patch to call base-installer.d hooks after running
    debootstrap, which broke console-setup's expectation of being able to
    insert its configuration file into /target before console-setup is
    installed by debootstrap.
  - Add armel/imx51 and armel/dove subarchitectures.
  - Prefer PAE kernels on machines with >3GB of RAM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
base-installer (1.102ubuntu1) karmic; urgency=low
 
2
 
 
3
  * Resynchronise with Debian (STANZAS addition fixes LP: #435376).
 
4
    Remaining changes:
 
5
    - Use and depend on the Ubuntu keyring.
 
6
    - Enable the restricted component by default, unless
 
7
      apt-setup/restricted is preseeded to false.
 
8
    - Set up the default sources.list to look in -updates and -security (the
 
9
      latter from apt-setup/security_host) as well as the unadorned suite;
 
10
      also -proposed if apt-setup/proposed is true.
 
11
    - Use Ubuntu kernel image names.
 
12
    - Allow preseeding base-installer/kernel/override-image to force a given
 
13
      kernel to be used.
 
14
    - Install busybox-initramfs rather than busybox.
 
15
    - Revert Joey's patch to call base-installer.d hooks after running
 
16
      debootstrap, which broke console-setup's expectation of being able to
 
17
      insert its configuration file into /target before console-setup is
 
18
      installed by debootstrap.
 
19
    - Add armel/imx51 and armel/dove subarchitectures.
 
20
    - Prefer PAE kernels on machines with >3GB of RAM.
 
21
 
 
22
 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 23 Sep 2009 16:47:35 +0100
 
23
 
 
24
base-installer (1.102) unstable; urgency=low
 
25
 
 
26
  [ Frans Pop ]
 
27
  * s390: also exclude -s390x-tape kernels during kernel selection.
 
28
  * Temporarily replace the /etc/fstab in target by a real dummy file to
 
29
    closer match what debootstrap does internally. It avoids a problem
 
30
    installing Lenny when the fstab contains UUIDs instead of device names.
 
31
    Closes: #539744.
 
32
  * Bump debhelper compatibility to version 6.
 
33
 
 
34
  [ Colin Watson ]
 
35
  * Add STANZAS subcommand to pkgdetails, to be used by debootstrap 1.0.16.
 
36
 
 
37
  [ Updated translations ]
 
38
  * Basque (eu.po) by Piarres Beobide
 
39
  * Hindi (hi.po)
 
40
  * Italian (it.po) by Milo Casagrande
 
41
 
 
42
 -- Frans Pop <fjp@debian.org>  Tue, 04 Aug 2009 20:13:45 +0200
 
43
 
1
44
base-installer (1.101ubuntu5) karmic; urgency=low
2
45
 
3
46
  * Use DMI information if possible to determine memory size (LP: #413135).