~brian-murray/ubuntu/quantal/grub2/apport-hook-changes

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Brian Murray
  • Date: 2012-05-30 17:08:22 UTC
  • mfrom: (142.1.1 quantal)
  • Revision ID: brian@canonical.com-20120530170822-3n1oyjiuk01sv2lq
merge with upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
grub2 (1.99-22ubuntu1) quantal; urgency=low
 
2
 
 
3
  [ Colin Watson ]
 
4
  * Resynchronise with Debian.  Remaining changes:
 
5
    - Adjust for default Ubuntu boot options ("quiet splash").
 
6
    - Default to hiding the menu; holding down Shift at boot will show it.
 
7
    - Set a monochromatic theme and an appropriate background for Ubuntu.
 
8
    - Apply Ubuntu GRUB Legacy changes to legacy update-grub script.
 
9
    - Fix backslash-escaping in merge_debconf_into_conf.
 
10
    - Remove "GNU/Linux" from default distributor string.
 
11
    - Add crashkernel option.
 
12
    - Bypass menu unless other OSes are installed or Shift is pressed.
 
13
    - Allow Shift to interrupt 'sleep --interruptible'.
 
14
    - Reduce visual clutter in normal mode.
 
15
    - Remove verbose messages printed before reading configuration.
 
16
    - Suppress kernel/initrd progress messages, except in recovery mode.
 
17
    - Show the boot menu if the previous boot failed.
 
18
    - Don't generate device.map during grub-install or grub-mkconfig.
 
19
    - Adjust upgrade version checks for Ubuntu.
 
20
    - Suppress "GRUB loading" message unless Shift is held down.
 
21
    - Adjust versions of grub-doc and grub-legacy-doc conflicts.
 
22
    - Fix LVM/RAID probing in the absence of /boot/grub/device.map.
 
23
    - Look for .mo files in /usr/share/locale-langpack first.
 
24
    - Build-depend on qemu-kvm rather than qemu-system for grub-pc tests.
 
25
    - Check hardware support before using gfxpayload=keep.
 
26
    - Put second and subsequent Linux menu entries in a submenu.
 
27
    - Preferred resolution detection for VBE.
 
28
    - Set vt.handoff=7 for smooth handoff to kernel graphical mode.
 
29
    - Update default/grub.md5sum to include maverick's default md5sum.
 
30
    - In recovery mode, add nomodeset to the Linux kernel arguments, and
 
31
      remove the 'set gfxpayload=keep' command.
 
32
    - Skip Windows os-prober entries on Wubi systems, and suppress the menu
 
33
      by default if those are the only other-OS entries.
 
34
    - Handle probing striped DM-RAID devices.
 
35
    - Replace 'single' by 'recovery' when friendly-recovery is installed.
 
36
    - Use qemu -no-kvm in tests for now to work around LP #947597.
 
37
    - Disable cursor as early as possible in grub_main.
 
38
    - Don't crash on inaccessible loop device backing paths.
 
39
    - Backport several upstream EFI device discovery patches.
 
40
 
 
41
  [ Ben Howard ]
 
42
  * Parameterization of recordfail setting. This allows users to define the
 
43
    default time out of GRUB when recordfail has been set. The current
 
44
    setting causes hangs on headless and appliances where access to the
 
45
    console is limited or prohibited.  (LP: #669481)
 
46
 
 
47
 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 30 May 2012 12:11:57 +0100
 
48
 
 
49
grub2 (1.99-22) unstable; urgency=low
 
50
 
 
51
  [ Debconf translations ]
 
52
  * Khmer added (Khoem Sokhem)
 
53
  * Slovenian (Vanja Cvelbar).  Closes: #670616
 
54
  * Traditional Chinese (Vincent Chen).
 
55
  * Vietnamese (Hai Lang).
 
56
  * Marathi (Sampada Nakhare)
 
57
  * Finnish (Timo Jyrinki).  Closes: #673976
 
58
  * Latvian (Rūdolfs Mazurs).  Closes: #674697
 
59
 
 
60
  [ Colin Watson ]
 
61
  * Make apport hook compatible with Python 3.
 
62
  * Add upstream r3476 (fix memory leak in grub_disk_read_small) to
 
63
    4k_sectors.patch, otherwise the larger disk cache due to
 
64
    efi_disk_cache.patch can cause EFI systems to run out of memory.
 
65
 
 
66
 -- Colin Watson <cjwatson@debian.org>  Wed, 30 May 2012 10:38:40 +0100
 
67
 
1
68
grub2 (1.99-21ubuntu5) UNRELEASED; urgency=low
2
69
 
3
70
  * source_grub2.py: use attach_default_grub from apport's hookutils