]> git.proxmox.com Git - grub2.git/blob - debian/changelog
Also skip update-grub when running in a container (LP: #1060404).
[grub2.git] / debian / changelog
1 grub2 (2.00-12) UNRELEASED; urgency=low
2
3 * Silence output from running-in-container.
4 * Also skip update-grub when running in a container (LP: #1060404).
5
6 -- Colin Watson <cjwatson@debian.org> Tue, 22 Jan 2013 12:05:47 +0000
7
8 grub2 (2.00-11) experimental; urgency=low
9
10 [ Adam Conrad ]
11 * debian/{postinst,config}.in: Don't fail if /etc/default/grub.d
12 configuration snippets exist, but /etc/default/grub does not.
13
14 [ Colin Watson ]
15 * Merge wheezy branch up to 1.99-27, fixing overzealous removal of
16 load_video call when GRUB_GFXPAYLOAD_LINUX is empty (closes: #661789).
17 * Merge from Ubuntu:
18 - If the postinst is running in a container, skip grub-install and all
19 its associated questions (LP: #1060404).
20 - Fix backslash-escaping in merge_debconf_into_conf (LP: #448413). Note
21 that this differs slightly from the fix in Ubuntu, which corrected
22 behaviour when amending an existing configuration item but
23 accidentally over-escaped when adding a new one.
24 - Replace "single" with "recovery" when friendly-recovery is installed
25 (LP: #575469).
26 - Adjust versions of grub-doc and grub-legacy-doc conflicts to tolerate
27 Ubuntu's backport of the grub-doc split (LP: #493968).
28
29 -- Colin Watson <cjwatson@debian.org> Mon, 21 Jan 2013 10:49:00 +0000
30
31 grub2 (2.00-10) experimental; urgency=low
32
33 * Support parallel builds.
34 * Remove /boot/grub/unicode.pf2 on purge of grub-efi-{amd64,i386} (closes:
35 #697183).
36 * Build with GCC 4.7.
37 * Merge from Ubuntu:
38 - Don't permit loading modules on UEFI Secure Boot (since in such a
39 setup the GRUB core image must be signed but it has no provision for
40 verifying module signatures).
41 - Read /etc/default/grub.d/*.cfg after /etc/default/grub (LP: #901600).
42 - Blacklist 1440x900x32 from VBE preferred mode handling until a better
43 solution is available (LP: #701111).
44
45 -- Colin Watson <cjwatson@debian.org> Thu, 03 Jan 2013 09:38:25 +0000
46
47 grub2 (2.00-9) experimental; urgency=low
48
49 * Ensure /boot/grub exists before copying files to it for EFI installs
50 (closes: #696962).
51
52 -- Colin Watson <cjwatson@debian.org> Sat, 29 Dec 2012 23:44:51 +0000
53
54 grub2 (2.00-8) experimental; urgency=low
55
56 * debian/apport/source_grub2.py:
57 - Use context managers to avoid (harmless) file descriptor leaks.
58 - Set a file encoding, per PEP 0263.
59 * Drop grub-ieee1275-bin's dependency on bc in favour of powerpc-ibm-utils
60 (>= 1.2.12-1) (cf. #625728).
61 * Move powerpc-ibm-utils and powerpc-utils dependencies from
62 grub-ieee1275-bin to grub-ieee1275 (closes: #693400).
63 * Merge from Ubuntu:
64 - Ignore symlink traversal failures in grub-mount readdir
65 (LP: #1051306).
66 - Fix incorrect initrd minimum address calculation (LP: #1055686).
67 - Avoid assuming that gets is declared.
68 * Copy unicode.pf2 to /boot/grub/ for EFI installs so that it is more
69 likely to be readable by GRUB (closes: #661789).
70
71 -- Colin Watson <cjwatson@debian.org> Fri, 28 Dec 2012 17:34:32 +0000
72
73 grub2 (2.00-7) experimental; urgency=low
74
75 * Backport from upstream:
76 - Fix stderr leakage from grub-probe in is_path_readable_by_grub.
77 - Fix tftp endianness problem.
78 * Merge from Ubuntu:
79 - Prefer translations from language packs (LP: #537998). (No-op for
80 Debian, but harmless.)
81 - Avoid getting confused by inaccessible loop device backing paths
82 (LP: #938724).
83
84 -- Colin Watson <cjwatson@debian.org> Wed, 26 Sep 2012 16:05:07 +0100
85
86 grub2 (2.00-6) experimental; urgency=low
87
88 [ Colin Watson ]
89 * Adjust package descriptions to talk about update-grub, not update-grub2.
90 * Backport from upstream:
91 - Fix grub-emu build on FreeBSD.
92 * Revert gcc-4.6-multilib build-dependency change from 2.00-1, since
93 kfreebsd-i386 and hurd-i386 don't have gcc-4.6-multilib. Instead, make
94 sure to only install efiemu32.o and efiemu64.o on (linux-)i386,
95 kopensolaris-i386, and any-amd64.
96 * Manually expand @PACKAGE@ symbols in grub-efi.postinst (closes:
97 #688725), grub-linuxbios.postinst (closes: #688726), and grub2.postinst
98 (closes: #688724).
99
100 [ Debconf translations ]
101 * Lithuanian (Rimas Kudelis). Closes: #675628
102 * Galician (Jorge Barreiro). Closes: #677389
103 * Welsh (Daffyd Tomos).
104 * Greek (galaxico). Closes: #685201
105 * Romanian (Andrei POPESCU). Closes: #685477
106 * Finnish (Timo Jyrinki).
107
108 [ Cyril Brulebois ]
109 * Use xz compression for all binaries to save up some space on CD images
110 (closes: #688773).
111
112 -- Colin Watson <cjwatson@debian.org> Tue, 25 Sep 2012 22:47:03 +0100
113
114 grub2 (2.00-5) experimental; urgency=low
115
116 * Backport from upstream:
117 - Remove extra layer of escaping from grub_probe.
118 - Add efifwsetup module to reboot into firmware setup menu.
119 - Revert incorrect off-by-one fix when embedding in MBR (LP: #1051154).
120 * Switch watch file to point to ftp.gnu.org.
121 * Build-depend on liblzma-dev, enabling 'grub-mkimage -C xz'.
122 * Adjust /etc/grub.d/30_os-prober to detect Ubuntu's use of "recovery"
123 rather than "single".
124
125 -- Colin Watson <cjwatson@debian.org> Wed, 19 Sep 2012 08:52:27 +0100
126
127 grub2 (2.00-4) experimental; urgency=low
128
129 * Fix platform postinsts to handle new core.img location.
130 * Only fix up powerpc key repeat on IEEE1275 machines. Fixes powerpc-emu
131 compilation.
132 * Move grub-install to grub2-common, since it's now common across
133 platforms but clashes with grub-legacy.
134 * Move grub-mknetdir to grub-common, since it's now common across
135 platforms.
136 * Make grub-install fall back to i386-pc if booted using EFI but the
137 relevant *-efi target is not available (because only grub-pc is
138 installed).
139
140 -- Colin Watson <cjwatson@debian.org> Fri, 14 Sep 2012 13:38:37 +0100
141
142 grub2 (2.00-3) experimental; urgency=low
143
144 * Use dh-autoreconf.
145 * Bail out if trying to run grub-mkconfig during upgrade to 2.00 (e.g.
146 while configuring a kernel image), since the old /etc/grub.d/00_header
147 conffile breaks until such time as grub-common is configured.
148
149 -- Colin Watson <cjwatson@debian.org> Thu, 13 Sep 2012 17:07:18 +0100
150
151 grub2 (2.00-2) experimental; urgency=low
152
153 * Add -Wno-error=unused-result to HOST_CFLAGS for the moment, since at
154 least grub-core/lib/crypto.c fails to compile on Ubuntu otherwise.
155 * Update default/grub.md5sum to include Ubuntu maverick's default md5sum.
156 * Autogenerate packaging files for grub-emu, in order that its postinst
157 does not contain unexpanded @PACKAGE@ symbols.
158 * Only try to install efiemu*.o into grub-emu on *-i386.
159
160 -- Colin Watson <cjwatson@debian.org> Sat, 08 Sep 2012 10:32:33 +0100
161
162 grub2 (2.00-1) experimental; urgency=low
163
164 [ Jordi Mallach, Colin Watson ]
165 * New upstream release.
166 - Add LUKS and GELI encrypted disk support (closes: #463107).
167 - Lazy scanning to avoid accessing devices which aren't really used.
168 This avoids boot delay due to slow device scanning (closes: #549905,
169 #550015, #550083, #564252, #595059, #632408).
170 - Don't override more informative errors when loading kernel/initrd
171 (closes: #551630).
172 - Support 4K-sector NTFS (closes: #567728).
173 - Unify grub-mkrescue interface on powerpc with that on other
174 architectures (closes: #570119).
175 - Fix infinite recursion in gettext when translation fails (closes:
176 #611537, #612454, #616487, #619618, #626853, #643608).
177 - Add more missing quotes to grub-mkconfig (closes: #612417).
178 - Import gnulib change to fix argp_help segfault with help filter
179 (closes: #612692).
180 - Support %1$d syntax in grub_printf (closes: #630647).
181 - Use write-combining MTRR to speed up video with buggy BIOSes (closes:
182 #630926).
183 - Remove multiboot header from PXE images to avoid confusing ipxe
184 (closes: #635877).
185 - Fix crash when attempting to install to a non-BIOS disk (closes:
186 #637208).
187 - Fix handling of grub-mkrescue --xorriso= option (closes: #646788).
188 - Use umask rather than chmod to create grub.cfg.new to avoid insecure
189 grub.cfg (closes: #654599).
190 - Improve font installation logic (closes: #654645).
191 - Add grub-probe info documentation (closes: #666031).
192 - Don't crash on canonicalize_file_name failure in grub-probe (closes:
193 #677211).
194
195 [ Colin Watson ]
196 * Adjust debian/watch to point to xz-compressed tarballs.
197 * debian/grub.d/05_debian_theme: Source grub-mkconfig_lib from
198 /usr/share/grub, not the /usr/lib/grub compatibility link.
199 * Convert to source format 3.0 (quilt). Developers, note that patches are
200 stored applied in bzr; you may want to 'quilt pop -a' / 'quilt push -a'
201 around merges.
202 * Remove pointless debian/grub-mount-udeb.install.hurd-i386;
203 grub-mount-udeb is not built on the Hurd.
204 * Refactor debian/grub-common.install.hurd-i386 into .in files so that it
205 imposes less of a maintenance burden.
206 * Restore grub-mkdevicemap for now. While it's kind of a mess, requiring
207 lots of OS-specific code to iterate over all possible devices, we use it
208 in a number of scripts to discover devices and reimplementing those in
209 terms of something else would be very complicated.
210 * Add grub-efi-ia64-bin and grub-efi-ia64 packages. These are currently
211 experimental, and grub-efi-ia64 does not automatically run grub-install.
212 * Build-depend on gcc-4.6-multilib on kfreebsd-i386 and hurd-i386 as well
213 as the other i386 architectures, since we need it to build efiemu32.o
214 and efiemu64.o.
215 * Add per-platform *-dbg packages containing files needed to use GRUB's
216 GDB stub. These are relatively large and thus worth splitting out.
217 * Build-depend on ttf-dejavu-core for the starfield theme.
218 * Add a grub-theme-starfield package containing the starfield theme.
219 * Backport from upstream:
220 - Don't decrease efi_mmap_size (LP: #1046429).
221 * grub-common Suggests: console-setup for grub-kbdcomp (closes: #686815).
222 * Silence error messages when translations are unavailable.
223 * Don't pass *.module to dpkg-shlibdeps, avoiding lots of build-time
224 warnings.
225 * Move transitional package to Section: oldlibs.
226 * Acknowledge NMU (closes: #676609).
227
228 [ Debconf translations ]
229 * Lithuanian (Rimas Kudelis). Closes: #675628
230 * Galician (Jorge Barreiro). Closes: #677389
231 * Welsh (Daffyd Tomos).
232 * Greek (galaxico). Closes: #685201
233 * Romanian (Andrei POPESCU). Closes: #685477
234 * Finnish (Timo Jyrinki).
235
236 -- Colin Watson <cjwatson@debian.org> Thu, 06 Sep 2012 19:04:21 +0100
237
238 grub2 (1.99-27) unstable; urgency=low
239
240 * Amend gfxpayload_keep_default.patch to no longer remove the call to
241 load_video when GRUB_GFXPAYLOAD_LINUX is empty (closes: #661789).
242
243 -- Colin Watson <cjwatson@debian.org> Sun, 20 Jan 2013 16:37:52 +0000
244
245 grub2 (1.99-26) unstable; urgency=low
246
247 * Remove /boot/grub/unicode.pf2 on purge of grub-efi-{amd64,i386} (closes:
248 #697183).
249
250 -- Colin Watson <cjwatson@debian.org> Wed, 02 Jan 2013 11:54:50 +0000
251
252 grub2 (1.99-25) unstable; urgency=low
253
254 * Ensure /boot/grub exists before copying files to it for EFI installs
255 (closes: #696962).
256
257 -- Colin Watson <cjwatson@debian.org> Sat, 29 Dec 2012 23:45:01 +0000
258
259 grub2 (1.99-24) unstable; urgency=low
260
261 * Acknowledge NMU with thanks.
262 * Fix namespace of EFI boot failure patch file added in NMU.
263 * Copy unicode.pf2 to /boot/grub/ for EFI installs so that it is more
264 likely to be readable by GRUB (closes: #661789).
265 * Fix infinite recursion in gettext when translation fails (closes:
266 #611537, #612454, #616487, #619618, #626853, #643608).
267 * Fix grammar in Finnish translation (closes: #687681).
268
269 -- Colin Watson <cjwatson@debian.org> Fri, 28 Dec 2012 13:01:38 +0000
270
271 grub2 (1.99-23.1) unstable; urgency=low
272
273 * Non-maintainer upload.
274 * Apply Ubuntu patch fixing some EFI boot failures (closes: #687320)
275 - Thanks to Colin Watson.
276
277 -- Michael Gilbert <mgilbert@debian.org> Sun, 14 Oct 2012 04:09:51 -0400
278
279 grub2 (1.99-23) unstable; urgency=low
280
281 [ Debconf translations ]
282 * Lithuanian (Rimas Kudelis). Closes: #675628
283 * Galician (Jorge Barreiro). Closes: #677389
284 * Welsh (Daffyd Tomos).
285 * Greek (galaxico). Closes: #685201
286 * Romanian (Andrei POPESCU). Closes: #685477
287 * Finnish (Timo Jyrinki).
288
289 [ Cyril Brulebois ]
290 * Use xz compression for all binaries to save up some space on CD images
291 (closes: #688773).
292
293 [ Colin Watson ]
294 * Autogenerate packaging files for grub-emu (closes: #688727), in order
295 that its postinst does not contain unexpanded @PACKAGE@ symbols.
296 * Manually expand @PACKAGE@ symbols in grub-efi.postinst (closes:
297 #688725), grub-linuxbios.postinst (closes: #688726), and grub2.postinst
298 (closes: #688724).
299
300 -- Colin Watson <cjwatson@debian.org> Tue, 25 Sep 2012 18:59:18 +0100
301
302 grub2 (1.99-22.1) unstable; urgency=low
303
304 * Non-maintainer upload.
305 * Apply upstream patches for hurd-i386:
306 - Test inode number (Closes: #634799).
307 - Disable zfs code on GNU/Hurd (Closes: #670069).
308 - Add userland partition support (Closes: #670186).
309 * Fix packages build without libfuse (Closes: #670189).
310
311 -- Samuel Thibault <sthibault@debian.org> Fri, 08 Jun 2012 01:19:00 +0200
312
313 grub2 (1.99-22) unstable; urgency=low
314
315 [ Debconf translations ]
316 * Khmer added (Khoem Sokhem)
317 * Slovenian (Vanja Cvelbar). Closes: #670616
318 * Traditional Chinese (Vincent Chen).
319 * Vietnamese (Hai Lang).
320 * Marathi (Sampada Nakhare)
321 * Finnish (Timo Jyrinki). Closes: #673976
322 * Latvian (RÅ«dolfs Mazurs). Closes: #674697
323
324 [ Colin Watson ]
325 * Make apport hook compatible with Python 3.
326 * Add upstream r3476 (fix memory leak in grub_disk_read_small) to
327 4k_sectors.patch, otherwise the larger disk cache due to
328 efi_disk_cache.patch can cause EFI systems to run out of memory.
329
330 -- Colin Watson <cjwatson@debian.org> Wed, 30 May 2012 10:38:40 +0100
331
332 grub2 (1.99-21) unstable; urgency=low
333
334 * Backport from upstream:
335 - Fix hook calling for unaligned segments (closes: #666992,
336 LP: #972250).
337
338 -- Colin Watson <cjwatson@debian.org> Tue, 03 Apr 2012 14:19:18 +0100
339
340 grub2 (1.99-20) unstable; urgency=low
341
342 * Backport kFreeBSD support from upstream to 4k_sectors.patch.
343
344 -- Colin Watson <cjwatson@debian.org> Mon, 02 Apr 2012 21:53:02 +0100
345
346 grub2 (1.99-19) unstable; urgency=low
347
348 [ Colin Watson ]
349 * Add grub-probe to grub-mount-udeb (LP: #963471).
350 * Backport from upstream:
351 - Restore CFLAGS after efiemu check (closes: #665772).
352 - Include __ctzdi2 and __ctzsi2 from libgcc if present (closes:
353 #665993).
354 - Support non-512B sectors and agglomerate reads.
355
356 [ Debconf translations ]
357 * Croatian (Tomislav Krznar).
358
359 -- Colin Watson <cjwatson@debian.org> Mon, 02 Apr 2012 18:26:09 +0100
360
361 grub2 (1.99-18) unstable; urgency=low
362
363 [ Colin Watson ]
364 * Ensure that /sbin and /usr/sbin are in $PATH when running tests (closes:
365 #662916).
366 * mkconfig_loopback.patch: Use different GRUB loop devices for different
367 OS loop devices (thanks, bcbc; LP: #888281).
368 * Backport from upstream:
369 - Add support for LZO compression in btrfs (LP: #727535).
370 - Fix efiemu configure check.
371
372 [ Ilya Yanok ]
373 * Backport from upstream:
374 - Make FAT UUID uppercase to match Linux (LP: #948716).
375
376 [ Debconf translations ]
377 * Norwegian Bokmål (Hans Fredrik Nordhaug).
378 * Gujarati (Kartik Mistry). Closes: #663542
379
380 -- Colin Watson <cjwatson@debian.org> Mon, 19 Mar 2012 18:24:33 +0000
381
382 grub2 (1.99-17) unstable; urgency=low
383
384 * efi_disk_cache.patch: Fix incorrect GRUB_DISK_CACHE_BITS (LP: #944347).
385
386 -- Colin Watson <cjwatson@debian.org> Tue, 06 Mar 2012 17:43:42 +0000
387
388 grub2 (1.99-16) unstable; urgency=low
389
390 * Backport from upstream:
391 - Build with -fno-asynchronous-unwind-tables to save space (closes:
392 #662787).
393
394 -- Colin Watson <cjwatson@debian.org> Tue, 06 Mar 2012 12:45:42 +0000
395
396 grub2 (1.99-15) unstable; urgency=low
397
398 [ Adam Conrad ]
399 * grub.cfg_400.patch: Redirect grep stdout to /dev/null since
400 grub-mkconfig is "exec > grub.cfg.new", which causes grep's input
401 and output to be the same FD (LP: #934269) (closes: #652972)
402 * efi_disk_cache.patch: Bump the disk cache on EFI systems to
403 dramatically reduce load times for vmlinux/initrd (LP: #944347)
404
405 [ Colin Watson ]
406 * no_libzfs.patch: Use xasprintf rather than asprintf.
407 * Backport from upstream:
408 - Rewrite XFS btree parsing; fixes invalid BMAP (closes: #657776).
409 - Handle newer autotools, and add some missing quotes in the process.
410 (Note that this moves grub-mkconfig_lib and update-grub_lib to
411 /usr/share/grub; I added links in /usr/lib/grub for compatibility.)
412 - Fix incorrect identifiers in bash-completion (closes: #661415).
413 - Add support for GRUB_CMDLINE_GNUMACH (closes: #660493).
414 * Build with GCC 4.6 (closes: #654727).
415
416 [ Debconf translations ]
417 * Dutch (Jeroen Schot). Closes: #651275
418 * Bulgarian (Damyan Ivanov). Closes: #653356
419 * Icelandic (Sveinn í Felli).
420 * Ukrainian (Yatsenko Alexandr). Closes: #654294
421 * Italian (Luca Monducci). Closes: #654304
422 * Thai (Theppitak Karoonboonyanan). Closes: #656551
423 * Uyghur (Abduqadir Abliz)
424 * Indonesian (Mahyuddin Susanto). Closes: #656705
425 * Hebrew (Omer Zak). Closes: #656852
426 * Turkish (Atila KOÇ). Closes: #656907
427 * Polish (Michał Kułach). Closes: #657265
428 * Asturian (Mikel González).
429 * Dzongkha (Dawa Pemo)
430 * Tamil (Dr.T.Vasudevan).
431 * Belarusian (Viktar Siarhiejczyk). Closes: #662615
432
433 -- Colin Watson <cjwatson@debian.org> Mon, 05 Mar 2012 16:58:01 +0000
434
435 grub2 (1.99-14) unstable; urgency=low
436
437 * Rewrite no_libzfs.patch using a different approach. (Closes: #648539)
438
439 -- Robert Millan <rmh@debian.org> Sun, 13 Nov 2011 00:14:38 +0100
440
441 grub2 (1.99-13) unstable; urgency=low
442
443 [ Debconf translations ]
444 * Portuguese (Miguel Figueiredo). Closes: #641226
445 * German (Martin Eberhard Schauer). Closes: #641630
446 * Sinhala (Danishka Navin). Closes: #644080
447 * Uyghur (Gheyret Tohti). Closes: #627011
448
449 [ Robert Millan ]
450 * LVM support for GNU/kFreeBSD.
451 - kfreebsd_lvm.patch
452 * Cherry-pick several ZFS updates from upstream Bazaar.
453 - zfs_update.patch
454 * Build without libzfs.
455
456 -- Robert Millan <rmh@debian.org> Fri, 11 Nov 2011 23:04:58 +0100
457
458 grub2 (1.99-12) unstable; urgency=low
459
460 [ Robert Millan ]
461 * Fix grub-probe detection for LSI MegaRAID SAS devices on kFreeBSD.
462 - kfreebsd_mfi_devices.patch
463
464 [ Colin Watson ]
465 * Backport from upstream:
466 - Canonicalise the path argument to grub-probe (closes: #637768).
467 - Skip */README* as well as README* (LP: #537123).
468
469 -- Colin Watson <cjwatson@debian.org> Mon, 05 Sep 2011 15:17:20 +0100
470
471 grub2 (1.99-11) unstable; urgency=low
472
473 * Backport from upstream:
474 - Honour GRUB_CMDLINE_LINUX_XEN_REPLACE and
475 GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT, which replace
476 GRUB_CMDLINE_LINUX and GRUB_CMDLINE_LINUX_DEFAULT (complementing the
477 existing options which append; closes: #617538).
478
479 -- Colin Watson <cjwatson@debian.org> Mon, 08 Aug 2011 17:55:21 +0100
480
481 grub2 (1.99-10) unstable; urgency=high
482
483 * Mark la_array as packed.
484 - zfs_packed_la_array.patch
485
486 -- Robert Millan <rmh@debian.org> Sun, 07 Aug 2011 20:16:31 +0000
487
488 grub2 (1.99-9) unstable; urgency=low
489
490 [ Colin Watson ]
491 * Adjust apport hook to attach /boot/grub/device.map if it exists.
492 * Fix regression in gfxterm background_color handling.
493 * Improve detection of invalid shell syntax in apport hook.
494
495 [ Debconf translations ]
496 * Esperanto (Felipe E. F. de Castro). Closes: #632157
497 * Slovak (Slavko).
498
499 [ Robert Millan ]
500 * Enable grub-mount on kfreebsd-any.
501 * Build grub-mount-udeb on kfreebsd-i386 and kfreebsd-amd64.
502
503 -- Robert Millan <rmh@debian.org> Mon, 25 Jul 2011 15:36:31 +0200
504
505 grub2 (1.99-8) unstable; urgency=low
506
507 [ Robert Millan ]
508 * Avoid buggy versions of libgeom-dev (see #630107). Closes: #630197
509 * Fix grub-probe detection for ATA devices using `ata' driver on kFreeBSD 9.
510 - kfreebsd-9_ada_devices.patch
511
512 [ Colin Watson ]
513 * Update ntldr-img from grub-extras:
514 - Handle ext3 inode sizes other than 128.
515
516 [ Debconf translations ]
517 * Kazakh (Baurzhan Muftakhidinov). Closes: #630915
518
519 -- Colin Watson <cjwatson@debian.org> Tue, 21 Jun 2011 02:10:10 +0100
520
521 grub2 (1.99-7) unstable; urgency=low
522
523 [ Debconf translations ]
524 * Basque (Iñaki Larrañaga Murgoitio). Closes: #628716
525 * Swedish (Martin Bagge / brother). Closes: #628866
526 * Czech (Miroslav Kure). Closes: #628978
527 * Brazilian Portuguese (Flamarion Jorge). Closes: #629135
528 * Spanish (Francisco Javier Cuadrado). Closes: #629633
529
530 [ Colin Watson ]
531 * Cope with btrfs / inside an encrypted block device (thanks, alexeagar;
532 LP: #757631).
533 * Merge from Ubuntu:
534 - Give up scanning partitions after ten consecutive open failures
535 (LP: #787461).
536
537 -- Colin Watson <cjwatson@debian.org> Thu, 16 Jun 2011 00:13:14 +0100
538
539 grub2 (1.99-6) unstable; urgency=low
540
541 [ Colin Watson ]
542 * Update Vcs-* fields for Alioth changes.
543 * Backport from upstream, removing the need for Breaks: udev (<< 168-1):
544 - Don't stat devices unless we have to.
545
546 [ Debconf translations ]
547 * Catalan (Jordi Mallach).
548 * Farsi (Behrad Eslamifar). Closes: #628648
549
550 -- Colin Watson <cjwatson@debian.org> Tue, 31 May 2011 09:20:54 +0100
551
552 grub2 (1.99-5) unstable; urgency=low
553
554 [ Colin Watson ]
555 * Change grub2/linux_cmdline and grub2/kfreebsd_cmdline descriptions to
556 indicate that the command line is allowed to be empty, since this is a
557 common source of confusion (thanks, Jordan Uggla).
558 * On non-Ubuntu-derived systems, add Breaks: udev (<< 168-1) to
559 grub-common, for the sake of (some?) users without initrds (closes:
560 #627587).
561
562 [ Debconf translations ]
563 * French (Christian Perrier)
564 * Russian (Yuri Kozlov). Closes: #628196
565 * Simplified Chinese (YunQiang Su). Closes: #628210
566 * Japanese (Hideki Yamane). Closes: #628382
567 * Danish (Joe Hansen). Closes: #628427
568
569 -- Colin Watson <cjwatson@debian.org> Sun, 29 May 2011 21:58:55 +0100
570
571 grub2 (1.99-4) unstable; urgency=low
572
573 * Make grub-<platform>-bin packages depend on grub-common rather than
574 grub2-common, and add grub2-common dependencies to grub-<platform>.
575 This ensures that grub-<platform>-bin packages are coinstallable with
576 grub-legacy, making it easier to use them as build-dependencies.
577 * Stop trying to install the non-existent grub-ofpathname(8) on sparc for
578 now. It will exist in the next upstream snapshot.
579
580 -- Colin Watson <cjwatson@debian.org> Thu, 19 May 2011 12:38:45 +0100
581
582 grub2 (1.99-3) unstable; urgency=low
583
584 * Ship grub-mkrescue on non-Linux amd64/i386 architectures.
585 * Don't try to ship grub-mkrescue on sparc.
586 * Drop boot_blocklist_hack.patch, fixed differently upstream some time ago
587 by being smarter about filesystem-root-relative path conversion.
588
589 -- Colin Watson <cjwatson@debian.org> Wed, 18 May 2011 14:06:51 +0100
590
591 grub2 (1.99-2) unstable; urgency=low
592
593 * Include both old and new Lintian override styles for
594 statically-linked-binary tag, since ftp-master has not yet been updated
595 to 2.5.0~rc1.
596
597 -- Colin Watson <cjwatson@debian.org> Tue, 17 May 2011 01:36:10 +0100
598
599 grub2 (1.99-1) unstable; urgency=low
600
601 * New upstream release.
602 - Ensure uniqueness of RAID array numbers even if some elements have a
603 name (closes: #609804).
604 - Remove unnecessary brackets from tr arguments (closes: #612564).
605 - Add grub-mkrescue info documentation (closes: #612585).
606 - Avoid generating invalid configuration when something that looks like
607 a Xen hypervisor is present without any Xen kernels (closes: #612898).
608 - Fix memory alignment when calling 'linux' multiple times on EFI
609 (closes: #616638).
610 - Fix grub-install on amd64 EFI systems (closes: #617388).
611 - Automatically export pager variable (closes: #612995).
612 - Fix parser error with "time" (closes: #612991).
613 - Ignore case of bitmap extensions (closes: #611123).
614 - Skip vmlinux-* on x86 platforms (closes: #536846, #546008).
615 - Accept old-style Xen kernels (closes: #610428).
616 - Skip damaged LVM volumes (closes: #544731).
617 - Handle LVM mirroring (closes: #598441).
618 - Detect spares and report them as not RAID members (closes: #611561).
619 - Don't enable localisation unless gfxterm is available (closes:
620 #604609).
621 - Fix partitioned RAID support (closes: #595071, #613444).
622 - Dynamically count the number of lines for the lower banner (closes:
623 #606494).
624 - Improve quoting in grub-mkconfig, to support background image file
625 names containing spaces (closes: #612417).
626 - Flush BIOS disk devices more accurately (closes: #623124).
627 - Identify RAID devices by their UUID rather than by their guessed name
628 (closes: #624232).
629 - Add "SEE ALSO" sections to most man pages (closes: #551428).
630
631 [ Christian Perrier ]
632 * Drop extra word in French debconf translation. Thanks to David
633 Prévôt.
634 * Fix spelling error in French debconf translation. Thanks to David
635 Prévôt.
636
637 [ Colin Watson ]
638 * Set PACKAGE_VERSION and PACKAGE_STRING using configure arguments rather
639 than sedding configure.ac in debian/rules (which sometimes has annoying
640 interactions with quilt, etc.).
641 * Update branch_embed-sectors.patch:
642 - Detect sector used by HighPoint RAID controller (closes: #394868).
643 * Add debian/README.source (from quilt).
644 * Make debian/rules more explicit about when autogen.sh is run. We need
645 to be careful that all full builds run it, since we use GRUB extras.
646 * Merge from Ubuntu:
647 - Handle filesystems loop-mounted on file images.
648 - On Wubi, don't ask for an install device, but just update wubildr
649 using the diverted grub-install.
650 - Add grub-mount-udeb, containing just grub-mount. This can be used by
651 os-prober and other parts of d-i.
652 - Artificially bump Replaces: grub-common versioning to account for
653 grub-reboot/grub-set-default movement in Ubuntu.
654 * Don't do a separate build pass for grub-common. It will be identical to
655 the build for the default platform for the CPU architecture anyway, so
656 reuse that.
657 * Build with GCC 4.5 on all architectures.
658 * Update Lintian overrides for changes in Lintian 2.5.0~rc1.
659 * Invert how files are split among binary packages: rather than code in
660 debian/rules to remove files we don't want, add dh_install configuration
661 to declare the files we do want. This means a little more repetition
662 for platform-specific programs, but it seems less confusing and easier
663 to extend.
664 * Drop versioned dependencies on base-files. GPL-3 has been there for two
665 Debian releases now, and the dependency was never upgrade-critical
666 anyway.
667 * Create grub2-common package containing files that are common among GRUB
668 platform packages but that would break GRUB Legacy, or that are too
669 confusing when coinstalled with GRUB Legacy (closes: #564167).
670 * Drop conflict on an ancient (pre-lenny/hardy) version of desktop-base.
671 * Move /etc/grub.d/05_debian_theme to grub-common, to go with the other
672 /etc/grub.d/* files.
673 * Drop redundant Suggests: os-prober from several platform packages, as
674 grub-common already Recommends: os-prober.
675 * Create grub-<platform>-bin packages corresponding to all grub-<platform>
676 packages (except for grub-emu). These do not automatically install the
677 boot loader or update grub.cfg, and they install their binaries to
678 /usr/lib/grub/<cpu>-<platform>/; this means that they can be installed
679 in parallel, making it easier to use them to build GRUB-based disk
680 images (e.g. d-i). The grub-<platform> packages now depend on these and
681 include symlinks, so their behaviour will remain as before.
682 * Make grub-emu depend on grub-common.
683 * Make the documentation directory in most binary packages be a symlink to
684 that in grub-common.
685 * Drop lenny compatibility from grub2-common's dpkg/install-info
686 dependency, since it produces a Lintian warning and using the current
687 packaging on lenny is probably rather a stretch anyway.
688
689 [ Updated translations ]
690 * Belarusian (Viktar Siarheichyk). Closes: #606864
691 * Danish (Joe Hansen). Closes: #606879
692 * Romanian (Andrei POPESCU). Closes: #606888
693 * Italian (Luca Monducci). Closes: #606891
694 * Brazilian Portuguese (Flamarion Jorge). Closes: #610613
695 * Greek (Emmanuel Galatoulas). Closes: #604847
696
697 -- Colin Watson <cjwatson@debian.org> Mon, 16 May 2011 17:42:07 +0100
698
699 grub2 (1.99~rc1-13) unstable; urgency=low
700
701 * Cherry-pick from upstream:
702 - Use correct limits for mips initrd.
703 * Run grub-install on install or upgrade of grub-yeeloong.
704 * Update branch_fuse.patch:
705 - Tell FUSE to run single-threaded, since GRUB code is not thread-safe
706 (LP: #756297).
707
708 -- Colin Watson <cjwatson@debian.org> Fri, 15 Apr 2011 12:11:21 +0100
709
710 grub2 (1.99~rc1-12) unstable; urgency=low
711
712 * Update branch_butter.patch:
713 - Fix filename comparison.
714 - Take extent offset in account on uncompressed extents.
715 - Use filled extent size if available.
716 * Allow use of first sector on btrfs (LP: #757446).
717 * Merge from Ubuntu:
718 - Build part_msdos and vfat into EFI boot images (LP: #677758).
719
720 -- Colin Watson <cjwatson@debian.org> Mon, 11 Apr 2011 16:22:08 +0100
721
722 grub2 (1.99~rc1-11) unstable; urgency=low
723
724 * Update branch_fuse.patch:
725 - Make grub-mount exit non-zero if opening the device or filesystem
726 fails.
727 - Translate GRUB error codes into OS error codes for FUSE (LP: #756456).
728 * Merge from Ubuntu:
729 - Fix use of freed memory when replacing existing loopback device
730 (LP: #742967).
731
732 -- Colin Watson <cjwatson@debian.org> Sun, 10 Apr 2011 21:52:26 +0100
733
734 grub2 (1.99~rc1-10) unstable; urgency=low
735
736 * Update branch_butter.patch, fixing RAID1/duplicated chunk size
737 calculation (thanks, Vladimir Serbinenko; LP: #732149).
738
739 -- Colin Watson <cjwatson@debian.org> Sat, 09 Apr 2011 21:22:15 +0100
740
741 grub2 (1.99~rc1-9) unstable; urgency=low
742
743 * Update branch_parse-color.patch, to blend text when any background is
744 set as opposed to only when a stretched background is set (closes:
745 #613120).
746 * Make update-grub2 a symlink to update-grub, rather than bothering with a
747 wrapper script.
748 * Cherry-pick from upstream:
749 - Check RAID superblock offset (closes: #610184).
750 - Flush buffer cache on close and not on open (closes: #620663).
751 - Handle special naming of yeeloong directory (closes: #620420).
752 * Add grub-mount utility, from the upstream 'fuse' branch.
753 * efibootmgr is only available on Linux architectures, so only make
754 grub-efi-ia32 and grub-efi-amd64 depend on it on Linux.
755
756 -- Colin Watson <cjwatson@debian.org> Sat, 09 Apr 2011 03:39:56 +0100
757
758 grub2 (1.99~rc1-8) unstable; urgency=low
759
760 * Cherry-pick from upstream:
761 - Fix FreeBSD compilation problem.
762
763 -- Colin Watson <cjwatson@debian.org> Tue, 29 Mar 2011 15:13:51 +0100
764
765 grub2 (1.99~rc1-7) unstable; urgency=low
766
767 * Add /proc/mdstat, LVM information, and listings of /dev/disk/by-id/ and
768 /dev/disk/by-uuid/ to bug reports, by request of upstream.
769 * Cherry-pick from upstream:
770 - Use libgeom on FreeBSD to detect partitions (closes: #612128).
771 - Copy the partition table zone if floppy support is disabled, even if
772 no partition table is found (LP: #741867).
773 - Fix an ext2 overflow affecting inodes past 2TiB.
774 - Fix RAID-0 disk size calculation for metadata 1.x (LP: #743136).
775 * Merge from Ubuntu:
776 - Build with gcc-4.5 on ppc64.
777 - Add apport hook for ProblemType = 'Package', thanks to Jean-Baptiste
778 Lallement (LP: #591753).
779
780 -- Colin Watson <cjwatson@debian.org> Tue, 29 Mar 2011 12:30:36 +0100
781
782 grub2 (1.99~rc1-6) unstable; urgency=low
783
784 * Cherry-pick from upstream:
785 - Fix crash when extending menu entry line beyond 79 characters (closes:
786 #615893).
787 - Account for FreeBSD module headers when calculating allocation size.
788 - Switch back to framebuffer page zero before loading the kernel
789 (thanks, Felix Kuehling).
790 * Merge from Ubuntu:
791 - If we're upgrading and /boot/grub/core.img doesn't exist, then don't
792 ask where to install GRUB, since it probably means we're in some kind
793 of specialised environment such as a live USB stick (LP: #591202).
794 - Drop the default priority of grub2/linux_cmdline to medium. We only
795 need to ask it if we're upgrading from GRUB Legacy and found an empty
796 kopt in menu.lst (LP: #591202).
797 * Update branch_embed-sectors.patch, avoiding consuming lots of space and
798 time if the first partition is not near the start of the disk (closes:
799 #619458, LP: #691569).
800
801 -- Colin Watson <cjwatson@debian.org> Fri, 25 Mar 2011 19:23:04 +0000
802
803 grub2 (1.99~rc1-5) unstable; urgency=low
804
805 * Update debian/legacy/update-grub to the version from grub 0.97-65.
806 * Mark binary packages as Multi-Arch: foreign (for example, an amd64
807 kernel installed on an i386 system could use the native architecture's
808 GRUB).
809 * Rewrite find_root_device_from_mountinfo to cope with move-mounts
810 (LP: #738345).
811
812 [ Updated translations ]
813 * Esperanto (Felipe Castro). Closes: #606524
814 * Thai (Theppitak Karoonboonyanan). Closes: #607706
815
816 -- Colin Watson <cjwatson@debian.org> Wed, 23 Mar 2011 15:51:47 +0000
817
818 grub2 (1.99~rc1-4) unstable; urgency=low
819
820 * Don't touch /boot/grub/grub2-installed if using the --root-directory
821 option to grub-install (thanks, Nicolas George; closes: #614927).
822 * Update branch_devmapper.patch, adding partitioned MD RAID support
823 (untested) and support for probing multipath disks.
824 * Update ntldr-img from grub-extras:
825 - Only call ntfs_fix_mmft if the attribute to find is AT_DATA. This
826 matches GRUB's NTFS module.
827 - Install grubinst as grub-ntldr-img.
828 * Fix loading GRUB from lnxboot (LP: #693671).
829 * Update branch_embed-sectors.patch to avoid straying into first partition
830 when embedding-area sectors are in use (closes: #613409, LP: #730225).
831
832 -- Colin Watson <cjwatson@debian.org> Tue, 15 Mar 2011 11:01:48 +0000
833
834 grub2 (1.99~rc1-3) unstable; urgency=low
835
836 * Build for ppc64 (except for grub-emu, which doesn't build cleanly yet).
837 * Suppress output from debconf-communicate in upgrade-from-grub-legacy.
838 * Refer to the info documentation at the top of /etc/default/grub (closes:
839 #612538).
840 * We need at least freebsd-utils (>= 8.0-4) on kFreeBSD architectures for
841 camcontrol, so depend on it.
842 * Tolerate camcontrol failing to read capacity of IDE devices, until such
843 time as we know how to do this properly (see #612128).
844 * Adjust /etc/default/grub for rename of GRUB_DISABLE_LINUX_RECOVERY to
845 GRUB_DISABLE_RECOVERY (closes: #612777).
846 * Update ntldr-img from grub-extras:
847 - Install g2hdr.bin and g2ldr.mbr (closes: #613245).
848
849 -- Colin Watson <cjwatson@debian.org> Wed, 16 Feb 2011 13:11:11 +0000
850
851 grub2 (1.99~rc1-2) unstable; urgency=low
852
853 * Merge 1.98+20100804-13 and 1.98+20100804-14, updating translations:
854 - Kazakh (Baurzhan Muftakhidinov / Timur Birsh).
855 * mkconfig_skip_dmcrypt.patch: Refer to GRUB_PRELOAD_MODULES rather than
856 suggesting people write a /etc/grub.d/01_modules script (thanks, Jordan
857 Uggla).
858 * Handle empty dir passed to grub_find_root_device_from_mountinfo; fixes
859 grub-mkrelpath on btrfs subvolumes (LP: #712029).
860 * Add rootflags=subvol=<name> if / is on a btrfs subvolume (LP: #712029).
861 * Upload to unstable.
862
863 -- Colin Watson <cjwatson@debian.org> Tue, 08 Feb 2011 11:39:26 +0000
864
865 grub2 (1.99~rc1-1) experimental; urgency=low
866
867 [ Colin Watson ]
868 * New upstream release candidate.
869
870 [ Alexander Kurtz ]
871 * 05_debian_theme:
872 - If we find a background image and no colours were specified, use
873 upstream defaults for color_normal and color_highlight rather than
874 setting color_normal to black/black.
875 - Make the code more readable by replacing code for handling
876 alternatives.
877 - Make the code for searching for pictures in /boot/grub more readable
878 and robust (for example against newlines in the filename).
879 - Don't try the other alternatives when $GRUB_BACKGROUND is set; you can
880 now add GRUB_BACKGROUND= to /etc/default/grub to force no background
881 image (closes: #608263).
882
883 -- Colin Watson <cjwatson@debian.org> Mon, 17 Jan 2011 13:43:06 +0000
884
885 grub2 (1.99~20110112-1) experimental; urgency=low
886
887 * New Bazaar snapshot.
888 - Disable ieee1275_fb on sparc (closes: #560823).
889 - Fix pf2 font generation on big-endian platforms (closes: #609818).
890 * branch_butter.patch: Resolve the device returned by
891 grub_find_root_device_from_mountinfo or find_root_device_from_libzfs
892 using grub_find_device (closes: #609590, #609814, LP: #700147).
893
894 -- Colin Watson <cjwatson@debian.org> Thu, 13 Jan 2011 00:12:41 +0000
895
896 grub2 (1.99~20110111-1) experimental; urgency=low
897
898 * New Bazaar snapshot.
899 - Don't check amount of low memory, as reportedly INT 12h can be broken
900 and if low memory is too low we wouldn't have gotten into
901 grub_machine_init anyway (closes: #588293, LP: #513528).
902 - Submenu default support (LP: #691878).
903 - Fix optimisation-dependent grub-mklayout crash (closes: #609584).
904 * branch_butter.patch: Don't free an uninitialised pointer if /proc is
905 unmounted (LP: #697493).
906 * Add a po/LINGUAS file listing the translations we've synced from the TP
907 (closes: #609671).
908
909 -- Colin Watson <cjwatson@debian.org> Tue, 11 Jan 2011 17:11:44 +0000
910
911 grub2 (1.99~20110106-1) experimental; urgency=low
912
913 * New Bazaar snapshot.
914 - Check that named RAID array devices exist before using them (closes:
915 #606035).
916 - Clear terminfo output on initialisation (closes: #569678).
917 - Fix grub-probe when btrfs is on / without a separate /boot.
918
919 -- Colin Watson <cjwatson@debian.org> Thu, 06 Jan 2011 13:38:57 +0000
920
921 grub2 (1.99~20110104-2) experimental; urgency=low
922
923 * Support long command lines as per the 2.06 Linux boot protocol, from the
924 upstream 'longlinuxcmd' branch.
925 * Add a background_color command, from the upstream 'parse-color' branch.
926 * Update branch_devmapper.patch, adding a #include to fix a build failure
927 on Ubuntu amd64.
928 * When embedding the core image in a post-MBR gap, check for and avoid
929 sectors matching any of a number of known signatures, from the upstream
930 'embed-sectors' branch.
931
932 -- Colin Watson <cjwatson@debian.org> Wed, 05 Jan 2011 13:31:05 +0000
933
934 grub2 (1.99~20110104-1) experimental; urgency=low
935
936 * New Bazaar snapshot.
937 - Don't emit drivemap directive for Windows Server 2008 (closes:
938 #607687).
939 - Don't add spurious RAID array members (closes: #605357).
940 - Improve presentation of Xen menu entries (closes: #607867).
941 - Fix PCI probing hangs by skipping remaining functions on devices that
942 do not implement function 0 (closes: #594967).
943 - Fix typo in descriptions of extract_legacy_entries_source and
944 extract_legacy_entries_configfile (LP: #696721).
945 * Merge 1.98+20100804-12:
946 - Use semicolons rather than commas to separate size from model in
947 debconf disk and partition descriptions.
948 * Add full btrfs support, from the upstream 'butter' branch.
949 * Support partitioned loop devices and improve devmapper support, from the
950 upstream 'devmapper' branch.
951 * Add squashfs 4 support, from the upstream 'squash' branch.
952
953 -- Colin Watson <cjwatson@debian.org> Tue, 04 Jan 2011 16:12:45 +0000
954
955 grub2 (1.99~20101221-1) experimental; urgency=low
956
957 * New Bazaar snapshot.
958 - Initialise next pointer when creating multiboot module (closes:
959 #605567).
960 - Fix gettext quoting to work with bash as /bin/sh, and make echo
961 UTF-8-clean so that (at least) Catalan boot messages are displayed
962 properly (closes: #605615).
963 - Fix use of uninitialised memory in Reed-Solomon recovery code
964 (LP: #686705).
965
966 -- Colin Watson <cjwatson@debian.org> Tue, 21 Dec 2010 17:43:52 +0000
967
968 grub2 (1.99~20101210-2) experimental; urgency=low
969
970 * Automatically remove MD devices from device.map on upgrade, since the
971 BIOS cannot read from these and including them in device.map will break
972 GRUB's ability to read from such devices (LP: #690030).
973 * Merge 1.98+20100804-9, 1.98+20100804-10, and 1.98+20100804-11:
974 - Apply debconf template review by debian-l10n-english and mark several
975 more strings for translation, thanks to David Prévot and Justin B Rye.
976 - Incorporate rewritten 05_debian_theme by Alexander Kurtz, which works
977 when /usr is inaccessible by GRUB.
978
979 -- Colin Watson <cjwatson@debian.org> Sun, 19 Dec 2010 13:25:14 +0000
980
981 grub2 (1.99~20101210-1) experimental; urgency=low
982
983 * New Bazaar snapshot.
984 - ZFS moved into grub-core.
985 - Extend gettext to fall back from ll_CC to ll, and set lang to include
986 country part by default so that Chinese works (LP: #686788).
987 * Remove grub-mknetdir from grub-emu.
988 * Exit silently from zz-update-grub kernel hook if update-grub does not
989 exist (e.g. if grub-pc has been removed but not purged; closes:
990 #606184).
991
992 -- Colin Watson <cjwatson@debian.org> Sat, 11 Dec 2010 01:22:26 +0000
993
994 grub2 (1.99~20101126-1) experimental; urgency=low
995
996 * New Bazaar snapshot (mipsel build fix, LVM-on-RAID probing fix).
997 * Fix comma-separation in handling of grub-pc/install_devices.
998
999 -- Colin Watson <cjwatson@debian.org> Fri, 26 Nov 2010 13:08:52 +0000
1000
1001 grub2 (1.99~20101124-1) experimental; urgency=low
1002
1003 * New Bazaar snapshot (command priorities, build fixes, grub-mkdevicemap
1004 segfault).
1005 * Don't try to build grub-efi-amd64 on kfreebsd-i386 or hurd-i386
1006 (requires gcc-4.4-multilib).
1007
1008 -- Colin Watson <cjwatson@debian.org> Wed, 24 Nov 2010 12:12:33 +0000
1009
1010 grub2 (1.99~20101123-1) experimental; urgency=low
1011
1012 * New Bazaar snapshot (build fixes).
1013 * Build-depend on qemu-utils and parted on non-Hurd architectures.
1014 * qemu_img_exists.patch: Skip partmap test if qemu-img doesn't exist (as
1015 is the case on the Hurd).
1016 * Make grub-efi-ia32 and grub-efi-amd64 depend on efibootmgr so that
1017 grub-install works properly.
1018 * Upgrade the installed core image when upgrading grub-efi-ia32 or
1019 grub-efi-amd64, although only if /boot/efi/EFI/<id> (where <id> is an
1020 identifier based on GRUB_DISTRIBUTOR, e.g. 'debian') already exists.
1021 * Re-expand a couple of dpkg architecture wildcards to exclude certain
1022 special cases: gcc-4.4-multilib is not available on kfreebsd-i386 or
1023 hurd-i386, and qemu-system is not available on hurd-i386.
1024
1025 -- Colin Watson <cjwatson@debian.org> Tue, 23 Nov 2010 10:51:23 +0000
1026
1027 grub2 (1.99~20101122-1) experimental; urgency=low
1028
1029 [ Colin Watson ]
1030 * New Bazaar snapshot. Too many changes to list in full, but some of the
1031 more user-visible ones are as follows:
1032 - GRUB script:
1033 + Function parameters, "break", "continue", "shift", "setparams",
1034 "return", and "!".
1035 + "export" command supports multiple variable names.
1036 + Multi-line quoted strings support.
1037 + Wildcard expansion.
1038 - sendkey support.
1039 - USB hotunplugging and USB serial support.
1040 - Rename CD-ROM to cd on BIOS.
1041 - Add new --boot-directory option to grub-install, grub-reboot, and
1042 grub-set-default; the old --root-directory option is still accepted
1043 but was often confusing.
1044 - Basic btrfs detection/UUID support (but no file reading yet).
1045 - bash-completion for utilities.
1046 - If a device is listed in device.map, always assume that it is
1047 BIOS-visible rather than using extra layers such as LVM or RAID.
1048 - Add grub-mknetdir script (closes: #550658).
1049 - Remove deprecated "root" command.
1050 - Handle RAID devices containing virtio components.
1051 - GRUB Legacy configuration file support (via grub-menulst2cfg).
1052 - Keyboard layout support (via grub-mklayout and grub-kbdcomp).
1053 - Check generated grub.cfg for syntax errors before saving.
1054 - Pause execution for at most ten seconds if any errors are displayed,
1055 so that the user has a chance to see them.
1056 - Support submenus.
1057 - Write embedding zone using Reed-Solomon, so that it's robust against
1058 being partially overwritten (closes: #550702, #591416, #593347).
1059 - GRUB_DISABLE_LINUX_RECOVERY and GRUB_DISABLE_NETBSD_RECOVERY merged
1060 into a single GRUB_DISABLE_RECOVERY variable.
1061 - Fix loader memory allocation failure (closes: #551627).
1062 - Don't call savedefault on recovery entries (closes: #589325).
1063 - Support triple-indirect blocks on ext2 (closes: #543924).
1064 - Recognise DDF1 fake RAID (closes: #603354).
1065
1066 [ Robert Millan ]
1067 * Use dpkg architecture wildcards.
1068
1069 [ Updated translations ]
1070 * Slovenian (Vanja Cvelbar). Closes: #604003
1071 * Dzongkha (dawa pemo via Tenzin Dendup). Closes: #604102
1072
1073 -- Colin Watson <cjwatson@debian.org> Mon, 22 Nov 2010 12:24:56 +0000
1074
1075 grub2 (1.98+20100804-14) unstable; urgency=low
1076
1077 [ Updated translations ]
1078 * Kazakh (Baurzhan Muftakhidinov / Timur Birsh). Closes: #609187
1079
1080 [ Alexander Kurtz ]
1081 * 05_debian_theme:
1082 - If we find a background image and no colours were specified, use
1083 upstream defaults for color_normal and color_highlight rather than
1084 setting color_normal to black/black.
1085 - Don't try the other alternatives when $GRUB_BACKGROUND is set; you can
1086 now add GRUB_BACKGROUND= to /etc/default/grub to force no background
1087 image (closes: #608263).
1088
1089 -- Colin Watson <cjwatson@debian.org> Mon, 17 Jan 2011 23:19:38 +0000
1090
1091 grub2 (1.98+20100804-13) unstable; urgency=low
1092
1093 * Backport from upstream:
1094 - Don't add spurious RAID array members (closes: #605357).
1095
1096 -- Colin Watson <cjwatson@debian.org> Tue, 04 Jan 2011 14:07:14 +0000
1097
1098 grub2 (1.98+20100804-12) unstable; urgency=low
1099
1100 * Backport from upstream:
1101 - Support big ext2 files (closes: #543924).
1102 - Fix gettext quoting to work with bash as /bin/sh, and make echo
1103 UTF-8-clean so that (at least) Catalan boot messages are displayed
1104 properly (closes: #605615).
1105 - Initialise next pointer when creating multiboot module (closes:
1106 #605567).
1107 - Fix PCI probing hangs by skipping remaining functions on devices that
1108 do not implement function 0 (closes: #594967).
1109 * Use semicolons rather than commas to separate size from model in debconf
1110 disk and partition descriptions; commas are too easily confused with the
1111 multiselect choice separator, and in particular make it impossible to
1112 answer questions properly in the editor frontend (closes: #608449).
1113 Unfuzzy all translations where possible.
1114
1115 -- Colin Watson <cjwatson@debian.org> Tue, 04 Jan 2011 00:42:29 +0000
1116
1117 grub2 (1.98+20100804-11) unstable; urgency=low
1118
1119 * Exit silently from zz-update-grub kernel hook if update-grub does not
1120 exist (e.g. if grub-pc has been removed but not purged; closes:
1121 #606184).
1122 * Apply debconf template review by debian-l10n-english and mark several
1123 more strings for translation, thanks to David Prévot and Justin B Rye
1124 (closes: #605748).
1125 * Unfuzzy some translations that were not updated in this round (thanks,
1126 David Prévot; closes: #606921).
1127 * Incorporate rewritten 05_debian_theme by Alexander Kurtz, which works
1128 when /usr is inaccessible by GRUB (closes: #605705).
1129 * Backport from upstream:
1130 - Recognise DDF1 DM-RAID (closes: #603354).
1131
1132 [ Updated translations ]
1133 * Chinese (YunQiang Su). Closes: #606426
1134 * Indonesian (Arief S Fitrianto). Closes: #606431
1135 * Slovenian (Vanja Cvelbar). Closes: #606445
1136 * Swedish (Martin Bagge / brother). Closes: #606455
1137 * Ukrainian (Yatsenko Alexandr). Closes: #606538
1138 * Basque (Iñaki Larrañaga Murgoitio). Closes: #606644
1139 * Slovak (Slavko). Closes: #606663
1140 * Catalan (Jordi Mallach).
1141 * Bulgarian (Damyan Ivanov). Closes: #606452
1142 * Persian (Morteza Fakhraee). Closes: #606672
1143 * Russian (Yuri Kozlov). Closes: #606753
1144 * Dutch (Paul Gevers). Closes: #606807
1145 * Japanese (Hideki Yamane). Closes: #606836
1146 * French (Christian Perrier). Closes: #606842
1147 * Czech (Miroslav Kure). Closes: #606854
1148 * Spanish (Francisco Javier Cuadrado). Closes: #606903
1149 * Portuguese (Tiago Fernandes / Miguel Figueiredo). Closes: #606908
1150 * German (Martin Eberhard Schauer). Closes: #606896
1151
1152 -- Colin Watson <cjwatson@debian.org> Sat, 18 Dec 2010 17:20:09 +0000
1153
1154 grub2 (1.98+20100804-10) unstable; urgency=low
1155
1156 * fix_crash_condition_in_kfreebsd_loader.patch: Import from upstream.
1157 Fixes crash condition in case kfreebsd_* commands are used after
1158 kfreebsd has (gracefully) failed.
1159
1160 -- Robert Millan <rmh@debian.org> Tue, 30 Nov 2010 19:40:11 +0100
1161
1162 grub2 (1.98+20100804-9) unstable; urgency=low
1163
1164 [ Robert Millan ]
1165 * Import from upstream:
1166 - refuse_embedingless_cross_disk.patch: Refuse to do a cross-disk
1167 embeddingless install rather than creating a broken install.
1168 - fix_grub_install_error_msg.patch: Replace useless recomendation to
1169 pass --modules with a recomendation to report a bug.
1170 - message_refresh.patch: Make error messages visible again. (Closes: #605485)
1171
1172 [ Jordi Mallach ]
1173 * Update Catalan translation with latest file from the Translation Project.
1174
1175 [ Updated translations ]
1176 * Slovenian (Vanja Cvelbar). Closes: #604003
1177 * Dzongkha (dawa pemo via Tenzin Dendup). Closes: #604102
1178
1179 -- Robert Millan <rmh@debian.org> Tue, 30 Nov 2010 15:44:02 +0100
1180
1181 grub2 (1.98+20100804-8) unstable; urgency=low
1182
1183 [ Robert Millan ]
1184 * increase_disk_limit.patch: Increase SCSI/IDE disk limits to cope with
1185 Sun Fire X4500.
1186 * linux_mdraid_1x.patch: Support for Linux MD RAID v1.x. (Closes: #593652)
1187 * yeeloong_boot_info.patch: On Yeeloong, pass machine type information
1188 to Linux.
1189
1190 [ Updated translations ]
1191 * Portuguese fixed by Christian Perrier (variable names
1192 were translated)
1193
1194 -- Robert Millan <rmh@debian.org> Fri, 05 Nov 2010 23:43:15 +0100
1195
1196 grub2 (1.98+20100804-7) unstable; urgency=low
1197
1198 [ Robert Millan ]
1199 * zfs_fix_mkrelpath.patch: Replace with proper fix from upstream Bazaar.
1200 (Closes: #601087)
1201
1202 [ Updated translations ]
1203 * Vietnamese (Clytie Siddall). Closes: #598327
1204 * Icelandic (Sveinn í Felli). Closes: #600126
1205
1206 -- Robert Millan <rmh@debian.org> Sun, 24 Oct 2010 16:35:37 +0200
1207
1208 grub2 (1.98+20100804-6) unstable; urgency=low
1209
1210 [ Robert Millan ]
1211 * zfs_v23.patch: Accept ZFS up to v23 (no changes required).
1212 * fix_usb_boot.patch: Fix boot on USB devices, for BIOSes that
1213 expose them as floppies. (Closes: #600580)
1214 * zfs_fix_mkrelpath.patch: Fix grub-mkrelpath for non-root ZFS.
1215 (Closes: #600578)
1216
1217 [ Updated translations ]
1218 * Kazakh (kk.po) by Baurzhan Muftakhidinov via Timur Birsh (closes:
1219 #598188).
1220 * Portuguese (pt.po) by Tiago Fernandes via Rui Branco (closes: #599767).
1221 * Catalan (ca.po) by Jordi Mallach.
1222
1223 -- Robert Millan <rmh@debian.org> Thu, 21 Oct 2010 23:45:23 +0200
1224
1225 grub2 (1.98+20100804-5) unstable; urgency=low
1226
1227 [ Updated translations ]
1228 * Hebrew (he.po) by Omer Zak and Lior Kaplan (closes: #593855).
1229 * Romanian (ro.po) by ioan-eugen STAN (closes: #595727).
1230 * Esperanto (eo.po) by Felipe Castro (closes: #596171).
1231
1232 [ Colin Watson ]
1233 * Make grub-efi-amd64 conflict with grub-pc as well as the other way
1234 round.
1235 * Backport upstream patches to fix DM-RAID support (closes: #594221,
1236 LP: #634840).
1237
1238 [ Robert Millan ]
1239 * enable_zfs.patch: Fix grub-fstest build problem.
1240 * zfs_fix_label_arg.patch: Fix kfreebsd_device initialization on ZFS
1241 for non-main filesystems.
1242
1243 -- Colin Watson <cjwatson@debian.org> Fri, 17 Sep 2010 23:45:10 +0100
1244
1245 grub2 (1.98+20100804-4) unstable; urgency=low
1246
1247 [ Updated translations ]
1248 * Italian (it.po) by Luca Monducci (closes: #593685).
1249 * Finnish (fi.po) by Esko Arajärvi (closes: #593921).
1250
1251 [ Colin Watson ]
1252 * Run update-grub from kernel hooks if DEB_MAINT_PARAMS is unset, for
1253 compatibility with old kernel packages. This may produce duplicate runs
1254 of update-grub, but that's better than not running it at all (closes:
1255 #594037).
1256
1257 -- Colin Watson <cjwatson@debian.org> Mon, 23 Aug 2010 12:11:55 +0100
1258
1259 grub2 (1.98+20100804-3) unstable; urgency=low
1260
1261 [ Updated translations ]
1262 * Brazilian Portuguese (pt_BR.po) by Flamarion Jorge (closes: #592156).
1263 * Asturian (ast.po) by Maacub (closes: #592313).
1264 * Galician (gl.po) by Jorge Barreiro (closes: #592816).
1265
1266 [ Robert Millan ]
1267 * Backport ZFS bugfixes from upstream Bazaar:
1268 - zfs_fix_chroot.patch: Fix breakage when running grub-probe inside chroot.
1269 - zfs_fix_label_arg.patch: Fix grub-probe fs_label argument.
1270 - zfs_fix_pathname.patch: Fix pathname for non-root ZFS filesystems.
1271 - zfs_fix_segfault.patch: Fix segfault when /dev is not mounted.
1272
1273 [ Colin Watson ]
1274 * Escape single quotes when removing them from $mode in zz-update-grub, so
1275 that this works when /bin/sh is bash (thanks, Will Dyson; closes:
1276 #593242).
1277 * Add support for ext2 root on GNU/kFreeBSD (thanks, Aurelien Jarno;
1278 closes: #593467).
1279
1280 -- Colin Watson <cjwatson@debian.org> Thu, 19 Aug 2010 18:21:45 +0100
1281
1282 grub2 (1.98+20100804-2) unstable; urgency=low
1283
1284 [ Colin Watson ]
1285 * Make /etc/kernel/postrm.d/zz-update-grub a real file rather than a
1286 symlink (closes: #592076).
1287
1288 [ Updated translations ]
1289 * Norwegian Bokmål (nb.po) by Hans Nordhaug (closes: #591569).
1290
1291 -- Colin Watson <cjwatson@debian.org> Sat, 07 Aug 2010 17:53:34 +0100
1292
1293 grub2 (1.98+20100804-1) unstable; urgency=low
1294
1295 * New Bazaar snapshot.
1296 - Fix grub-emu build on GNU/kFreeBSD (closes: #591490).
1297
1298 [ Colin Watson ]
1299 * Add kernel hook scripts and remove any uses of update-grub as a
1300 postinst_hook or postrm_hook in /etc/kernel-img.conf (closes: #554175).
1301 Thanks to Ben Hutchings for advice and to Harald Braumann for an early
1302 implementation.
1303 * Extend the existing GRUB_LEGACY_0_BASED_PARTITIONS handling to avoid
1304 new-style partition naming when generating output for GRUB Legacy
1305 (closes: #590554).
1306
1307 [ Updated translations ]
1308 * Slovak (sk.po) by Slavko (closes: #591458).
1309
1310 -- Colin Watson <cjwatson@debian.org> Wed, 04 Aug 2010 04:48:11 +0100
1311
1312 grub2 (1.98+20100802-1) unstable; urgency=low
1313
1314 * New Bazaar snapshot.
1315 - Remove compatibility with terminal.mod prior to
1316 terminal_input/terminal_output separation (LP: #519358).
1317 - Enable `grub-probe -t device' resolution on ZFS.
1318 - Don't use UUID for LVM root when generating Xen entries (closes:
1319 #591093).
1320 - Restore missing whitespace to commands' --help output (closes:
1321 #590874).
1322 - Select unique numbers for named RAID arrays, for use as keys in the
1323 disk cache.
1324
1325 [ Updated translations ]
1326 * German (Martin Eberhard Schauer). Closes: #590108
1327 * Spanish (Francisco Javier Cuadrado). Closes: #590448
1328 * Traditional Chinese (Tetralet). Closes: #591191
1329 * Danish (Joe Hansen). Closes: #591223
1330 * Dutch (Paul Gevers). Closes: #590864
1331 * Japanese (Hideki Yamane). Closes: #591058
1332
1333 [ Robert Millan ]
1334 * postinst.in: Fill in device size and model information on GNU/kFreeBSD,
1335 using camcontrol.
1336 * patches/enable_zfs.patch: New patch. Link ZFS from grub-extras into
1337 grub-probe and grub-setup.
1338 * control: Build-Depend on libzfs-dev and libnvpair-dev on kfreebsd-*.
1339
1340 [ Colin Watson ]
1341 * Offer RAID devices as GRUB installation targets if they contain /,
1342 /boot, or /boot/grub.
1343
1344 -- Colin Watson <cjwatson@debian.org> Tue, 03 Aug 2010 02:13:07 +0100
1345
1346 grub2 (1.98+20100722-1) unstable; urgency=low
1347
1348 * New Bazaar snapshot.
1349 - Don't count named RAID arrays when looking for unused array numbers.
1350
1351 [ Colin Watson ]
1352 * Merge from Ubuntu:
1353 - grub-common Breaks: lupin-support (<< 0.30) due to a grub-mkimage
1354 syntax change (lupin-support isn't in Debian, but this is harmless
1355 anyway).
1356
1357 -- Colin Watson <cjwatson@debian.org> Thu, 22 Jul 2010 14:33:34 +0100
1358
1359 grub2 (1.98+20100720-1) unstable; urgency=low
1360
1361 * New Bazaar snapshot.
1362 - Link to Info documentation on changes from GRUB Legacy in README
1363 (closes: #502623).
1364 - Add support for mdadm metadata formats 1.x (closes: #492897).
1365
1366 [ Aaron M. Ucko ]
1367 * Compare -trunk kernels earlier than numeric ABIs (closes: #568160).
1368
1369 [ Colin Watson ]
1370 * Remove /boot/grub/device.map, /boot/grub/grubenv,
1371 /boot/grub/installed-version, and /boot/grub/locale/ on purge, if
1372 permitted (closes: #547679).
1373 * Convert from CDBS to dh.
1374 * Use exact-version dependencies in grub2 and grub-efi, to reduce
1375 potential confusion.
1376 * Raise priority of grub-common and grub-pc to optional (also done in
1377 archive overrides).
1378 * Copy-edit debian/presubj.
1379 * Use 'mktemp -t' rather than hardcoding /tmp (closes: #589537).
1380
1381 [ Mario 'BitKoenig' Holbe ]
1382 * Update /etc/grub.d/05_debian_theme to handle multiple entries in
1383 GRUB_TERMINAL_OUTPUT (closes: #589322).
1384
1385 [ Updated translations ]
1386 * Simplified Chinese (zh_CN.po) by YunQiang Su (closes: #589013).
1387 * Russian (ru.po) by Yuri Kozlov (closes: #589244).
1388 * Swedish (sv.po) by Martin Bagge / brother (closes: #589259).
1389 * Bulgarian (bg.po) by Damyan Ivanov (closes: #589272).
1390 * Indonesian (id.po) by Arief S Fitrianto (closes: #589318).
1391 * Arabic (ar.po) by Ossama M. Khayat.
1392 * Basque (eu.po) by Iñaki Larrañaga Murgoitio (closes: #589489).
1393 * Persian (fa.po) by Bersam Karbasion (closes: #589544).
1394 * Czech (cs.po) by Miroslav Kure (closes: #589568).
1395 * Belarusian (be.po) by Viktar Siarheichyk (closes: #589634).
1396
1397 -- Colin Watson <cjwatson@debian.org> Wed, 21 Jul 2010 09:11:14 +0100
1398
1399 grub2 (1.98+20100710-1) unstable; urgency=low
1400
1401 * New Bazaar snapshot.
1402 - Handle degraded RAID arrays in grub-probe and grub-setup.
1403 - Fix gfxterm pager handling.
1404
1405 [ Fabian Greffrath ]
1406 * Get value of correct debconf question when deciding whether to purge
1407 /boot/grub (closes: #588331).
1408
1409 [ Colin Watson ]
1410 * Generate device.map in something closer to the old ordering (thanks,
1411 Vadim Solomin).
1412
1413 [ Updated translations ]
1414 * Croatian (hr.po) by Josip Rodin, closes: #588350.
1415 * French (fr.po) by Christian Perrier (closes: #588695).
1416
1417 -- Colin Watson <cjwatson@debian.org> Mon, 12 Jul 2010 11:46:53 +0100
1418
1419 grub2 (1.98+20100706-1) unstable; urgency=low
1420
1421 * New Bazaar snapshot.
1422 - USB hub support.
1423 - Fix GRUB_BACKGROUND configuration ordering.
1424 - Fix corruption of first entry name in a reiserfs directory.
1425 - Don't include MD devices when generating device.map (if you're using
1426 RAID and upgraded through 1.98+20100702-1 or 1.98+20100705-1, you may
1427 need to fix this up manually).
1428
1429 -- Colin Watson <cjwatson@debian.org> Tue, 06 Jul 2010 18:06:40 +0100
1430
1431 grub2 (1.98+20100705-1) unstable; urgency=medium
1432
1433 * New Bazaar snapshot.
1434 - Bidi and diacritics support.
1435 + Use terminfo for ieee1275 terminals (closes: #586953).
1436 - Don't use empty grub_device in EFI grub-install (closes: #587838).
1437 - Fix grub-setup core.img comparison when not embedding (thanks, Matt
1438 Kraai and M. Vefa Bicakci; closes: #586621).
1439
1440 * Update Source: in debian/copyright (thanks, Jörg Sommer).
1441 * Convert by-id disk device names from device.map to traditional device
1442 names for display (closes: #587951).
1443 * Set urgency=medium. We've cleared out most of the apparent regressions
1444 at this point, and #550704 is getting more and more urgent to fix in
1445 testing.
1446
1447 -- Colin Watson <cjwatson@debian.org> Mon, 05 Jul 2010 02:09:58 +0100
1448
1449 grub2 (1.98+20100702-1) unstable; urgency=low
1450
1451 * New Bazaar snapshot.
1452 - Use video functions in Linux loader rather than hardcoding UGA; load
1453 all available video backends (closes: #565576, probably).
1454 - Add support for initrd images on Fedora 13.
1455 - Output grub.cfg stanzas for Xen (closes: #505517).
1456 - Add 'cat --dos' option to treat DOS-style "\r\n" line endings as
1457 simple newlines (closes: #586358).
1458 - Change grub-mkdevicemap to emit /dev/disk/by-id/ names where possible
1459 on Linux.
1460 - Return CF correctly in mmap e820/e801 int15 hook (closes: #584846).
1461 - The info documentation now has no broken references, although of
1462 course it could still use more work (closes: #553460).
1463 - Support GRUB_BADRAM in grub-mkconfig.
1464 - Skip LVM snapshots (closes: #574863).
1465
1466 [ Colin Watson ]
1467 * Mention grub-rescue-usb.img in grub-rescue-pc description (closes:
1468 #586462).
1469 * Add instructions for using grub-rescue-usb.img (closes: #586463).
1470 * Remove /usr/lib/grub/mips-* from grub-common rather than the incorrect
1471 /usr/lib/grub/mipsel-*, so that it stops clashing with grub-yeeloong;
1472 add a versioned Replaces to grub-yeeloong just in case (closes:
1473 #586526).
1474 * Remove qemu-system build-dependency on hurd-i386, where it doesn't seem
1475 to exist. Disable tests if qemu-system-i386 isn't available.
1476 * Mark "upgrade-from-grub-legacy" paragraph in
1477 grub-pc/chainload_from_menu.lst as untranslatable.
1478 * Update Homepage field (thanks, Sedat Dilek).
1479 * On Linux, if /boot/grub/device.map exists on upgrade to this version,
1480 regenerate it to use stable device names in /dev/disk/by-id/. If it had
1481 more than one entry, then display a critical-priority debconf note
1482 (sorry, but it's better than silently breaking boot menu entries)
1483 advising people to check custom boot menu entries and update them if
1484 necessary (closes: #583271).
1485 * Use 'set -e' rather than '#! /bin/sh -e' or '#! /bin/bash -e', to avoid
1486 accidents when debugging with 'sh -x'.
1487 * Store grub-pc/install_devices as persistent device names under
1488 /dev/disk/by-id/ (closes: #554790). Migrate previous device names to
1489 that, with explicit confirmation in non-trivial cases to make sure we
1490 got the right ones. If the devices we were told to install to ever go
1491 away, ask again. (This is based on the implementation in Ubuntu.)
1492 * If grub-install fails during upgrade-from-grub-legacy, allow the user to
1493 try again with a different device, but failing that cancel the upgrade
1494 (closes: #587790).
1495 * Remove numbering from patch files. The order is now explicit in a quilt
1496 series file, and renumbering from time to time is tedious.
1497
1498 [ Updated translations ]
1499 * Ukrainian (uk.po) by Yatsenko Alexandr / Borys Yanovych (closes:
1500 #586611).
1501 * Indonesian (id.po) by Arief S Fitrianto (closes: #586799).
1502 * Swedish (sv.po) by Martin Bagge (closes: #586827).
1503 * Persian (fa.po) by Behrad Eslamifar (closes: #587085).
1504 * French (fr.po) by Christian Perrier (closes: #587383).
1505 * Galician (gl.po) by Jorge Barreiro (closes: #587796).
1506
1507 [ Robert Millan ]
1508 * Add commented GRUB_BADRAM example in debian/default/grub.
1509
1510 -- Colin Watson <cjwatson@debian.org> Fri, 02 Jul 2010 17:42:56 +0100
1511
1512 grub2 (1.98+20100617-1) unstable; urgency=low
1513
1514 * New Bazaar snapshot.
1515 - Fix i386-pc prefix handling with nested partitions (closes: #585068).
1516
1517 * When running grub-pc.postinst from upgrade-from-grub-legacy, tell it to
1518 disregard the fact that /boot/grub/stage2 and /boot/grub/menu.lst still
1519 exist (closes: #550477).
1520 * Touch a marker file when grub-install is run but GRUB Legacy files are
1521 still around. If that marker file is present, pretend that GRUB Legacy
1522 files are missing when upgrading.
1523 * If GRUB Legacy files are present when upgrading, scan boot sectors of
1524 all disks for GRUB 2. If we find GRUB 2 installed anywhere, then ask
1525 the user if they want to finish conversion to GRUB 2, and warn them that
1526 not doing so may render the system unbootable (closes: #586143). Thanks
1527 to Sedat Dilek for helping to narrow down this bug.
1528 * Leaving grub-pc/install_devices empty makes sense in some situations,
1529 but more often than not is a mistake. On the other hand, automatically
1530 selecting all disk devices would upset some people too. Compromise by
1531 simply asking for explicit confirmation if grub-pc/install_devices is
1532 left empty, defaulting to false so that simply selecting all the
1533 defaults in debconf can't leave you with an unbootable system (closes:
1534 #547944, #557425).
1535
1536 -- Colin Watson <cjwatson@debian.org> Sat, 19 Jun 2010 01:31:40 +0100
1537
1538 grub2 (1.98+20100614-2) unstable; urgency=low
1539
1540 * Build-depend on gcc-4.4-multilib on i386 and kopensolaris-i386 too, in
1541 order to build grub-efi-amd64.
1542 * Ignore non-option arguments in grub-mkconfig (closes: #586056).
1543
1544 -- Colin Watson <cjwatson@debian.org> Wed, 16 Jun 2010 17:58:48 +0100
1545
1546 grub2 (1.98+20100614-1) unstable; urgency=low
1547
1548 * New Bazaar snapshot.
1549 - Make target-related error messages from grub-mkimage slightly more
1550 helpful (closes: #584415).
1551 - Fix underquoting that broke savedefault (thanks, Mario 'BitKoenig'
1552 Holbe; closes: #584812).
1553 - Expand 'info grub' substantially, including a new section on
1554 configuring authentication (closes: #584822).
1555 - Give all manual pages proper NAME sections (closes: #496706).
1556
1557 * Update 915resolution from grub-extras:
1558 - Fix a hang with 945GME (thanks, Sergio Perticone; closes: #582142).
1559
1560 [ Colin Watson ]
1561 * Disable grub-emu on sparc for the time being. We're currently trying to
1562 use TARGET_* flags to build it, which won't work.
1563 * Don't build-depend on libsdl1.2-dev on hurd-i386. Although
1564 libsdl1.2-dev exists there, it's currently uninstallable due to missing
1565 libpulse-dev, and we can happily live without it for now.
1566 * kfreebsd-amd64 needs gcc-4.4-multilib too (closes: #585668).
1567 * Warn and return without error from prepare_grub_to_access_device if
1568 /boot is a dm-crypt device (thanks, Marc Haber; closes: #542165).
1569 * Make /etc/grub.d/05_debian_theme usable by shells other than bash
1570 (thanks, Alex Chiang; closes: #585561).
1571 * Remove grub-mkisofs leftovers from debian/copyright.
1572 * Fix reversed sense of DEB_BUILD_OPTIONS=nocheck handling.
1573 * Build-depend on qemu-system for grub-pc tests.
1574
1575 -- Colin Watson <cjwatson@debian.org> Tue, 15 Jun 2010 12:45:35 +0100
1576
1577 grub2 (1.98+20100602-2) unstable; urgency=low
1578
1579 * Only build-depend on libdevmapper-dev on Linux architectures.
1580 * Don't build-depend on libusb-dev on hurd-i386, where it doesn't seem to
1581 be available.
1582 * Fix printf format mismatch in disk/usbms.c (closes: #584474).
1583 * Fix verbose error output when device-mapper isn't supported by the
1584 running kernel (closes: #584196).
1585 * Prepend "part_" to partmap module names in grub-mkconfig, in line with
1586 grub-install (closes: #584426).
1587
1588 -- Colin Watson <cjwatson@debian.org> Fri, 04 Jun 2010 14:01:58 +0100
1589
1590 grub2 (1.98+20100602-1) unstable; urgency=low
1591
1592 * New Bazaar snapshot.
1593 - Add btrfs probing support, currently only in the single-device case
1594 (closes: #540786).
1595 - Fix grub-emu build on mips/powerpc/sparc.
1596 - Add safety check to make sure that /boot/grub/locale exists before
1597 trying to probe it (closes: #567211).
1598 - Several 'info grub' improvements, including a new section on
1599 configuration file generation using grub-mkconfig which documents the
1600 available keys in /etc/default/grub (closes: #497085).
1601 - Many USB fixes.
1602
1603 [ Colin Watson ]
1604 * Reorganise configure and build targets in debian/rules to use stamp
1605 files. configure/* never existed and build/* was always a directory, so
1606 make never considered either of them up to date (closes: #450505).
1607 * Remove config.h.in from AUTOGEN_FILES, since autoheader doesn't
1608 necessarily update it.
1609 * Remove conf/gcry.mk from AUTOGEN_FILES, and conf/gcry.rmk from their
1610 dependencies. autogen.sh runs util/import_gcry.py after autoconf et al,
1611 so conf/gcry.rmk's timestamp will be later than some of the
1612 autogenerated outputs.
1613 * Go back to shipping rescue images in the grub-rescue-pc .deb itself
1614 rather than generating them in the postinst. This means that (a) they
1615 get removed when the package is removed (closes: #584176); (b) they are
1616 listed in package metadata, as is proper for files in /usr (closes:
1617 #584218); (c) grub-rescue-pc can potentially be used as a
1618 build-dependency for other packages that need to build GRUB images into
1619 installation media etc., without having to build-depend on grub-pc which
1620 isn't coinstallable with other platform variants and does invasive
1621 things in its postinst.
1622 * Add grub-mkrescue patch from Thomas Schmitt to allow reducing the size
1623 of xorriso-created images. Use this to ensure that
1624 grub-rescue-floppy.img fits well within size limits (closes: #548320).
1625
1626 -- Colin Watson <cjwatson@debian.org> Thu, 03 Jun 2010 11:24:41 +0100
1627
1628 grub2 (1.98+20100527-2) unstable; urgency=low
1629
1630 * Always override statically-linked-binary Lintian tag for kernel.img;
1631 dynamic linking makes no sense here.
1632 * kernel.img is stripped upstream where it can be, but override Lintian's
1633 error for the cases where it can't.
1634 * Override binary-from-other-architecture for kernel.img as well as *.mod
1635 when building grub-efi-amd64 on i386.
1636
1637 -- Colin Watson <cjwatson@debian.org> Tue, 01 Jun 2010 13:48:14 +0100
1638
1639 grub2 (1.98+20100527-1) unstable; urgency=low
1640
1641 * New Bazaar snapshot.
1642 - Support multiple terminals in grub-mkconfig, e.g.
1643 GRUB_TERMINAL='serial console' (closes: #506707).
1644 - Speed up consecutive hostdisk operations on the same device (closes:
1645 #508834, #574088).
1646 - Fix grammar error in grub-setup warning (closes: #559005).
1647 - Use xorriso for image creation rather than embedding a modified copy
1648 of mkisofs (closes: #570156).
1649 - Issue an error rather than segfaulting if only some LVM component
1650 devices are in device.map (closes: #577808).
1651 - Fix typo in make_device_name which caused grub-probe problems on
1652 systems with BSD disk labels (closes: #578201).
1653 - Add DM-RAID probe support (closes: #579919).
1654 - Include all gnumach kernels on Hurd, not just gnumach and gnumach.gz
1655 (closes: #581584).
1656
1657 [ Colin Watson ]
1658 * Restore TEXTDOMAINDIR correction in grub.d files, lost by mistake in a
1659 merge. Noticed by Anthony Fok.
1660 * Don't fail on purge if the ucf association has already been taken over
1661 by a different grub package (closes: #574176).
1662 * Add debian/grub-extras/*/conf/*.mk to AUTOGEN_FILES.
1663 * Remove support for the lpia architecture, now removed from Ubuntu.
1664 * Conflict with grub (<< 0.97-54) as well as grub-legacy.
1665 * Build-depend on libdevmapper-dev for DM-RAID probe support.
1666 * Switch to quilt.
1667 * Suggest xorriso (>= 0.5.6.pl00) in grub-common, since grub-mkrescue now
1668 needs it. Depend on it in grub-rescue-pc.
1669 * Move grub-mkimage to grub-common, now that it only has one
1670 implementation.
1671 * Clean up temporary files used while building grub-firmware-qemu.
1672 * Make grub-probe work with symlinks under /dev/mapper (closes: #550704).
1673 * When upgrading a system where GRUB 2 is chainloaded from GRUB Legacy and
1674 upgrade-from-grub-legacy has not been run, upgrade the chainloaded image
1675 rather than confusing the user by prompting them where they want to
1676 install GRUB (closes: #546822).
1677 * Build-depend on libsdl1.2-dev for SDL support in grub-emu.
1678 * Don't leak debconf's file descriptor to update-grub, so that the LVM
1679 tools called from os-prober don't complain about it (closes: #549976).
1680 Other leaks are not this package's fault, may not be bugs at all, and in
1681 any case os-prober 1.36 suppresses the warnings.
1682 * Build-depend on flex (>= 2.5.35).
1683 * Build-depend on gcc-4.4-multilib on amd64.
1684
1685 [ Updated translations ]
1686 * Slovenian (sl.po) by Vanja Cvelbar (closes: #570110).
1687 * Vietnamese (vi.po) by Clytie Siddall (closes: #574578).
1688 * Tamil (ta.po) by Tirumurti Vasudevan (closes: #578282).
1689 * Portuguese (pt.po) by Tiago Fernandes (closes: #580140).
1690 * Romanian (ro.po) by Eddy Petrișor / Andrei Popescu (closes: #583185).
1691
1692 -- Colin Watson <cjwatson@debian.org> Tue, 01 Jun 2010 11:24:38 +0100
1693
1694 grub2 (1.98-1) unstable; urgency=low
1695
1696 * New upstream release (closes: #572898).
1697 - Fix grub-script-check to handle empty lines (closes: #572302).
1698 - Fix offset computation when reading last sectors. Partition reads and
1699 writes within and outside a partition (closes: #567469, #567884).
1700 - Fix script execution error handling bug that meant that an error in a
1701 menuentry's last statement caused the whole menuentry to fail (closes:
1702 #566538, LP: #464743).
1703 - Support GRUB_GFXPAYLOAD_LINUX (closes: #536453, LP: #416772).
1704
1705 [ Samuel Thibault ]
1706 * Add GRUB_INIT_TUNE example to /etc/default/grub (closes: #570340).
1707
1708 [ Colin Watson ]
1709 * Build-depend on libusb-dev so that grub-emu is reliably built with USB
1710 support (closes: #572854).
1711 * Update directions in debian/rules on exporting grub-extras to account
1712 for it being maintained in Bazaar nowadays.
1713 * Add myself to Uploaders.
1714 * Acknowledge NMUs, thanks to Torsten Landschoff and Julien Cristau.
1715
1716 -- Colin Watson <cjwatson@debian.org> Tue, 09 Mar 2010 13:25:35 +0000
1717
1718 grub2 (1.98~20100128-1.2) unstable; urgency=low
1719
1720 * Non-maintainer upload.
1721 * Stop setting gfxpayload=keep (closes: #567245).
1722
1723 -- Julien Cristau <jcristau@debian.org> Sun, 14 Feb 2010 20:37:51 +0100
1724
1725 grub2 (1.98~20100128-1.1) unstable; urgency=low
1726
1727 * Non-maintainer upload.
1728 * Apply trivial patch (already merged upstream) fixing the offset
1729 computation for non-cached reads (closes: #567637).
1730
1731 -- Torsten Landschoff <torsten@debian.org> Mon, 08 Feb 2010 22:15:01 +0100
1732
1733 grub2 (1.98~20100128-1) unstable; urgency=low
1734
1735 * New Bazaar snapshot.
1736 - Fix corruption problem when reading files from CDROM. (Closes: #567219)
1737
1738 [ Felix Zielcke ]
1739 * Never strip kernel.img in rules. Upstream already does it when it
1740 can be done. (Closes: #561933)
1741 * Bump Standards-Version to 3.8.4.
1742
1743 [ Robert Millan ]
1744 * rules: Run the testsuite (make check) when building grub-pc.
1745
1746 -- Robert Millan <rmh.debian@aybabtu.com> Thu, 28 Jan 2010 16:28:45 +0100
1747
1748 grub2 (1.98~20100126-1) unstable; urgency=low
1749
1750 * New Bazaar snapshot.
1751 - Includes mipsel-yeeloong port.
1752
1753 [ Robert Millan ]
1754 * config.in: Lower priority of grub2/linux_cmdline_default.
1755
1756 [ Felix Zielcke ]
1757 * Drop `CFLAGS=-O0' workaround on powerpc. Should be fixed correctly now.
1758 * Ship grub-bin2h and grub-script-check in grub-common.
1759 * Terminate NEWS.Debian with a blank line like lintian would suggest
1760 if that check would be working correctly.
1761
1762 -- Felix Zielcke <fzielcke@z-51.de> Tue, 26 Jan 2010 19:26:25 +0100
1763
1764 grub2 (1.98~20100115-1) unstable; urgency=low
1765
1766 * New Bazaar snapshot.
1767 - Includes savedefault / grub-reboot branch.
1768 - Includes Multiboot video support (from latest 1.x draft).
1769
1770 -- Robert Millan <rmh.debian@aybabtu.com> Fri, 15 Jan 2010 18:15:26 +0100
1771
1772 grub2 (1.98~20100110-1) unstable; urgency=low
1773
1774 * New Bazaar snapshot.
1775
1776 [ Robert Millan ]
1777 * grub-rescue-pc.postinst: Fix image generation during upgrades.
1778 (Closes: #564261)
1779
1780 -- Robert Millan <rmh.debian@aybabtu.com> Sun, 10 Jan 2010 02:45:52 +0100
1781
1782 grub2 (1.98~20100107-1) unstable; urgency=low
1783
1784 * New Bazaar snapshot.
1785
1786 [ Robert Millan ]
1787 * grub-rescue-pc.postinst: Use grub-mkrescue for floppy as well.
1788
1789 [ Updated translations ]
1790 * Chinese (zh_TW.po) by Tetralet. (Closes: #564044)
1791
1792 -- Robert Millan <rmh.debian@aybabtu.com> Thu, 07 Jan 2010 17:56:10 +0100
1793
1794 grub2 (1.98~20100101-1) unstable; urgency=high
1795
1796 * New Bazaar snapshot.
1797 - Fix FTBS on sparc.
1798
1799 [ Robert Millan ]
1800 * rules: Auto-update version from debian/changelog.
1801
1802 [ Felix Zielcke ]
1803 * Add -O0 to CFLAGS on powerpc to avoid the `_restgpr_31_x in boot is
1804 not defined' FTBFS.
1805
1806 -- Felix Zielcke <fzielcke@z-51.de> Fri, 01 Jan 2010 00:31:37 +0100
1807
1808 grub2 (1.98~20091229-1) unstable; urgency=high
1809
1810 * New Bazaar snapshot.
1811 - Fix slowness when $prefix uses an UUID.
1812 (Closes: #541145, LP: #420933)
1813 - Correctly set TARGET_CFLAGS. (Closes: #562953)
1814
1815 [ Robert Millan ]
1816 * grub-rescue-pc.postinst: Build USB rescue image.
1817 * rules: Invoke configure with relative path. This makes binaries smaller,
1818 since dprintf strings are constructed using this path.
1819
1820 [ Felix Zielcke ]
1821 * Urgency=high due to RC bug fix.
1822 * Fix version comparison in grub-common.preinst for handling obsolete
1823 /etc/grub.d/10_freebsd. (Closes: #562921)
1824
1825 -- Felix Zielcke <fzielcke@z-51.de> Tue, 29 Dec 2009 16:05:00 +0100
1826
1827 grub2 (1.98~20091222-1) unstable; urgency=low
1828
1829 * New Baazar snapshot.
1830 - Make 30_os-prober again dash compatible. (Closes: #562034)
1831
1832 -- Felix Zielcke <fzielcke@z-51.de> Tue, 22 Dec 2009 12:50:57 +0100
1833
1834 grub2 (1.98~20091221-1) unstable; urgency=low
1835
1836 * New Bazaar snapshot.
1837 - Fix search command failing on some broken BIOSes. (Closes: #530357)
1838
1839 [ Felix Zielcke ]
1840 * Add Replaces:/Conflicts: grub-linuxbios to grub-coreboot. (Closes: #561811)
1841 * Delete obsolete /etc/grub.d/10_freebsd if it has not been modified,
1842 else disable it. (Closes: #560346)
1843
1844 -- Robert Millan <rmh.debian@aybabtu.com> Mon, 21 Dec 2009 22:04:17 +0100
1845
1846 grub2 (1.98~20091210-1) unstable; urgency=low
1847
1848 * Version bump.
1849
1850 -- Robert Millan <rmh.debian@aybabtu.com> Mon, 14 Dec 2009 14:52:59 +0100
1851
1852 grub2 (1.97+20091210-1) unstable; urgency=low
1853
1854 * New Bazaar snapshot.
1855 - patches/02_fix_mountpoints_in_mkrelpath.diff: Remove (merged).
1856 - Fixes FTBFS on powerpc (again) and sparc.
1857 - patches/903_grub_legacy_0_based_partitions.diff: Resync (merged into
1858 debian branch).
1859
1860 * Fix dpkg dependency for lenny compatibility.
1861
1862 -- Robert Millan <rmh.debian@aybabtu.com> Thu, 10 Dec 2009 00:35:20 +0100
1863
1864 grub2 (1.97+20091130-1) unstable; urgency=low
1865
1866 * New Bazaar snapshot.
1867 * Enable ntldr-img from grub-extras.
1868
1869 -- Robert Millan <rmh.debian@aybabtu.com> Mon, 30 Nov 2009 02:33:03 +0100
1870
1871 grub2 (1.97+20091125-2) unstable; urgency=low
1872
1873 [ Updated translations ]
1874 * Bulgarian (bg.po) by Damyan Ivanovi (Closes: #558039)
1875
1876 [ Robert Millan ]
1877 * control: Remove genisoimage from Build-Depends/Suggests (no longer
1878 used).
1879 * grub.d/05_debian_theme: Make output string distro-agnostic.
1880
1881 [ Felix Zielcke ]
1882 * patches/02_fix_mountpoints_in_mkrelpath.diff: New patch to handle
1883 mount points like the old shell function did. (Closes: #558042)
1884
1885 -- Felix Zielcke <fzielcke@z-51.de> Sun, 29 Nov 2009 21:38:00 +0100
1886
1887 grub2 (1.97+20091125-1) unstable; urgency=low
1888
1889 [ Robert Millan ]
1890 * New upstream snapshot.
1891 - Fixes script parser load error.
1892
1893 * Add gettext to Build-Depends and gettext-base to grub-common's
1894 Depends.
1895
1896 -- Felix Zielcke <fzielcke@z-51.de> Wed, 25 Nov 2009 19:22:51 +0100
1897
1898 grub2 (1.97+20091124-1) unstable; urgency=low
1899
1900 * New upstream snapshot.
1901 - Fix grub-mkisofs related FTBFS on powerpc. (Closes: #557704)
1902 - Create fake GRUB devices for devices not listed in device.map.
1903 This also makes dmraid and multipath work as long as
1904 search --fs-uuid works. (Closes: #442382, #540549, LP: #392136)
1905 - rules: grub-emu is now built as a port.
1906
1907 [ Felix Zielcke ]
1908 * Change the bt-utf-source build dependency to xfonts-unifont. It's
1909 more complete, better maintained and grub-mkfont supports actually
1910 more then BDF fonts as input, thanks to libfreetype.
1911 * Use grub-probe to get the GRUB device of /boot/grub instead of
1912 passing (hd0) to grub-install when creating the core.img with
1913 chainloading. This avoids the (UUID=) hack slowness in case
1914 /boot/grub is on a different disk then (hd0) in device.map.
1915 * patches/903_grub_legacy_0_based_partitions.diff: Update.
1916 * Add a build dependency on automake and python.
1917 * Set TARGET_CC=$(CC) to really use gcc-4.4 everywhere. Also pass it
1918 and CC as arguments to ./configure instead of env vars so they get
1919 preserved.
1920 * Ship grub-mkrelpath in grub-common.
1921 * Ship the locale files in grub-common.
1922 * Add a dependency on 'dpkg (>= 1.15.4) | install-info' for grub-common
1923 as recommended by Policy and lintian.
1924
1925
1926 -- Felix Zielcke <fzielcke@z-51.de> Tue, 24 Nov 2009 21:20:00 +0100
1927
1928 grub2 (1.97+20091115-1) unstable; urgency=low
1929
1930 * New upstream snapshot.
1931 - Fix security problem with password checking. (Closes: #555195)
1932 - Fix the generated GNU/Hurd menu entries and also add support for
1933 it in 30_os-prober. (Closes: #555188)
1934 - Same grub-mkrescue for grub-pc and grub-coreboot, used by
1935 grub-rescue-pc during postinst now. (Closes: #501867)
1936
1937 [ Felix Zielcke ]
1938 * Ship grub-mkisofs in grub-common.
1939 * patches/002_grub.d_freebsd.in.diff: Remove (merged upstream).
1940 * patches/906_grub_extras.diff: Remove. Superseded by GRUB_CONTRIB variable
1941 in recent upstream trunk.
1942 * rules: Export GRUB_CONTRIB to enable grub-extras add-ons.
1943 * Pass --force to grub-install in the postinst. (Closes: #553415)
1944 * Don't strip debug symbols from grub-emu. It's meant for debugging
1945 and with them it's much more useful.
1946 * Ship grub-mkfloppy in grub-pc.
1947 * Revert the Replaces: grub-common to (<= 1.96+20080413-1) on the
1948 grub-pc package. It was wrongly modified long ago.
1949
1950 [ Robert Millan ]
1951 * copyright: Document mkisofs.
1952 * control: Update Vcs- fields (moved to Bazaar).
1953 * rules: Update debian/legacy/update-grub rule to Bazaar.
1954
1955 -- Felix Zielcke <fzielcke@z-51.de> Sun, 15 Nov 2009 19:13:31 +0100
1956
1957 grub2 (1.97-1) unstable; urgency=low
1958
1959 [ Robert Millan ]
1960 * patches/905_setup_force.diff: Remove, no longer needed as of
1961 grub-installer >= 1.47.
1962 * grub.d/05_debian_theme: Attempt to source grub_background.sh from
1963 desktop-base (Needed for #495282, #495616, #500134, see also
1964 #550984).
1965
1966 [ Felix Zielcke ]
1967 * Add a build dependency on texinfo.
1968 * Fix little typo in /etc/default/grub. (LP: #457703)
1969
1970 [ Updated translations ]
1971 * Finnish (fi.po) by Esko Arajärvi. (Closes: #551912)
1972
1973 -- Felix Zielcke <fzielcke@z-51.de> Sun, 25 Oct 2009 19:50:21 +0100
1974
1975 grub2 (1.97~beta4-1) unstable; urgency=low
1976
1977 * New upstream beta release.
1978
1979 [ Felix Zielcke ]
1980 * Change the Recommends: os-prober to (>= 1.33).
1981 * patches/907_grub.cfg_400.diff: Really add it. Somehow it was a 0 byte file.
1982 (Closes: #547409)
1983 * Convert newlines back to spaces when parsing kopt from
1984 GRUB Legacy's menu.lst, before giving the value to Debconf.
1985 Thanks to Colin Watson. (Closes: #547649)
1986 * Ship the info docs in grub-common. (Closes: #484074)
1987 * Remove generated /usr/share/info/dir* files.
1988 * Update the presubj bug file and also install it for grub-common.
1989
1990 [ Robert Millan ]
1991 * Enable ZFS and 915resolution in grub-extras (now requires explicit
1992 switch).
1993 * grub-common conflicts with grub-doc (<< 0.97-32) and grub-legacy-doc
1994 (<< 0.97-59).
1995 * Move grub-emu to a separate package.
1996
1997 [ Updated translations ]
1998 * Japanese (ja.po) by Hideki Yamane. (Closes: #549599)
1999
2000 -- Robert Millan <rmh.debian@aybabtu.com> Mon, 05 Oct 2009 20:03:04 +0200
2001
2002 grub2 (1.97~beta3-1) unstable; urgency=high
2003
2004 * New upstream beta release.
2005 - Make it more clear how to use /etc/grub.d/40_custom. (Closes: #545153)
2006 - fix a serious memory corruption in the graphical subsystem.
2007 (Closes: #545364, #544155, #544639, #544822, LP: #424503)
2008 - patches/003_grub_probe_segfault.diff: Remove (merged).
2009
2010 * Change the watch file so upstream beta releases are recognized.
2011 * Include /etc/default/grub in bug reports.
2012 * Recommend os-prober (>= 1.32). (Closes: #491872)
2013 * Change the gcc-multilib [sparc] build dependency to gcc-4.4-multilib
2014 [sparc].
2015 * patches/907_grub.cfg_400.diff: New patch to make grub.cfg again mode
2016 444 if it does not contain a password line.
2017 * Use `su' in the bug reporting script to read grub.cfg in case the user
2018 is not allowed to read it.
2019 * Readd grub-pc/kopt-extracted template.
2020
2021 [ Updated translations ]
2022 * Brazilian Portuguese (pt_BR.po) by Flamarion Jorge.
2023 * Japanese (ja.po) by Hideki Yamane. (Closes: #545331)
2024 * Spanish (es.po) by Francisco Javier Cuadrado. (Closes: #545566)
2025 * Italian (it.po) by Luca Monducci. (Closes: #546035)
2026
2027 -- Felix Zielcke <fzielcke@z-51.de> Sat, 12 Sep 2009 15:28:20 +0200
2028
2029 grub2 (1.97~beta2-2) unstable; urgency=low
2030
2031 [ Updated translations ]
2032 * Dutch (nl.po) by Paul Gevers. (Closes: #545050)
2033
2034 [ Felix Zielcke ]
2035 * Move GRUB Legacy's grub-set-default to /usr/lib/grub-legacy in
2036 preparation for GRUB 2's grub-set-default.
2037 * Remove password lines in bug script.
2038
2039 [ Robert Millan ]
2040 * Do not conflict with `grub' dummy package (this prevented upgrades).
2041 * patches/003_grub_probe_segfault.diff: Disable file test codepath, which
2042 wasn't normally used before.
2043
2044 -- Felix Zielcke <fzielcke@z-51.de> Sat, 05 Sep 2009 00:27:22 +0200
2045
2046 grub2 (1.97~beta2-1) unstable; urgency=low
2047
2048 * New upstream beta release.
2049 - Fix loading of FreeBSD modules. (Closes: #544305)
2050
2051 [ Updated translations ]
2052 * French (fr.po) by Christian Perrier. (Closes: #544320)
2053 * Czech (cs.po) by Miroslav Kure. (Closes: #544327)
2054 * Belarusian (be.po) by Hleb Rubanau.
2055 * Arabic (ar.po) by Ossama M. Khayat.
2056 * Catalan (ca.po) by Juan Andrés Gimeno Crespo.
2057 * Russian (ru.po) by Yuri Kozlov. (Closes: #544730)
2058 * Swedish (sv.po) by Martin Ã…gren. (Closes: #544759)
2059 * Brazilian Portuguese (pt_BR.po) by Flamarion Jorge. (Closes: #544810)
2060 * German (de.po) by Helge Kreutzmann. (Closes: #544912)
2061
2062 [ Robert Millan ]
2063 * Build with GCC 4.4.
2064
2065 -- Robert Millan <rmh.debian@aybabtu.com> Fri, 04 Sep 2009 14:40:20 +0200
2066
2067 grub2 (1.97~beta1-1) unstable; urgency=low
2068
2069 * New upstream beta release.
2070
2071 [ Updated translations ]
2072 * German (de.po) by Helge Kreutzmann. (Closes: #544261)
2073 * Asturian (ast.po) by Marcos.
2074 * Georgian (ka.po) by Aiet Kolkhi.
2075
2076 [ Robert Millan ]
2077 * Merge config, templates, postinst, postrm, dirs and install files
2078 into a single source.
2079 * Disable Linux-specific strings on GNU/kFreeBSD. Enable translations
2080 in grub2/linux_cmdline_default. Add grub2/kfreebsd_* strings (still
2081 unused).
2082
2083 -- Felix Zielcke <fzielcke@z-51.de> Sun, 30 Aug 2009 18:01:40 +0200
2084
2085 grub2 (1.96+20090829-1) unstable; urgency=low
2086
2087 * New SVN snapshot.
2088 - Fix filesystem mapping on GNU/kFreeBSD. (Closes: #543950)
2089
2090 * New grub-extras SVN snapshot.
2091 - Add 915resolution support to the GMA500 (poulsbo) graphics chipset.
2092 Thanks to Pedro Bulach Gapski. (Closes: #543917)
2093
2094 * Use `cp -p' to copy /usr/share/grub/default/grub to the temporary
2095 file to preverse permissions.
2096 * Remove also efiemu files from /boot/grub on purge if requested.
2097 * Check that GRUB_CMDLINE_LINUX and GRUB_CMDLINUX_LINUX_DEFAULT is at
2098 the start of line in *.postinst.
2099 * Don't check that $GRUB_CMDLINE_LINUX{,DEFAULT} are non empty strings
2100 in *.config.
2101 * Add empty GRUB_CMDLINE_LINUX to /usr/share/grub/default/grub.
2102 * Factorise the editing of the temporary file. Thanks to Martin F
2103 Krafft.
2104 * Read in /etc/default/grub in *.config files.
2105
2106 [ Updated translations ]
2107 * French (fr.po) by Christian Perrier. (Closes: #544023)
2108 * Russian (ru.po) by Yuri Kozlov. (Closes: #544077)
2109 * Italian (it.po) by Luca Monducci. (Closes: #544200)
2110
2111 -- Felix Zielcke <fzielcke@z-51.de> Sat, 29 Aug 2009 17:01:17 +0200
2112
2113 grub2 (1.96+20090826-3) unstable; urgency=low
2114
2115 * Add missing quotes in grub-pc.config and *.postinst.
2116
2117 -- Felix Zielcke <fzielcke@z-51.de> Wed, 26 Aug 2009 19:14:23 +0200
2118
2119 grub2 (1.96+20090826-2) unstable; urgency=low
2120
2121 * Really use the correct templates in grub-pc.config. ARGS.
2122
2123 -- Felix Zielcke <fzielcke@z-51.de> Wed, 26 Aug 2009 14:10:41 +0200
2124
2125 grub2 (1.96+20090826-1) unstable; urgency=low
2126
2127 * New SVN snapshot.
2128
2129 * Use the right templates in grub-pc.config. (Closes: #543615)
2130
2131 -- Felix Zielcke <fzielcke@z-51.de> Wed, 26 Aug 2009 11:00:36 +0200
2132
2133 grub2 (1.96+20090825-1) unstable; urgency=low
2134
2135 * New SVN snapshot.
2136 - Enable gfxterm only if there's a suitable video backend and don't
2137 print an error if not. (Closes: #520846)
2138
2139 [ Felix Zielcke ]
2140 * Copy unicode.pf2 instead of ascii.pf2 to /boot/grub in grub-pc
2141 postinst (Closes: #542314).
2142 * Update Standards version to 3.8.3.
2143 * Use DEB_HOST_ARCH_CPU for the generation of the lintian overrides.
2144 * Fix calling the grub-pc/postrm_purge_boot_grub template in
2145 grub-pc.postinst.
2146 * Handle GRUB_CMDLINE_LINUX and GRUB_CMDLINE_LINUX_DEFAULT via
2147 debconf. Thanks to Martin F. Krafft and Colin Watson for idea and
2148 hints.
2149 * Use ucfr --force when /etc/default/grub is registered to a grub-* package.
2150 * Use #!/bin/sh in *.config and fix a small bashism in grub-pc.config.
2151
2152 [ Robert Millan ]
2153 * patches/907_terminal_output_workaround.diff: Remove. It seems that
2154 it wasn't really necessary.
2155 * grub-pc.postinst: Avoid printing an error if /etc/kernel-img.conf
2156 doesn't exist, because it is misleading. We simply refrain from
2157 fixing it and move along.
2158 * grub-pc.postinst: Don't schedule generation of grub.cfg via "grub-install"
2159 code path unless we actually run grub-install.
2160 * grub-pc.postinst: Only copy unicode.pf2 and moreblue-orbit-grub.png when
2161 /boot/grub/grub.cfg is scheduled to be generated.
2162 * legacy/upgrade-from-grub-legacy: Reset grub-pc/install_devices.
2163 Thanks Colin Watson. (Closes: #541230)
2164
2165 -- Felix Zielcke <fzielcke@z-51.de> Tue, 25 Aug 2009 21:45:24 +0200
2166
2167 grub2 (1.96+20090808-1) unstable; urgency=low
2168
2169 * New SVN snapshot.
2170 - Fix XFS with inode size different then 256. (Closes: #528761)
2171 - Add support for multiple LVM metadata areas. (LP: #408580)
2172 - patches/008_dac_palette_width.diff: Remove. (merged)
2173 - Prefer unicode over ascii font. (LP: #352034)
2174
2175 [ Felix Zielcke ]
2176 * Fix the generation of the lintian override for efiemu64.o.
2177 * Remove the Conflicts dmsetup.
2178 * Use ?= for setting DEB_HOST_ARCH.
2179 * Document GRUB_DISABLE_LINUX_RECOVERY in /etc/default/grub.
2180 (Closes: #476536 LP: #190207)
2181 * Add docs/grub.cfg to examples.
2182 * patches/01_uuids_and_lvm_dont_play_along_nicely.diff: Updated to
2183 also disable UUIDs on LVM over RAID.
2184 * Add a debconf prompt to remove all grub2 files from /boot/grub on
2185 purge. (Closes: #527068, #470400)
2186 * Move the Suggests: os-prober from grub-pc to grub-common.
2187 * patches/901_dpkg_version_comparison.diff: Updated.
2188 * Update the Replaces on grub-common for the other packages to (<<
2189 1.96+20080831-1). (Closes: #540492)
2190
2191 [ Robert Millan ]
2192 * Reorganize grub-pc.{config,postinst} logic. The idea being that if there's
2193 no trace of GRUB Legacy, the grub-pc/install_devices template will be
2194 shown even if this is the first install.
2195 * When setting grub-pc/install_devices, obtain input dynamically from
2196 grub-mkdevicemap (rather than devices.map). (Closes: #535525)
2197 * Add a note to grub-pc/install_devices template that it's also possible
2198 to install GRUB to a partition boot record.
2199 * patches/002_grub.d_freebsd.in.diff: New patch. Reimplement
2200 10_freebsd.in to handle multiple kernel versions & acpi.ko.
2201
2202 -- Robert Millan <rmh.debian@aybabtu.com> Mon, 10 Aug 2009 18:49:52 +0200
2203
2204 grub2 (1.96+20090725-1) unstable; urgency=high
2205
2206 * New SVN snapshot.
2207 - Don't add drivemap call with Windows Vista/7. It breaks Win 7.
2208 (LP: #402154)
2209
2210 [ Felix Zielcke ]
2211 * Don't build grub-efi-amd64 on hurd-i386.
2212 * Change DEB_BUILD_ARCH to DEB_HOST_ARCH in the check for sparc.
2213 * Don't add the lintian override for kernel.img for sparc and grub-pc.
2214 * Add a lintian override for binary-from-other-architecture for
2215 grub-efi-amd64 and grub-pc on i386.
2216 * Use wildcards in the lintian overrides.
2217 * Add a Conflicts/Replaces for all packages except grub-common.
2218 (Closes: #538177)
2219
2220 [ Robert Millan ]
2221 * 008_dac_palette_width.diff: New patch. Fix blank screen when booting
2222 Linux with vga= parameter set to a packed color mode (<= 8-bit).
2223 (Closes: #535026)
2224 * Set urgency=high because #535026 affects 1.96+20090709-1 which is in
2225 testing now.
2226 * patches/907_terminal_output_workaround.diff: Work around recent regression
2227 with terminal_output command (not critical, just breaks gfxterm).
2228
2229 -- Robert Millan <rmh.debian@aybabtu.com> Sat, 25 Jul 2009 19:00:53 +0200
2230
2231 grub2 (1.96+20090721-4) unstable; urgency=low
2232
2233 * Place grub-ofpathname only in grub-common. (Closes: #537999)
2234
2235 -- Felix Zielcke <fzielcke@z-51.de> Wed, 22 Jul 2009 13:38:24 +0200
2236
2237 grub2 (1.96+20090721-3) unstable; urgency=low
2238
2239 * Don't strip kernel.img on sparc.
2240 * Suggest efibootmgr on grub-efi-{amd64,ia32}.
2241 * Pass --disable-grub-fstest to configure. (Closes: #537897)
2242
2243 -- Felix Zielcke <fzielcke@z-51.de> Tue, 21 Jul 2009 21:46:01 +0200
2244
2245 grub2 (1.96+20090721-2) unstable; urgency=low
2246
2247 * Add back Conflicts/Replaces grub.
2248
2249 -- Felix Zielcke <fzielcke@z-51.de> Tue, 21 Jul 2009 11:24:45 +0200
2250
2251 grub2 (1.96+20090721-1) unstable; urgency=low
2252
2253 * New SVN snapshot.
2254
2255 * Change License of my update-grub(8) and update-grub2(8) manpages to
2256 GPL3+ to match new copyright file.
2257 * Merge from Ubuntu: Don't build grub-efi-amd64 on lpia.
2258 * Don't pass `--enable-efiemu' to configure. On kfreebsd-i386 it won't
2259 compile and it should be now auto detected if it's compilable.
2260 (Closes: #536783)
2261 * Don't build grub-efi-amd64 on kfreebsd-i386. It lacks 64bit compiler
2262 support.
2263 * Rename the lintian override for kernel.elf to kernel.img.
2264 * Strip kernel.img not kernel.elf, but not in the case of grub-pc.
2265 * Rename the Conflicts/Replaces grub to grub-legacy. (Closes: #537824)
2266
2267 -- Felix Zielcke <fzielcke@z-51.de> Tue, 21 Jul 2009 10:50:20 +0200
2268
2269 grub2 (1.96+20090709-1) unstable; urgency=low
2270
2271 * New SVN snapshot.
2272
2273 * control (Build-Depends): Add gcc-multilib [sparc].
2274 * copyright: Rewrite using DEP-5 format.
2275 * Merge grub-extras into the package, and integrate it with GRUB's
2276 build system.
2277 - patches/906_grub_extras.diff
2278 - rules
2279 - copyright
2280
2281 -- Robert Millan <rmh.debian@aybabtu.com> Thu, 09 Jul 2009 00:26:49 +0200
2282
2283 grub2 (1.96+20090702-1) unstable; urgency=low
2284
2285 * New SVN snapshot.
2286 * rules: Remove duplicated files in sparc64-ieee1275 port.
2287 * rules: Comment out -DGRUB_ASSUME_LINUX_HAS_FB_SUPPORT=1 setting. We'll
2288 re-evaluate using it when it's more mature. (Closes: #535026).
2289
2290 -- Robert Millan <rmh.debian@aybabtu.com> Thu, 02 Jul 2009 13:23:51 +0200
2291
2292 grub2 (1.96+20090629-1) unstable; urgency=low
2293
2294 * New SVN snapshot.
2295 - Misc fixes in Linux loader.
2296
2297 * control (grub-firmware-qemu): Make it buildable only on i386/amd64.
2298 * control: Add sparc (grub-ieee1275), remove remnants of ppc64.
2299 * rules: Include all modules in grub-firmware-qemu build.
2300
2301 -- Robert Millan <rmh.debian@aybabtu.com> Mon, 29 Jun 2009 19:22:37 +0200
2302
2303 grub2 (1.96+20090628-1) unstable; urgency=low
2304
2305 * New SVN snapshot.
2306 * Re-enable QEMU port.
2307
2308 -- Robert Millan <rmh.debian@aybabtu.com> Sun, 28 Jun 2009 01:11:10 +0200
2309
2310 grub2 (1.96+20090627-2) unstable; urgency=low
2311
2312 * Disable QEMU port untill it goes through NEW.
2313 * Upload to unstable.
2314
2315 -- Robert Millan <rmh.debian@aybabtu.com> Sat, 27 Jun 2009 18:40:17 +0200
2316
2317 grub2 (1.96+20090627-1) experimental; urgency=low
2318
2319 * New SVN snapshot.
2320 - Fix parsing of --output in grub-mkconfig. (Closes: #532956)
2321
2322 [ Felix Zielcke ]
2323 * Use ucfr --force in grub-ieee1275.postinst in case we're upgrading
2324 from previous version. It registered /etc/default/grub wrongly with
2325 package iee1275.
2326 * Drop the build dependency on libc6-dev-i386.
2327 * Remove ppc64 from the Architectures. It's totally dead.
2328 * Add a note to /etc/default/grub that update-grub needs to be run to
2329 update grub.cfg. (Closes: #533026)
2330 * Fix the svn-snapshot rule.
2331 * Update Standards version to 3.8.2. No changes needed.
2332
2333 [ Robert Millan ]
2334 * legacy/upgrade-from-grub-legacy: Invoke grub-pc.postinst directly rather
2335 than dpkg-reconfigure. Since we pretend we're upgrading, it will DTRT.
2336 * Add grub-firmware-qemu package.
2337 - patches/008_qemu.diff: QEMU port (patch from upstream).
2338 - control (grub-firmware-qemu): New package.
2339 - rules: Add grub-firmware-qemu targets.
2340 - debian/grub-firmware-qemu.dirs
2341 - debian/grub-firmware-qemu.install
2342 * patches/906_revert_to_linux16.diff: Remove, now that gfxpayload is
2343 supported.
2344
2345 -- Robert Millan <rmh.debian@aybabtu.com> Sat, 27 Jun 2009 00:46:23 +0200
2346
2347 grub2 (1.96+20090611-1) experimental; urgency=low
2348
2349 * New SVN snapshot.
2350
2351 * Append .diff to patches/01_uuids_and_lvm_dont_play_along_nicely so
2352 it gets really applied.
2353 * Drop completely the build dependency on gcc-multilib.
2354 * Instead of arborting in the preinst if /etc/kernel-img.conf still
2355 contains /sbin/update-grub, change the file with sed. Policy allows
2356 thisi, because it's not a conffile, according to Colin Watson.
2357 * Change /etc/default/grub to an ucf managed file instead of dpkg
2358 conffile.
2359
2360 -- Felix Zielcke <fzielcke@z-51.de> Fri, 12 Jun 2009 11:46:24 +0200
2361
2362 grub2 (1.96+20090609-1) experimental; urgency=low
2363
2364 * New SVN snapshot.
2365 - Fix variable parsing inside strings. (Closes: #486180)
2366 - Add `true' command. (Closes: #530736)
2367
2368 [ Robert Millan ]
2369 * Split grub-efi in grub-efi-ia32 and grub-efi-amd64, both available
2370 on i386 and amd64. (Closes: #524756)
2371 * Add kopensolaris-i386 to arch list.
2372
2373 [ Felix Zielcke ]
2374 * Add a NEWS entry about the grub-efi split.
2375 * Drop the build dependency on gcc-multilib for all *i386.
2376 * Change upgrade-from-grub-legacy to use `dpkg-reconfigure grub-pc' to
2377 install grub2 into MBR.
2378
2379 [ New translations ]
2380 * Catalan (ca.po) by Jordi Mallach.
2381
2382 [ Updated translations ]
2383 * Spanish (es.po) by Francisco Javier Cuadrado. (Closes: #532407)
2384
2385 -- Jordi Mallach <jordi@debian.org> Tue, 09 Jun 2009 19:21:15 +0200
2386
2387 grub2 (1.96+20090603-1) unstable; urgency=low
2388
2389 * New SVN snapshot.
2390
2391 * Abort the install of grub-pc if /etc/kernel-img.conf still contains
2392 /sbin/update-grub (Closes: #500631).
2393
2394 -- Felix Zielcke <fzielcke@z-51.de> Wed, 03 Jun 2009 20:01:11 +0200
2395
2396 grub2 (1.96+20090602-1) unstable; urgency=low
2397
2398 * New SVN snapshot.
2399
2400 [ Felix Zielcke ]
2401 * Skip floopies in the grub-install debconf prompt in grub-pc postinst.
2402 Patch by Fabian Greffrath. (Closes: #530848)
2403
2404 [ Robert Millan ]
2405 * Change Vcs-Browser field to viewsvn.
2406
2407 [ Felix Zielcke ]
2408 * Change Vcs-Svn field to point to the trunk. (Closes: #531391)
2409 * patches/01_uuids_and_lvm_dont_play_along_nicely: New patch.
2410 On Debian root=UUID= with lvm still doestn't work so disable it.
2411 (Closes: #530357)
2412 * Remove Otavio Salvador from Uploaders with his permission.
2413 * add grub-pc.preinst
2414
2415 -- Felix Zielcke <fzielcke@z-51.de> Wed, 03 Jun 2009 14:42:11 +0200
2416
2417 grub2 (1.96+20090523-1) unstable; urgency=low
2418
2419 * New SVN snapshot.
2420 - Add drivemap command, similar to grub-legacy's map command.
2421 (Closes: 503630)
2422 - Export GRUB_TERMINAL_INPUT in grub-mkconfig. (Closes: #526741)
2423
2424 [ Robert Millan ]
2425 * rules: Set GRUB_ASSUME_LINUX_HAS_FB_SUPPORT=1 in CFLAGS.
2426 * patches/905_setup_force.diff: Relax blocklist warnings.
2427 * patches/906_revert_to_linux16.diff: Keep using linux16 for now.
2428
2429 [ Felix Zielcke ]
2430 * patches/07_core_in_fs.diff: Updated.
2431 * Remove /etc/grub.d/10_hurd on non-Hurd systems in the grub-common
2432 preinst. Likewise for 10_freebsd for non kFreebsd and 10_linux on
2433 kFreebsd and Hurd. (Closes: #523777)
2434
2435 -- Felix Zielcke <fzielcke@z-51.de> Sat, 23 May 2009 20:05:10 +0200
2436
2437 grub2 (1.96+20090504-1) experimental; urgency=low
2438
2439 * New SVN snapshot.
2440 - Add support for parttool command, which can be used to hide partitions.
2441 (Closes: #505905)
2442 - Fix a segfault with LVM on RAID. (Closes: #520637)
2443 - Add support for char devices on (k)FreeBSD. (Closes: #521292)
2444 - patches/08_powerpc-ieee1275_build_fix.patch: Remove (merged).
2445
2446 [ Updated translations ]
2447 * Basque (eu.po) by Piarres Beobide. (Closes: #522457)
2448 * German (de.po) by Helge Kreutzmann. (Closes: #522815)
2449
2450 [ Robert Millan ]
2451 * Update my email address.
2452 * Remove 04_uuids_and_abstraction_dont_play_along_nicely.diff now that
2453 bugs #435983 and #455746 in mdadm and dmsetup have been fixed.
2454
2455 [ Felix Zielcke ]
2456 * Place new grub-dumpbios in grub-common.
2457 * Add lpia to the archictectures to reduce the ubuntu delta.
2458 * Add a manpage for the update-grub and update-grub2 stubs, written by
2459 me. (Closes: #523876)
2460 * Suggest genisoimage on grub-pc and grub-ieee1275, because grub-mkrescue
2461 needs it to create a cd image. (Closes: #525845)
2462 * Add a dependency on $(AUTOGEN_FILES) for the configure/grub-common target,
2463 this is needed now that upstream removed the autogenerated files from SVN.
2464 * Add `--enable-efiemu to' `./configure' flags.
2465 * Add a build dependency on gcc-multilib for i386.
2466 * Drop alternate build dependency on gcc-4.1 (<< 4.1.2).
2467
2468 -- Felix Zielcke <fzielcke@z-51.de> Mon, 04 May 2009 21:01:22 +0200
2469
2470 grub2 (1.96+20090402-1) experimental; urgency=low
2471
2472 * New SVN snapshot.
2473 - Fix regression in disk/raid.c. (Closes: #521897, #514338)
2474 - Fix handling of filename string lengths in HFS.
2475 (Really closes: #516458).
2476 * Add myself to Uploaders.
2477 * Add patch 08_powerpc-ieee1275_build_fix.patch to fix powerpc-ieee1275
2478 builds which were lacking header files for kernel_elf_HEADERS. Thanks
2479 Vladimir Serbinenko.
2480
2481 -- Jordi Mallach <jordi@debian.org> Fri, 03 Apr 2009 20:58:37 +0200
2482
2483 grub2 (1.96+20090401-1) experimental; urgency=low
2484
2485 [ Felix Zielcke ]
2486 * New SVN snapshot.
2487 - Pass grub's gfxterm mode to Linux kernel. (Closes: #519506)
2488 - Fix ext4 extents on powerpc. (Closes: #520286)
2489
2490 [ Robert Millan ]
2491 * Remove grub-of transitional package (Lenny had grub-ieee1275 already).
2492 * Fix kopt parsing in grub-pc.config. Thanks Marcus Obst. (Closes: #514837)
2493 * Add debconf template to automatically run grub-install during upgrades
2494 (prior user confirmation). (Closes: #514705)
2495
2496 -- Robert Millan <rmh@aybabtu.com> Wed, 01 Apr 2009 01:19:45 +0200
2497
2498 grub2 (1.96+20090317-1) unstable; urgency=low
2499
2500 * New SVN snapshot.
2501 - Fix loading of files with underscore in HFS. (Closes: #516458)
2502
2503 * Update Standards version to 3.8.1. No changes needed.
2504
2505 [ Updated translations ]
2506 * Brazilian Portuguese (pt_BR.po) by Flamarion Jorge. (Closes: #519417)
2507
2508 -- Felix Zielcke <fzielcke@z-51.de> Tue, 17 Mar 2009 14:42:10 +0100
2509
2510 grub2 (1.96+20090309-1) unstable; urgency=low
2511
2512 * New SVN snapshot.
2513
2514 -- Felix Zielcke <fzielcke@z-51.de> Mon, 09 Mar 2009 10:03:13 +0100
2515
2516 grub2 (1.96+20090307-1) unstable; urgency=low
2517
2518 * New SVN snapshot.
2519 - Add support for /dev/md/dNNpNN mdraid devices. (Closes: #509960)
2520 - Add new PF2 fontengine. (Closes: #510344)
2521 - Avoid mounting ext2 partitions with backward-incompatible features.
2522 (Closes: #502333)
2523 - Try to avoid false positives with FAT. (Closes: #514263)
2524
2525 [ Felix Zielcke ]
2526 * Remove build-dependency on unifont package and add one for bf-utf-source
2527 package and libfreetype6-dev
2528 * grub-pc.postinst: Copy new ascii.pf2 instead of old ascii.pff to /boot/grub.
2529 * Add `--enable-grub-mkfont' to configure flags.
2530 * Put new grub-mkfont in grub-common package.
2531 * Add a dependency for ${misc:Depends} to all packages to make lintian a bit
2532 more happy.
2533 * Detect when grub-setup leaves core.img in filesystem, and include that
2534 info in bug report templates.
2535 - debian/patches/07_core_in_fs.diff
2536 - debian/script
2537 * Add myself to Uploads and add `DM-Upload-Allowed: yes' tag.
2538
2539 [ Updated translations ]
2540 * Asturian (ast.po) by Marcos Alvarez Costales. (Closes: #511144)
2541 * Traditional Chinese (zh_TW.po) by Tetralet. (Closes: #513918)
2542 * Belarusian (be.po) by Pavel Piatruk. (Closes: #516243)
2543
2544 -- Felix Zielcke <fzielcke@z-51.de> Sat, 07 Mar 2009 11:54:43 +0100
2545
2546 grub2 (1.96+20081201-1) experimental; urgency=low
2547
2548 * New SVN snapshot.
2549
2550 -- Robert Millan <rmh@aybabtu.com> Mon, 1 Dec 2008 00:07:31 +0100
2551
2552 grub2 (1.96+20081120-1) experimental; urgency=low
2553
2554 * New SVN snapshot.
2555
2556 * Update to new debian theme.
2557 - grub-pc.postinst: Switch to moreblue-orbit-grub.png.
2558 - grub.d/05_debian_theme: Likewise.
2559 * grub.d/05_debian_theme:
2560 - Update to use new grub-mkconfig_lib instead of the deprecated
2561 update-grub_lib.
2562 - Update to check if `GRUB_TERMINAL_OUTPUT' is `gfxterm' instead of
2563 `GRUB_TERMINAL'.
2564
2565 [ Updated translations ]
2566 * Romanien (ro.po) by Eddy Petrișor. (Closes: #506039)
2567
2568 -- Felix Zielcke <fzielcke@z-51.de> Thu, 20 Nov 2008 20:25:56 +0100
2569
2570 grub2 (1.96+20081108-1) experimental; urgency=low
2571
2572 * New SVN snapshot.
2573 - Add support for /dev/md/N style mdraid devices. (Closes: #475585)
2574 - Handle LVM dash escaping. (Closes: #464215)
2575 - Use case insensitive match in NTFS. (Closes: #497889)
2576 - Use hd%d drive names in grub-mkdevicemap for all architectures.
2577 (Closes: #465365)
2578 - Handle LVM circular metadata. (Closes: #462835, #502953)
2579 - Fix NULL dereference and failure paths in LVM. Thanks Guillem Jover.
2580 (Closes: #500482)
2581 - Provides GRUB header files (only in grub-common).
2582
2583 [ Updated translations ]
2584 * Dutch (nl.po) by Paul Gevers. (Closes: #500514)
2585 * French (fr.po) by Christian Perrier. (Closes: #503708)
2586 * Georgian (ka.po) by Aiet Kolkhi. (Closes: #503715)
2587 * Czech (cs.po) by Miroslav Kure. (Closes: #503809)
2588 * German (de.po) by Helge Kreutzmann. (Closes: #503841)
2589 * Japanese (ja.po) by Hideki Yamane. (Closes: #503869)
2590 * Italian (it.po) by Luca Monducci. (Closes: #504076)
2591 * Swedish (sv.po) by Martin Ã…gren. (Closes: #504207)
2592 * Arabic (ar.po) by Ossama Khayat. (Closes: #504254)
2593 * Portuguese (pt.po) by Miguel Figueiredo. (Closes: #504280)
2594 * Russian (ru.po) by Yuri Kozlov. (Closes: #504324)
2595 * Finnish (fi.po) by Esko Arajärvi. (Closes: #504310)
2596 * Basque (eu.po) by Piarres Beobide. (Closes: #504466)
2597 * Dutch (nl.po) by Paul Gevers. (Closes: #504683)
2598
2599 [ Felix Zielcke ]
2600 * patches/01_grub_legacy_0_based_partitions.diff: Rename to
2601 * patches/903_grub_legacy_0_based_partitions.diff: this and adapt for
2602 s/biosdisk.c/hostdisk.c/ rename upstream.
2603 * patches/03_disable_floppies.diff
2604 patches/904_disable_floppies.diff: Likewise.
2605 * update-grub has been renamed to grub-mkconfig, so provide a stub for
2606 compatibility.
2607 * Make grub-pc/linux_cmdline debconf template translatable. (Closes: #503478)
2608 * Remove ro.po and ta.po. They don't contain a single translated
2609 message.
2610
2611 [ Robert Millan ]
2612 * control: Make grub-common dependency = ${binary:Version}.
2613 * default/grub: Set GRUB_CMDLINE_LINUX=quiet to syncronize with
2614 default D-I settings.
2615
2616 -- Robert Millan <rmh@aybabtu.com> Sat, 8 Nov 2008 13:54:10 +0100
2617
2618 grub2 (1.96+20080831-1) experimental; urgency=low
2619
2620 * New SVN snapshot.
2621 - patches/00_fix_double_prefix.diff: Remove (merged). (Closes: #487565)
2622 - patches/00_getline.diff: Remove (merged). (Closes: #493289)
2623 - Handle errors in RAID/LVM scan routine (rather than letting the upper
2624 layer cope with them). (Closes: #494501, #495049)
2625 - patches/901_linux_coreboot.diff: Remove (replaced).
2626 - Add support for GFXMODE variable (Closes: #493106)
2627 - Skips /dev/.* in grub-probe. (Closes: #486624)
2628 - RAID code has various fixes. (Closes: #496573)
2629 - Buffered file read is now used to read the background image faster.
2630 (Closes: #490584)
2631
2632 * We are already using LZMA, because upstream includes it's own lzma encoder,
2633 so drop completely the liblzo handling in control and rules files.
2634
2635 [ Felix Zielcke ]
2636 * Remove the 1.95 partition numbering transition debconf warning
2637 from grub2 package and removed it from all languages (*.po).
2638 (Closes: #493744)
2639 * Add a comment for the new GFXMODE in default/grub.
2640 * debian/rules:
2641 - Remove 2 ./configure options which it didn't understand.
2642 - New grub-mkelfimage belongs to grub-common.
2643 * debian/control:
2644 - Change debhelper compat level to 7 and build depend on it >= 7.
2645 - Remove ${misc:Depend} dependency on all packages except grub-pc which is
2646 the only one using debconf.
2647 - Replace deprecated ${Source-Version} with ${source:Version} for <<
2648 dependency and with ${build:Version} for = ones.
2649 - Remove versioned dependency of Build-Depends patchutils and cdbs,
2650 because etch has newer versions then the one used.
2651 - Remove dpkg-dev completely from Build-Depends because it's
2652 build-essentail and a non versioned dependency results in a lintian error.
2653 - Remove Conflict/Replaces pupa, it has been removed from Debian 2004.
2654 - Change build-dependency of unifont-bin to unifont (>= 1:5.1.20080820),
2655 it's the new package containing unifont.hex and that version to avoid
2656 licensing problems (Closes: #496061)
2657 - Remove Jason Thomas from Uploaders with his permission.
2658 * Preserve arguments in update-grub2 stub. (Closes: #496610)
2659
2660 [ Updated translations ]
2661 * Japanese (ja.po) by Hideki Yamane (Closes: #493347)
2662
2663 [ Robert Millan ]
2664 * Move a few files to grub-common and remove them from the arch-
2665 specific packages.
2666 * patches/02_old_linux_version_comparison.diff: Replace with ...
2667 * patches/901_dpkg_version_comparison.diff: ... this.
2668 Use dpkg --compare-versions in update-grub. (Closes: #494158)
2669 * patches/03_disable_floppies.diff: Free .drive struct member when skipping
2670 floppy drives. (Closes: #496040)
2671 * patches/902_boot_blocklist_hack.diff: Support separate /boot when using
2672 blocklists. (Closes: #496820, #489287, #494589)
2673
2674 -- Robert Millan <rmh@aybabtu.com> Sun, 31 Aug 2008 18:40:09 +0200
2675
2676 grub2 (1.96+20080730-1) experimental; urgency=low
2677
2678 * New SVN snapshot.
2679 - patches/00_fix_overflow.diff: Remove (merged).
2680 - patches/00_uuid_boot.diff: Remove (merged).
2681 - patches/00_raid_duped_disks.diff: Remove (merged).
2682 - patches/00_xfs.diff: Remove (merged).
2683 - patches/00_strengthen_apple_partmap_check.diff: Remove (merged).
2684 - patches/00_skip_dev_dm.diff: Remove (merged).
2685
2686 * patches/901_linux_coreboot.diff: Implements Linux load on Coreboot
2687 (patch from Coresystems).
2688
2689 * grub-linuxbios -> grub-coreboot rename again.
2690
2691 -- Robert Millan <rmh@aybabtu.com> Wed, 30 Jul 2008 22:12:07 +0200
2692
2693 grub2 (1.96+20080724-4) unstable; urgency=high
2694
2695 * patches/00_fix_overflow.diff: fix overflow with a big grub.cfg.
2696 (Closes: #473543)
2697
2698 -- Felix Zielcke <fzielcke@z-51.de> Tue, 29 Jul 2008 17:10:59 +0200
2699
2700 grub2 (1.96+20080724-3) unstable; urgency=low
2701
2702 [ Felix Zielcke ]
2703 * changed dependency for debconf to also support debconf-2.0. (Closes: #492543)
2704 * patches/00_xfs.diff: Fix "out of partition" error with XFS.
2705 (Closes: #436943)
2706
2707 [ Robert Millan ]
2708 * patches/00_raid_duped_disks.diff: Do not abort when two RAID disks with
2709 the same number are found. (Closes: #492656)
2710 * patches/00_strengthen_apple_partmap_check.diff: Be more strict when probing
2711 for Apple partition maps (this prevents false positives on i386-pc
2712 installs). (Closes: #475718)
2713
2714 -- Robert Millan <rmh@aybabtu.com> Tue, 29 Jul 2008 00:48:01 +0200
2715
2716 grub2 (1.96+20080724-2) unstable; urgency=high
2717
2718 [ Felix Zielcke ]
2719 * fixed lintian override for kernel.elf
2720 * debian/rules: changed cvs targets to use svn
2721
2722 [ Robert Millan ]
2723 * patches/00_skip_dev_dm.diff: Skip /dev/dm-[0-9] devices also (implicitly)
2724 for RAID. (Closes: #491977)
2725 * patches/00_uuid_boot.diff: Fix cross-disk installs by using UUIDs.
2726 (Closes: #492204)
2727
2728 -- Robert Millan <rmh@aybabtu.com> Sat, 26 Jul 2008 01:06:07 +0200
2729
2730 grub2 (1.96+20080724-1) unstable; urgency=high
2731
2732 * New SVN snapshot.
2733 - Support for ext4dev extents.
2734 - patches/00_speed_up_font_load.diff: Remove (merged).
2735
2736 [ Felix Zielcke ]
2737 * upgrade-from-grub-legacy now calls update-grub if grub.cfg doestn't exist
2738 and prints a big warning if it failed.
2739 * Update Standards version to 3.8.0. No changes need.
2740 * Added Build-Dep for po-debconf and a lintian override, to make it happy.
2741
2742 [ Updated translations ]
2743 * Swedish (sv.po) by Martin Ã…gren (Closes: #492056)
2744
2745 [ Robert Millan ]
2746 * Revert r844. grub-coreboot is stuck on NEW, and it was too early
2747 for branching.
2748
2749 -- Robert Millan <rmh@aybabtu.com> Thu, 24 Jul 2008 13:27:53 +0200
2750
2751 grub2 (1.96+20080717-1) experimental; urgency=low
2752
2753 * New SVN snapshot.
2754 - Provides LZMA support (not yet used in the package).
2755 - Fix grub-mkrescue manpage generation. (Closes: #489440)
2756
2757 * Rename grub-linuxbios to grub-coreboot (and leave a dummy grub-linuxbios
2758 package to handle upgrades).
2759
2760 [ Updated translations ]
2761 * Spanish (es.po) by Maria Germana Oliveira Blazetic (Closes: #489877)
2762 * Portuguese (pt.po) by Ricardo Silva (Closes: #489807)
2763
2764 -- Robert Millan <rmh@aybabtu.com> Sat, 12 Jul 2008 17:47:09 +0200
2765
2766 grub2 (1.96+20080704-2) unstable; urgency=high
2767
2768 * patches/02_old_linux_version_comparison.diff: Set interpreter to /bin/bash.
2769 (Closes: #489426, #489446)
2770
2771 -- Robert Millan <rmh@aybabtu.com> Mon, 7 Jul 2008 15:17:58 +0200
2772
2773 grub2 (1.96+20080704-1) unstable; urgency=high
2774
2775 * New SVN snapshot.
2776 * default/grub: Add commented example to disable graphical terminal.
2777 * Use substvars to support linking with liblzo1.
2778 * Bring 03_disable_floppies.diff to pre-r805 state. (Closes: #488375)
2779 * patches/02_old_linux_version_comparison.diff: New patch. Steal version
2780 comparison code from GRUB Legacy's update-grub. (Closes: #464086, #489133)
2781 * patches/00_speed_up_font_load.diff: New patch. Generate font files with
2782 only the needed characters. (Closes: #476479, #477083)
2783
2784 -- Robert Millan <rmh@aybabtu.com> Fri, 4 Jul 2008 21:39:07 +0200
2785
2786 grub2 (1.96+20080626-1) unstable; urgency=high
2787
2788 * New CVS snapshot.
2789 - Avoids passing UUID to Linux when not using initrd. (Closes: #484228)
2790 - patches/04_uuids_and_abstraction_dont_play_along_nicely.diff: Resync.
2791
2792 -- Robert Millan <rmh@aybabtu.com> Thu, 26 Jun 2008 16:43:48 +0200
2793
2794 grub2 (1.96+20080621-1) unstable; urgency=high
2795
2796 * Urgency set to "high" because of #482688.
2797 * New CVS snapshot.
2798 - Fix module load hook in prepare_grub_to_access_device().
2799 (Closes: #486804)
2800 - Call prepare_grub_to_access_device() before accessing devices, never
2801 afterwards. (Closes: #487198)
2802 * grub.d/05_debian_theme: Prefer /boot/grub over /usr for image
2803 loading, since chances are it's less LVMed.
2804
2805 -- Robert Millan <rmh@aybabtu.com> Sat, 21 Jun 2008 15:52:48 +0200
2806
2807 grub2 (1.96+20080617-1) unstable; urgency=low
2808
2809 * New CVS snapshot.
2810 - Supports IDA block devices. (Closes: #483858)
2811 - Fixes some problems in ext2/ext3. (Closes: #485068, #485065)
2812 - Uses EUID instead of UID in update-grub. (Closes: #486043, #486039,
2813 #486040, #486041).
2814 - Fixes incomplete I2O device support. Thanks Sven Mueller.
2815 (Closes: #486505)
2816 - Fixes recent regressions in fs/ext2.c. (Closes: #485279)
2817 - Only use UUIDs when requested device is not the same as the one
2818 providing /boot. (Closes: #486119)
2819 - patches/02_libgcc_powerpc_hack.diff: Remove. Probably not needed
2820 anymore.
2821 - patches/04_uuids_and_abstraction_dont_play_along_nicely.diff: Update.
2822 * patches/06_olpc_prefix_hack.diff: Hardcode prefix to (sd,1) on OLPC.
2823 * Refurbish 03_disable_floppy_support_in_util_biosdisk.diff into
2824 03_disable_floppies.diff.
2825
2826 -- Robert Millan <rmh@aybabtu.com> Tue, 17 Jun 2008 01:07:52 +0200
2827
2828 grub2 (1.96+20080601-2) unstable; urgency=low
2829
2830 * 04_run_grub_mkdevicemap_when_grub_probe_fails.diff: Remove. Argueably
2831 makes grub-probe unreliable and is quite annoying.
2832 * 04_uuids_and_abstraction_dont_play_along_nicely.diff: New patch. Disable
2833 UUID parameter to Linux when LVM or dmRAID is in use. (Closes: #484228)
2834 This is a workaround for bug #484297 in udev.
2835
2836 -- Robert Millan <rmh@aybabtu.com> Tue, 3 Jun 2008 16:29:53 +0200
2837
2838 grub2 (1.96+20080601-1) unstable; urgency=low
2839
2840 * New CVS snapshot.
2841 - patches/06_backward_compat_in_uuid_support.diff: Merged.
2842 - Fixes NULL pointer dereference in biosdisk.c. (Closes: #483895, #483900)
2843 - Extends UUID support for XFS and ReiserFS.
2844
2845 -- Robert Millan <rmh@aybabtu.com> Sun, 1 Jun 2008 15:44:08 +0200
2846
2847 grub2 (1.96+20080531-1) unstable; urgency=low
2848
2849 * New CVS snapshot.
2850 - Work around BIOS bug affecting keyboard on macbooks. (Closes: #482860)
2851 - Adjust grub.d/05_debian_theme to use the new UUID-compatible API.
2852 - default/grub: Add commented GRUB_DISABLE_LINUX_UUID variable.
2853 - patches/06_backward_compat_in_uuid_support.diff: New. Make update-grub
2854 generate code that is compatible with older GRUB installs.
2855 - util/biosdisk.c no longer complains about duplicated device.map entries.
2856 (Closes: #481236)
2857
2858 [ Updated translations ]
2859 * Galician (gl.po) by Jacobo Tarrio (Closes: #480977)
2860
2861 -- Robert Millan <rmh@aybabtu.com> Sat, 31 May 2008 00:02:54 +0200
2862
2863 grub2 (1.96+20080512-1) unstable; urgency=low
2864
2865 * New CVS snapshot.
2866 - Adds support for default-only Linux cmdline options. (Closes: #460843)
2867 - Supports Xen virtual block devices. (Closes: #456777)
2868 - Supports Virtio block devices. (Closes: #479056)
2869 - Supports CCISS block devices. (Closes: #479735)
2870 - Fixes handling of more LVM abnormal conditions. (Closes: #474343,
2871 #474931, #477175)
2872
2873 * Switch to liblzo2 now that it's GPLv3-compatible. (Closes: #466375)
2874 * grub-pc.postinst: Escape \ and / in cmdline sed invokation.
2875 (Closes: #479279)
2876
2877 [ Updated translations ]
2878 * Italian (it.po) by Luca Monducci (Closes: #480740)
2879
2880 -- Robert Millan <rmh@aybabtu.com> Mon, 12 May 2008 17:46:38 +0200
2881
2882 grub2 (1.96+20080429-1) unstable; urgency=high
2883
2884 * New CVS snapshot.
2885 - Includes sample grub.cfg file; we use it for grub-rescue-pc.
2886 (Closes: #478324)
2887 * grub-common: Upgrade Replaces to << 1.96+20080426-3. (Closes: #478224,
2888 #478353, #478144)
2889
2890 [ Updated translations ]
2891 * French (fr.po) by Christian Perrier (Closes: #471291)
2892
2893 -- Robert Millan <rmh@aybabtu.com> Tue, 29 Apr 2008 13:27:52 +0200
2894
2895 grub2 (1.96+20080426-1) unstable; urgency=high
2896
2897 * New CVS snapshot.
2898 - Fixes syntax error when setting GRUB_PRELOAD_MODULES. (Closes: #476517)
2899 * Move os-prober to Suggests, to avoid trouble with #476184.
2900 (Closes: #476684)
2901 * patches/04_run_grub_mkdevicemap_when_grub_probe_fails.diff: New patch,
2902 does what its name says. (Closes: #467127)
2903 - Also move grub-mkdevicemap from grub-pc to grub-common, so that GRUB
2904 Legacy can use it.
2905
2906 [ Updated translations ]
2907 * Basque (eu.po) by Piarres Beobide (Closes: #476708)
2908
2909 -- Robert Millan <rmh@aybabtu.com> Sat, 26 Apr 2008 20:06:55 +0200
2910
2911 grub2 (1.96+20080413-1) unstable; urgency=high
2912
2913 * New CVS snapshot.
2914 - Provides 30_os-prober update-grub add-on. Thanks Fabian Greffrath.
2915 (Closes: #461442)
2916 - Improves robustness when handling LVM.
2917 (Closes: #474931, #474343)
2918 * patches/03_disable_floppy_support_in_util_biosdisk.diff: New. Does
2919 what its name says. (Closes: #475177)
2920
2921 -- Robert Millan <rmh@aybabtu.com> Sun, 13 Apr 2008 13:53:28 +0200
2922
2923 grub2 (1.96+20080408-1) unstable; urgency=low
2924
2925 * New CVS snapshot.
2926 - grub-probe skips non-existant devices when processing device.map.
2927 (Closes: #473209)
2928 * control: Fix syntax error.
2929
2930 [ Updated translations ]
2931 * Finnish (fi.po) by Esko Arajärvi (Closes: #468641)
2932
2933 -- Robert Millan <rmh@aybabtu.com> Tue, 8 Apr 2008 15:45:25 +0200
2934
2935 grub2 (1.96+20080228-1) unstable; urgency=low
2936
2937 * New CVS snapshot.
2938 * Split grub-probe into grub-common package. Make all flavours depend on it.
2939 (Closes: #241972)
2940 * Suggest multiboot-doc.
2941 * patches/01_grub_legacy_0_based_partitions.diff: New patch. Add a hack that
2942 tells grub-probe you want 0-based partition count
2943 (GRUB_LEGACY_0_BASED_PARTITIONS variable)
2944 * Stop depending on lsb-release (too heavy! we don't need python in base).
2945 Instead of assuming it's there, try calling it and otherwise just echo
2946 Debian.
2947
2948 -- Robert Millan <rmh@aybabtu.com> Thu, 28 Feb 2008 16:43:40 +0100
2949
2950 grub2 (1.96+20080219-3) unstable; urgency=low
2951
2952 * default/grub: Use lsb_release to support Debian derivatives.
2953 (Closes: #466561)
2954 * grub.d/05_debian_theme: Only setup background image when a reader for it
2955 is present in /boot/grub. (Closes: #467111)
2956
2957 [ Updated translations ]
2958 * Russian (ru.po) by Yuri Kozlov (Closes: #467181)
2959
2960 -- Robert Millan <rmh@aybabtu.com> Sun, 24 Feb 2008 15:39:50 +0100
2961
2962 grub2 (1.96+20080219-2) unstable; urgency=high
2963
2964 * grub-pc.postinst: Create /boot/grub if it doesn't exist.
2965
2966 -- Robert Millan <rmh@aybabtu.com> Wed, 20 Feb 2008 07:15:14 +0100
2967
2968 grub2 (1.96+20080219-1) unstable; urgency=high
2969
2970 * New CVS snapshot.
2971 - Improves GPT support, allowing it to work without blocklists.
2972
2973 -- Robert Millan <rmh@aybabtu.com> Tue, 19 Feb 2008 15:05:10 +0100
2974
2975 grub2 (1.96+20080216-1) unstable; urgency=high
2976
2977 * New CVS snapshot.
2978 - Fixes offset calculation issue when installing on GPT (urgency set
2979 to high because of this).
2980 * Fix Vcs-Browser tag. Thanks James. (Closes: #465697)
2981 * Only process grub-pc/linux_cmdline if /boot/grub/menu.lst exists.
2982 (Closes: #465708)
2983
2984 [ Updated translations ]
2985 * French (fr.po) by Christian Perrier (Closes: #465706)
2986
2987 -- Robert Millan <rmh@aybabtu.com> Sat, 16 Feb 2008 23:30:55 +0100
2988
2989 grub2 (1.96+20080213-1) unstable; urgency=low
2990
2991 * New CVS snapshot.
2992 - Failure to read one device in a RAID-1 array no longer causes boot
2993 to fail (so long as there's a member that works). (Closes: #426341)
2994 * script: For /proc/mounts, only report lines that start with /dev/.
2995 * Add new upgrade-from-grub-legacy script for the user to complete the upgrade
2996 process from GRUB Legacy, and advertise it prominently in menu.lst.
2997 (Closes: #464912)
2998 * Add a hack to support gfxterm / background_image on systems where /usr
2999 isn't accessible. (Closes: #464911, #463144)
3000 - grub-pc.postinst
3001 - grub.d/05_debian_theme
3002 * Fix a pair of spelling mistakes in debconf. (Closes: #465296)
3003 * Migrate kopt from menu.lst. (Closes: #461164, #464918)
3004
3005 [ Updated translations ]
3006 * Portuguese (pt.po) by Ricardo Silva (Closes: #465137)
3007 * German (de.po) by Helge Kreutzmann (Closes: #465295)
3008
3009 -- Robert Millan <rmh@aybabtu.com> Wed, 13 Feb 2008 16:37:13 +0100
3010
3011 grub2 (1.96+20080210-1) unstable; urgency=high
3012
3013 * New CVS snapshot.
3014 - Errors that cause GRUB to enter rescue mode are displayed now.
3015 (Closes: #425149)
3016 - Build LVM/RAID modules into a few commands that were missing them
3017 (notably, grub-setup). (Closes: #465033)
3018 * Fix license violation (incompatibility between GRUB and LZO2).
3019 (Closes: #465056)
3020 - Urgency set to high.
3021 - control: Move liblzo2-dev from Build-Depends to Build-Conflicts
3022 (leaving liblzo-dev as the only option).
3023
3024 -- Robert Millan <rmh@aybabtu.com> Sun, 10 Feb 2008 17:09:15 +0100
3025
3026 grub2 (1.96+20080209-1) unstable; urgency=low
3027
3028 * New CVS snapshot.
3029 - Fix a root device setting issue in grub-setup. (Closes: #463391)
3030 - Fix partmap detection under LVM/RAID.
3031 - Add scripting commands that would allow user to implement hiddenmenu-like
3032 functionality (http://grub.enbug.org/Hiddenmenu).
3033 - Provide manpages for grub-setup, grub-emu, grub-mkimage and others.
3034 (Closes: #333516, #372890)
3035 * Fix a pair of spelling errors in debconf templates. Thanks Christian
3036 Perrier. (Closes: #464133)
3037 * Run debconf-updatepo. (Closes: #463918)
3038 * Lower base-files versioned dependency to >= 4.0.1~bpo40+1.
3039
3040 -- Robert Millan <rmh@aybabtu.com> Sat, 9 Feb 2008 13:43:49 +0100
3041
3042 grub2 (1.96+20080203-1) unstable; urgency=low
3043
3044 * New CVS snapshot (and release, but we skipped that ;-))
3045 - patches/01_regparm.diff: Delete.
3046 - Improved XFS support.
3047 - util/grub.d/00_header.in: Add runtime error detection (for gfxterm).
3048 - Fixes problem when chainloading to Vista.
3049 * Fix po-debconf errors. Thanks Thomas Huriaux. (Closes: #402972)
3050 * grub.d/05_debian_theme:
3051 - Add runtime error detection.
3052 - Detect/Enable PNG background when it is present.
3053 * control (grub-ieee1275): Remove versioned dependency on powerpc-ibm-utils.
3054
3055 -- Robert Millan <rmh@aybabtu.com> Sun, 3 Feb 2008 19:31:23 +0100
3056
3057 grub2 (1.95+20080201-1) unstable; urgency=low
3058
3059 * New CVS snapshot.
3060 * presubj: Improve notice.
3061 * patches/01_regparm.diff: Fix CPU context corruption affecting fs/xfs.c.
3062 (Closes: #463081, #419766, #462159)
3063 * patches/02_libgcc_powerpc_hack.diff: Fix FTBFS on powerpc. (Closes: #457491)
3064 * patches/disable_xfs.diff: Actually remove this time...
3065
3066 -- Robert Millan <rmh@aybabtu.com> Fri, 1 Feb 2008 17:06:00 +0100
3067
3068 grub2 (1.95+20080128-1) unstable; urgency=low
3069
3070 * New CVS snapshot.
3071 - Fixes bogus CLAIM problems on Apple firmware. (Closes: #449135, #422729)
3072 - grub-probe performs sanity checks to make sure our filesystem drivers
3073 are usable. (Closes: #462449)
3074 - patches/disable_ata.diff: Remove. ATA module isn't auto-loaded in
3075 rescue floppies now.
3076 - patches/disable_xfs.diff: Remove. See above (about grub-probe).
3077 * Bring back grub-emu; it can help a lot with debugging feedback.
3078 - control
3079 - rules
3080
3081 -- Robert Millan <rmh@aybabtu.com> Mon, 28 Jan 2008 00:01:11 +0100
3082
3083 grub2 (1.95+20080116-2) unstable; urgency=low
3084
3085 * grub.d/05_debian_theme: Enable swirlish beauty.
3086 * rules: Obtain debian/legacy/update-grub dynamicaly from GRUB Legacy svn.
3087
3088 -- Robert Millan <rmh@aybabtu.com> Sat, 19 Jan 2008 13:16:18 +0100
3089
3090 grub2 (1.95+20080116-1) unstable; urgency=low
3091
3092 * New CVS snapshot.
3093 - update-grub ignores stale *.dpkg-* files. (Closes: #422708, #424223)
3094 - LVM/RAID now working properly (except when it affects /boot).
3095 (Closes: #425666)
3096 - Fixes flickery in timeout message. (Closes: #437275)
3097 * grub-pc.postinst: Use `--no-floppy' whenever possible. Die, floppies,
3098 die!
3099 * Resync with latest version of GRUB Legacy's update-grub. This time,
3100 using the $LET_US_TRY_GRUB_2 hack to reuse the same script both for
3101 addition of core.img and its removal.
3102 * grub-*.install: Add update-grub2 stub. Packages providing /etc/grub.d/
3103 scripts should invoke update-grub2 in both postinst and postrm (whenever
3104 it is found, of course).
3105 * control: Reorganize a bit, including a complete rewrite of the
3106 package descriptions.
3107 * control (grub-ieee1275): Enable for i386/amd64.
3108
3109 -- Robert Millan <rmh@aybabtu.com> Wed, 16 Jan 2008 15:00:54 +0100
3110
3111 grub2 (1.95+20080107-1) unstable; urgency=low
3112
3113 * New CVS snapshot.
3114 - Supports ReiserFS. (Closes: #430742)
3115 - patches/disable_ata.diff: Resync.
3116
3117 -- Robert Millan <rmh@aybabtu.com> Mon, 7 Jan 2008 12:46:39 +0100
3118
3119 grub2 (1.95+20080105-2) unstable; urgency=low
3120
3121 * grub-pc.postinst: Fix covered assumption that menu.lst exists.
3122 (Closes: #459247)
3123 * copyright: Fix copyright/license reference.
3124
3125 -- Robert Millan <rmh@aybabtu.com> Sun, 6 Jan 2008 18:02:28 +0100
3126
3127 grub2 (1.95+20080105-1) unstable; urgency=low
3128
3129 * New CVS snapshot.
3130 - Fixes install on non-devfs systems with devfs-style paths (ouch).
3131 (Closes: #450709).
3132 - Fixes boot of "Linux" zImages (including memtest86+). (Closes: #436113).
3133 - Corrects usage message in grub-setup. (Closes: #458600).
3134 - patches/menu_color.diff: Remove. Made obsolete by `menu_color_normal'
3135 and `menu_color_highlight' variables. Add/install grub.d/05_debian_theme
3136 to make use of them.
3137 * Reestructure grub-pc.postinst. Notably:
3138 - Do not touch menu.lst unless user has confirmed it (via debconf).
3139 (Closes: #459247)
3140 - When we do, keep a backup in /boot/grub/menu.lst_backup_by_grub2_postinst.
3141
3142 -- Robert Millan <rmh@aybabtu.com> Sat, 5 Jan 2008 17:55:37 +0100
3143
3144 grub2 (1.95+20080101-1) unstable; urgency=low
3145
3146 * New CVS snapshot.
3147 - patches/disable_xfs.diff: Rewrite in a way that won't collide with
3148 upstream changes so often.
3149 - unifont.hex now processed by upstream.
3150 - rules: Disable build of unifont.pff.
3151 - *.install: Remove build/unifont.pff line.
3152 - patches/menu_color.diff: Change menu color to our traditional blue theme.
3153 * Support new dpkg fields (Homepage, Vcs-Svn, Vcs-Browser).
3154 * patches/disable_ata.diff: Prevent ATA module from being built on i386-pc.
3155
3156 -- Robert Millan <rmh@aybabtu.com> Tue, 1 Jan 2008 19:45:30 +0100
3157
3158 grub2 (1.95+20071101-1) unstable; urgency=low
3159
3160 * New CVS snapshot.
3161 - patches/linuxbios.diff: Remove (supported in upstream now).
3162
3163 -- Robert Millan <rmh@aybabtu.com> Thu, 1 Nov 2007 13:18:51 +0100
3164
3165 grub2 (1.95+20071004-2) unstable; urgency=low
3166
3167 * Rename debian/grub-of.* to debian/grub-ieee1275.*.
3168 * Add debian/grub-linuxbios.{postinst,dirs,install}.
3169 * rules: Fix/Overrride lintian warnings (unstripped-binary-or-object).
3170 * Remove grub-linuxbios.postinst.
3171
3172 -- Robert Millan <rmh@aybabtu.com> Wed, 10 Oct 2007 23:56:35 +0200
3173
3174 grub2 (1.95+20071004-1) unstable; urgency=low
3175
3176 * New CVS snapshot.
3177 * Add grub-linuxbios package.
3178 - patches/linuxbios.diff
3179 - control
3180 - rules
3181 * Rename grub-of to grub-ieee1275 to match with upstream conventions.
3182 - control
3183 - rules
3184
3185 -- Robert Millan <rmh@aybabtu.com> Thu, 4 Oct 2007 14:42:30 +0200
3186
3187 grub2 (1.95+20070829-1) unstable; urgency=low
3188
3189 * New CVS snapshot.
3190 - Includes fix for parallel builds.
3191 * rules: Append -j flag to $(MAKE) to take advantage of >1 processors.
3192 * Add reference to /usr/share/common-licenses.
3193 - debian/copyright
3194 - debian/control (all packages): Add base-files (>= 4.0.1) dependency.
3195
3196 -- Robert Millan <rmh@debian.org> Sat, 1 Sep 2007 19:00:22 +0200
3197
3198 grub2 (1.95+20070828-2) unstable; urgency=low
3199
3200 * control (grub-of): Make depends on powerpc-ibm-utils versioned as
3201 >= 1.0.6 (older versions don't have -a flag).
3202
3203 -- Robert Millan <rmh@debian.org> Tue, 28 Aug 2007 23:32:32 +0200
3204
3205 grub2 (1.95+20070828-1) unstable; urgency=low
3206
3207 * New CVS snapshot.
3208 - Adds ntfs support.
3209 - Fixes a pair of issues indirectly breaking grub-probe on powerpc.
3210 (Closes: #431488)
3211 - patches/disable_xfs.diff: Resync.
3212 - copyright: License upgraded to GPLv3.
3213 * control (grub-of Depends): Add powerpc-utils (for nvsetenv) and bc.
3214
3215 -- Robert Millan <rmh@debian.org> Tue, 28 Aug 2007 21:24:14 +0200
3216
3217 grub2 (1.95+20070626-1) unstable; urgency=low
3218
3219 * New CVS snapshot.
3220 - More fixes to cope with unreadable /. (Closes: #427289)
3221 - update-grub supports multiple terminals.
3222 * control (Build-Depends): Add genisoimage.
3223 * patches/partmap_fallback.diff: Remove. It didn't archieve anything as
3224 it also needs support for proper identification of raid / lvm (this is
3225 being worked on).
3226 * patches/disable_xfs.diff: Disable xfs in grub-probe.
3227 * grub-rescue-pc.README.Debian: New. Explain how to use the rescue
3228 images.
3229
3230 -- Robert Millan <rmh@debian.org> Tue, 26 Jun 2007 08:39:14 +0200
3231
3232 grub2 (1.95+20070614-1) unstable; urgency=low
3233
3234 * New CVS snapshot.
3235 - update-grub is tollerant to unreadable / (as long as /boot is
3236 accessible). (Closes: #427289)
3237 * grub-pc.postinst: Generate new grub.cfg when menu.lst exists.
3238 * New package grub-rescue-pc.
3239 - control: Add it.
3240 - README.Debian.in: Remove obsolete documentation.
3241 - rules: Build rescue images using grub-mkrescue.
3242 - grub-rescue-pc.dirs: Prepare their directory.
3243 - grub-rescue-pc.install: Install them.
3244 * legacy/update-grub: Fix core.img detection on separate /boot.
3245
3246 -- Robert Millan <rmh@debian.org> Thu, 14 Jun 2007 08:17:21 +0200
3247
3248 grub2 (1.95+20070604-1) unstable; urgency=low
3249
3250 * New CVS snapshot.
3251 - patches/grub_probe_for_everyone.diff: Remove (merged).
3252 - update-grub exports user-defined GRUB_CMDLINE_LINUX. (Closes: #425453)
3253 - Fix those nasty powerpc bugs. (Closes: #422729)
3254
3255 -- Robert Millan <rmh@aybabtu.com> Mon, 4 Jun 2007 21:30:55 +0200
3256
3257 grub2 (1.95+20070520-1) unstable; urgency=low
3258
3259 * New CVS snapshot.
3260 - LVM / RAID fixes. (Closes: #423648, #381150)
3261 - Fix memory management bug. (Closes: #423409)
3262 - patches/efi.diff: Remove (merged).
3263 - patches/grub_probe_for_everyone.diff: Use the new paths for
3264 util/grub-probe.c, util/biosdisk.c, util/getroot.c. Enable
3265 grub-mkdevicemap. (Closes: #424985)
3266 * legacy/update-grub: Get rid of all grub-set-default calls. (Closes: #425054)
3267 * grub-{pc,efi,of}.postinst: Only run update-grub if grub.cfg already exists.
3268 * grub-pc.postinst: Only run GRUB Legacy compat stuff if menu.lst is found.
3269 * patches/partmap_fallback.diff: New. Implement fallback "pc gpt" for partmap
3270 detection failures. (Closes: #423022)
3271 * control: Update XS-Vcs-* fields. Thanks Sam Morris <sam@robots.org.uk>.
3272 (Closes: #425146)
3273 * grub-{pc,efi,of}.{dirs,postinst}: Move unifont.pff to /usr/share/grub.
3274
3275 -- Robert Millan <rmh@aybabtu.com> Sun, 20 May 2007 11:13:03 +0200
3276
3277 grub2 (1.95+20070515-1) unstable; urgency=low
3278
3279 * New CVS snapshot.
3280 - Fix assumptions about /, /boot and /boot/grub being the same device.
3281 (Closes: #423268, #422459)
3282 - Proper sorting of Linux images. (Closes: #422580)
3283 - update-grub lets /etc/default/grub override its variables now.
3284 (Closes: #423649)
3285 - update-grub mentions /etc/default/grub in the grub.cfg header.
3286 (Closes: #423651)
3287 - update-grub sets 800x600x16 as the default gfxmode. (Closes: #422794)
3288 - update-grub runs grub-mkdevicemap before attempting to use grub-probe
3289 (part of #423217)
3290
3291 [ Otavio Salvador ]
3292 * Add support to DEB_BUILD_OPTIONS=noopt. Thanks to Sam Morris
3293 <sam@robots.org.uk> for the patch. (Closes: #423005)
3294 * Add Robert Millan as uploader.
3295 * Change build-dependency from liblzo-dev to liblzo2-dev. (Closes: #423358)
3296
3297 [ Robert Millan ]
3298 * grub-pc.postinst:
3299 - Remove /boot/grub/device.map before running grub-install.
3300 (Closes: #422851)
3301 - Always run update-grub after grub-install. (part of #423217)
3302 - Use grub-mkdevicemap instead of removing device.map, since update-grub
3303 needs it but grub-install is not run unconditionaly.
3304 - Redirect grub-install invocation to /dev/null, since it can mislead
3305 users into thinking that MBR was overwritten. (part of #423217)
3306 * default/grub: Stop exporting the variables (update-grub does that now).
3307 * Misc EFI fixes, including new grub-install.
3308 - patches/efi.diff: New.
3309 - patches/grub_probe_for_everyone.diff: Move some bits to efi.diff.
3310 - grub-efi.install: Stop installing dummy grub-install.
3311 - grub-install: Remove.
3312 * grub-pc.postinst: Avoid generating core.img when menu.lst is not present,
3313 to avoid duplicated work (this is specialy important for d-i). (part of
3314 #423217).
3315 * See multiple references above. (Closes: #423217)
3316 * grub-{pc,efi,of}.{dirs,install}: Install presubj in the right directory
3317 to make it work again (oops).
3318 * Add reportbug script to gather debugging information. (Closes: #423218)
3319 - script: New.
3320 - grub-{pc,efi,of}.install: Install it.
3321 * Install the reportbug scripts for grub2 too, since users might still use
3322 it for bugfiling.
3323 - grub2.dirs
3324 - grub2.install
3325 * Fix some lintian warnings.
3326 - control (grub2): Depend on debconf.
3327 - README.Debian.in: Fix mispell.
3328 - grub2.templates: Remove extra dot.
3329
3330 -- Robert Millan <rmh@aybabtu.com> Tue, 15 May 2007 22:08:53 +0200
3331
3332 grub2 (1.95+20070507-1) unstable; urgency=low
3333
3334 [ Robert Millan ]
3335 * New CVS snapshot.
3336 - patches/build_neq_src.diff: Remove (merged).
3337 * Fix debhelper files to ensure each package gets the right thing.
3338 * Enable gfxterm/unifont support.
3339 * On grub-pc, if there's no core.img setup, create one (but do not
3340 risk writing to MBR).
3341 * On grub-pc, if menu.lst is found, regenerate it to include our
3342 core.img.
3343
3344 [ Otavio Salvador ]
3345 * Move debian/update-grub to debian/legacy/update-grub otherwise the
3346 source gets messy.
3347
3348 -- Otavio Salvador <otavio@ossystems.com.br> Mon, 07 May 2007 18:48:14 -0300
3349
3350 grub2 (1.95+20070505.1-3) unstable; urgency=low
3351
3352 * Split postinst into grub2.postinst (with the transition warning) and
3353 postinst.in, with update-grub invocation for grub-{pc,efi,of}.
3354 - postinst.in
3355 - grub2.postinst
3356 - rules
3357
3358 -- Robert Millan <rmh@aybabtu.com> Sun, 6 May 2007 01:20:04 +0200
3359
3360 grub2 (1.95+20070505.1-2) unstable; urgency=low
3361
3362 * Add EFI build of GRUB.
3363 - control: Restructure to provide 3 packages: grub-pc (x86),
3364 grub-efi (x86) and grub-of (powerpc).
3365 - rules: Handle a separate build for each package.
3366 - patches/build_neq_src.diff: Fix builddir == srcdir assumptions.
3367 - patches/grub_probe_for_everyone.diff: New (superceds
3368 powerpc_probe.diff). Enable grub-probe on powerpc and i386-efi.
3369 - grub-install: Dummy informational grub-install for EFI.
3370 - grub-efi.install: Installs it.
3371
3372 -- Robert Millan <rmh@aybabtu.com> Sun, 6 May 2007 00:23:56 +0200
3373
3374 grub2 (1.95+20070505.1-1) unstable; urgency=low
3375
3376 * New CVS snapshot.
3377 * patches/powerpc_probe.diff: Add partmap/gpt.c to grub-probe.
3378 * control (Architecture): Temporarily disable powerpc. Sorry, but runtime
3379 is currently broken and we don't have the hardware to debug it. Will be
3380 re-enabled in next upload.
3381
3382 -- Robert Millan <rmh@aybabtu.com> Sat, 5 May 2007 21:52:49 +0200
3383
3384 grub2 (1.95+20070505-1) unstable; urgency=low
3385
3386 * New CVS snapshot.
3387 - Improved grub.cfg parser. (Closes: #381215)
3388 - patches/fix-grub-install.diff: Remove (merged).
3389 - control (Build-Depends): Remove libncurses5-dev (no longer needed).
3390 - provides update-grub2. (Closes: #419151)
3391 - Supports GPT in PC/BIOS systems. (Closes: #409073)
3392 * control (Build-Depends): Add gcc-multilib to fix FTBFS.
3393 * control (Description): Make it less scary, and more informative.
3394 * postinst: Run update-grub to ensure the latest improvements always are
3395 applied.
3396 * patches/powerpc_probe.diff: Attempt at making grub-probe build/install
3397 on powerpc (and hopefuly update-grub).
3398
3399 -- Robert Millan <rmh@aybabtu.com> Sat, 5 May 2007 01:49:07 +0200
3400
3401 grub2 (1.95-5) unstable; urgency=low
3402
3403 * Fix FTBFS on kFreeBSD. Thanks to Aurelien Jarno <aurel32@debian.org>
3404 by providing the patch. Closes: #416408
3405
3406 -- Otavio Salvador <otavio@ossystems.com.br> Fri, 30 Mar 2007 19:20:48 -0300
3407
3408 grub2 (1.95-4) unstable; urgency=low
3409
3410 * Fix powerpc grub-install binary path. Closes: #402838
3411
3412 -- Otavio Salvador <otavio@ossystems.com.br> Thu, 22 Mar 2007 23:45:56 -0300
3413
3414 grub2 (1.95-3) unstable; urgency=low
3415
3416 [ Christian Perrier ]
3417 * Switch to po-debconf for debconf templates. Closes: #402972
3418 * Depend on ${misc:Depends} and not "debconf" to allow cdebconf to be used
3419 * Debconf translations:
3420 - French
3421 - Czech. Closes: #413327
3422 - Galician. Closes: #413323
3423 - Swedish. Closes: #413325
3424 - Portuguese. Closes: #413332
3425 - German. Closes: #413365
3426 - Tamil. Closes: #413478
3427 - Russian. Closes: #413542
3428 - Italian. Closes: #413904
3429 - Romanian. Closes: #414443
3430
3431 -- Otavio Salvador <otavio@ossystems.com.br> Tue, 20 Mar 2007 23:46:38 -0300
3432
3433 grub2 (1.95-2) unstable; urgency=low
3434
3435 [ Robert Millan ]
3436 * update-grub: Fix for Xen hypervisor entries, thanks Aaron Schrab.
3437 (Closes: #394706)
3438 * Transition to new numbering scheme for partitions. (Closes: #395019)
3439 - update-grub: Don't substract 1 when converting partition device names to
3440 grub drives.
3441 - Add debconf warning explaining the situation.
3442 * Rewrite Architecture line back to hardcoded list :(. (Closes: #398060)
3443
3444 -- Otavio Salvador <otavio@debian.org> Mon, 11 Dec 2006 05:08:41 -0200
3445
3446 grub2 (1.95-1) unstable; urgency=low
3447
3448 * New upstream release.
3449 - patches/03_revert_partition_numbering.diff: Delete (obsoleted).
3450
3451 -- Robert Millan <rmh@aybabtu.com> Sat, 14 Oct 2006 21:19:21 +0200
3452
3453 grub2 (1.94+20061003-1) unstable; urgency=high
3454
3455 * New CVS snapshot.
3456
3457 [ Otavio Salvador ]
3458 * Change debhelper compatibility mode to 5:
3459 - debian/compat: setted to 5;
3460 * control (Build-Depends): Add lib32ncurses5-dev for ppc64.
3461 Closes: #389873
3462 * Set urgency=high since it's experimental stuff and tagged likewise. It
3463 also solved a serious bug on PowerPC that leave users with a black
3464 screen.
3465
3466 [ Robert Millan ]
3467 * control (Depends): Add powerpc-ibm-utils for powerpc/ppc64.
3468 (Closes: #372186)
3469
3470 -- Otavio Salvador <otavio@debian.org> Tue, 3 Oct 2006 16:49:32 -0300
3471
3472 grub2 (1.94+20060926-1) unstable; urgency=high
3473
3474 * New CVS snapshot.
3475 - Command-line editting fix (Closes: #381214).
3476 - Fixes runtime breakage on amd64 (not in BTS).
3477 - Delete a few patches (merged).
3478
3479 [ Robert Millan ]
3480 * Set urgency=high. Might seem like a rush, but it can't possibly be worse than
3481 1.94-5 (broken on systems that use udev, broken on amd64...).
3482 * Pure ppc64 support.
3483 - control (Architecture): Add any-ppc64.
3484 - control (Build-Depends): Add libc6-dev-powerpc [ppc64].
3485 * rules: Remove moddep.lst install command (no longer needed).
3486 * patches/03_revert_partition_numbering.diff: New. Revert a commit that
3487 broke grub-probefs.
3488 * Add bug template to encourage sending upstream stuff directly to
3489 upstream.
3490 - presubj: New.
3491
3492 [ Otavio Salvador ]
3493 * Add XS-X-Vcs-Svn on control file and point it to our current svn
3494 repository.
3495 * Add cvs-snapshot to rules.
3496
3497 -- Otavio Salvador <otavio@debian.org> Tue, 26 Sep 2006 16:14:36 -0300
3498
3499 grub2 (1.94-6) unstable; urgency=low
3500
3501 [ Robert Millan ]
3502 * update-grub: Set interpreter to /bin/bash to cope with non-POSIX
3503 extensions. (mentioned in #361929)
3504 * patches/03_avoid_recursing_into_dot_static.diff: New. Avoid recursing into
3505 dotdirs (e.g. ".static").
3506 * patches/04_mkdevicemap_dont_assume_floppies.diff: New. Don't assume
3507 /dev/fd0 exists when generating device.map.
3508
3509 -- Otavio Salvador <otavio@debian.org> Thu, 14 Sep 2006 16:07:30 -0300
3510
3511 grub2 (1.94-5) unstable; urgency=low
3512
3513 [ Robert Millan ]
3514 * control (Build-Depends): s/any-amd64/amd64 kfreebsd-amd64/g (this seems to
3515 confuse buildds).
3516 * 02_not_remove_menu_lst.patch: New patch. Skip menu.lst removal in
3517 grub-install. (Closes: #372934)
3518
3519 -- Otavio Salvador <otavio@debian.org> Sun, 20 Aug 2006 12:02:13 -0300
3520
3521 grub2 (1.94-4) unstable; urgency=low
3522
3523 [ Otavio Salvador ]
3524 * 01_fix_amd64_building.patch: dropped since it now supports amd64
3525 native building.
3526 * Remove convert_kernel26 usage since it's not necessary anymore and due
3527 initramfs-tools changes it's bug too.
3528
3529 [ Robert Millan ]
3530 * Fork update-grub from grub legacy, and tweak a few commands in output to
3531 make it work for grub2.
3532 * Update README.Debian.in with more recent (and easier) install instructions.
3533 * Add grub to Conflicts/Replaces. Too many commands with the same name,
3534 even if they don't use the same path yet (but will likely do in the
3535 future, see #361929).
3536 * Get rid of control.in, which I introduced in 0.6+20040805-1 and turned out
3537 to be an endless source of problems (and forbidden by policy as well).
3538 * Fix FTBFS on amd64. Really closes: #372548.
3539
3540 -- Otavio Salvador <otavio@debian.org> Fri, 18 Aug 2006 15:38:25 -0300
3541
3542 grub2 (1.94-3) unstable; urgency=low
3543
3544 * Fix FTBFS in amd64. Closes: 372548
3545
3546 -- Otavio Salvador <otavio@debian.org> Sat, 10 Jun 2006 19:57:01 -0300
3547
3548 grub2 (1.94-2) unstable; urgency=low
3549
3550 * Update grub images paths in README.Debian
3551 * 01_fix_grub-install.patch: add to fix a problem with PowerPC
3552 installation. Refs: #371069
3553 * Fix FTBFS in amd64. Closes: #370803
3554
3555 -- Otavio Salvador <otavio@debian.org> Fri, 9 Jun 2006 09:29:40 -0300
3556
3557 grub2 (1.94-1) unstable; urgency=low
3558
3559 * New upstream release.
3560 - Fix powerpc building. Closes: #370259
3561 - 01_fix_grub-install.patch: merged upstream.
3562 - Moved modules to /usr/lib/grub since they are architecture
3563 dependent.
3564 * Leave CDBS set debhelper compatibility level.
3565 * Allow amd64 build to happen. Closes: #364956
3566 * Enforce building in 32bits while running in x86_64 machines.
3567 * Update Standards version to 3.7.2. No changes need.
3568
3569 -- Otavio Salvador <otavio@debian.org> Mon, 5 Jun 2006 12:49:09 -0300
3570
3571 grub2 (1.93-1) unstable; urgency=low
3572
3573 * New upstream release.
3574 - Added support to PowerPC. Closes: #357853
3575 - 01_fix_grub-install.patch: rediff.
3576 * Update Standards version to 3.6.2. No changes need.
3577 * Start to use new dpkg architecture definition. Closes: #360134
3578
3579 -- Otavio Salvador <otavio@debian.org> Sat, 1 Apr 2006 10:07:17 -0300
3580
3581 grub2 (1.92-2) unstable; urgency=low
3582
3583 * Add bison on build-depends field. Closes: #346178
3584 * Add more fixes in 01_fix_grub-install.patch. Closes: #346177
3585
3586 -- Otavio Salvador <otavio@debian.org> Fri, 6 Jan 2006 09:48:08 -0200
3587
3588 grub2 (1.92-1) unstable; urgency=low
3589
3590 * New upstream release.
3591 - Add support for GPT partition table format.
3592 - Add a new command "play" to play an audio file on PC.
3593 - Add support for Linux/ADFS partition table format.
3594 - Add support for BASH-like scripting.
3595 - Add support for Apple HFS+ filesystems.
3596 * 01_fix_grub-install.patch: Added. Fix grub-install to use
3597 /bin/grub-mkimage instead of /sbin/grub-mkimage. Closes: #338824
3598 * Do not use CDBS tarball mode anymore. Closes: #344272
3599
3600 -- Otavio Salvador <otavio@debian.org> Thu, 5 Jan 2006 15:20:40 -0200
3601
3602 grub2 (1.91-0) unstable; urgency=low
3603
3604 * New upstream release. Closes: #331211
3605 * debian/watch: added.
3606 * debian/control.in, debian/control: Add libncurses5-dev in
3607 Build-Depends. Closes: #304638
3608 * Remove Robert Millan as uploader;
3609 * Add myself as uploader;
3610
3611 -- Otavio Salvador <otavio@debian.org> Sat, 12 Nov 2005 16:35:18 -0200
3612
3613 grub2 (0.6+20050203-2) unstable; urgency=low
3614
3615 * Disable for powerpc. Reportedly it fails to boot.
3616
3617 -- Robert Millan <rmh@debian.org> Fri, 4 Feb 2005 01:52:09 +0100
3618
3619 grub2 (0.6+20050203-1) unstable; urgency=low
3620
3621 * New upstream snapshot.
3622 * Install moddep.lst properly in a cpu-independant way. (Closes: #264115)
3623 * Use cdbs debian/control autogeneration.
3624 - Set DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes.
3625 - Move control to control.in.
3626 - Add a @cdbs@ tag and replace Architecture with Cpu/System.
3627 * control.in (Build-Depends): Add ruby.
3628
3629 -- Robert Millan <rmh@debian.org> Thu, 3 Feb 2005 22:33:39 +0100
3630
3631 grub2 (0.6+20040805-1) unstable; urgency=low
3632
3633 * New upstream snapshot.
3634 * Uploading to unstable so that powerpc users can be blessed by GRUB too.
3635 * Use type-handling to generate dpkg arch list.
3636 - control.in
3637 - rules
3638
3639 -- Robert Millan <rmh@debian.org> Thu, 5 Aug 2004 20:50:16 +0200
3640
3641 grub2 (0.6+20040502-1) experimental; urgency=low
3642
3643 * New upstream snapshot.
3644 - Fix FTBFS on powerpc.
3645
3646 -- Robert Millan <rmh@debian.org> Sun, 2 May 2004 18:16:29 +0200
3647
3648 grub2 (0.6+20040429-1) experimental; urgency=low
3649
3650 * New upstream snapshot.
3651 - control (Architecture): Add powerpc.
3652
3653 -- Robert Millan <rmh@debian.org> Thu, 29 Apr 2004 20:41:31 +0200
3654
3655 grub2 (0.6+20031125-1) experimental; urgency=low
3656
3657 * New upstream snapshot.
3658 - patches/multiboot.diff: Nuked.
3659 - install,docs: Update directory name.
3660 * control (Maintainer): Set to pkg-grub-devel mailing list.
3661 * control (Uploaders): Add myself.
3662 * control (Architecture): Add freebsd-i386 and netbsd-i386.
3663
3664 -- Robert Millan <rmh@debian.org> Tue, 25 Nov 2003 23:48:18 +0100
3665
3666 grub2 (0.6+20031114-1) experimental; urgency=low
3667
3668 * New upstream snapshot.
3669 - README.Debian: s/fat/ext2/g (We now have ext2fs support).
3670 * Add multiboot support, thanks to Jeroen Dekkers for his patch.
3671 - patches/multiboot.diff: New.
3672 - control (Architecture): Add hurd-i386 (which needed multiboot).
3673 * Rename package to grub2 (to follow upstream tendency).
3674 - control: Ditto.
3675 - README.Debian: Likewise.
3676 * Switch to tarball mode.
3677 - rules: Ditto.
3678 - docs: Prefix paths in order to workaround dh_installdocs bug.
3679 - install: Likewise, but not because of bug (should be in rules, actualy).
3680 * Fix FTBFS. (Closes: #213868)
3681 - control (Build-Depends): Add autoconf.
3682 - control (Build-Conflicts): Add autoconf2.13.
3683
3684 -- Robert Millan <rmh@debian.org> Fri, 14 Nov 2003 13:16:12 +0100
3685
3686 pupa (0.6+20031008-1) experimental; urgency=low
3687
3688 * New upstream snapshot.
3689 * Uploading to experimental.
3690 * debian/control: Add Jason Thomas to Uploaders.
3691
3692 -- Robert Millan <rmh@debian.org> Wed, 8 Oct 2003 13:22:50 +0000
3693
3694 pupa (0.6+20030915-1) unstable; urgency=low
3695
3696 * Initial Release. (Closes: #211030)
3697
3698 -- Robert Millan <rmh@debian.org> Mon, 15 Sep 2003 14:58:42 +0000