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