]> git.proxmox.com Git - grub2.git/blame - debian/changelog
Don't build-depend on libusb-dev on hurd-i386, where it doesn't seem to
[grub2.git] / debian / changelog
CommitLineData
6319b8d4
CW
1grub2 (1.98+20100602-2) UNRELEASED; urgency=low
2
3 * Only build-depend on libdevmapper-dev on Linux architectures.
4abd0a56
CW
4 * Don't build-depend on libusb-dev on hurd-i386, where it doesn't seem to
5 be available.
6319b8d4
CW
6
7 -- Colin Watson <cjwatson@debian.org> Thu, 03 Jun 2010 12:38:22 +0100
8
b65f1f7b 9grub2 (1.98+20100602-1) unstable; urgency=low
f77681ba 10
5d918965
CW
11 * New Bazaar snapshot.
12 - Add btrfs probing support, currently only in the single-device case
13 (closes: #540786).
14 - Fix grub-emu build on mips/powerpc/sparc.
e39f1414
CW
15 - Add safety check to make sure that /boot/grub/locale exists before
16 trying to probe it (closes: #567211).
75ff44ec
CW
17 - Several 'info grub' improvements, including a new section on
18 configuration file generation using grub-mkconfig which documents the
19 available keys in /etc/default/grub (closes: #497085).
25ae7ee3 20 - Many USB fixes.
5d918965
CW
21
22 [ Colin Watson ]
f77681ba
CW
23 * Reorganise configure and build targets in debian/rules to use stamp
24 files. configure/* never existed and build/* was always a directory, so
25 make never considered either of them up to date (closes: #450505).
26 * Remove config.h.in from AUTOGEN_FILES, since autoheader doesn't
27 necessarily update it.
28 * Remove conf/gcry.mk from AUTOGEN_FILES, and conf/gcry.rmk from their
29 dependencies. autogen.sh runs util/import_gcry.py after autoconf et al,
30 so conf/gcry.rmk's timestamp will be later than some of the
31 autogenerated outputs.
9ef1395f
CW
32 * Go back to shipping rescue images in the grub-rescue-pc .deb itself
33 rather than generating them in the postinst. This means that (a) they
34 get removed when the package is removed (closes: #584176); (b) they are
35 listed in package metadata, as is proper for files in /usr (closes:
36 #584218); (c) grub-rescue-pc can potentially be used as a
37 build-dependency for other packages that need to build GRUB images into
38 installation media etc., without having to build-depend on grub-pc which
39 isn't coinstallable with other platform variants and does invasive
40 things in its postinst.
0bf6faa1
CW
41 * Add grub-mkrescue patch from Thomas Schmitt to allow reducing the size
42 of xorriso-created images. Use this to ensure that
43 grub-rescue-floppy.img fits well within size limits (closes: #548320).
f77681ba 44
b65f1f7b 45 -- Colin Watson <cjwatson@debian.org> Thu, 03 Jun 2010 11:24:41 +0100
f77681ba 46
86c7d5da 47grub2 (1.98+20100527-2) unstable; urgency=low
34e604bb
CW
48
49 * Always override statically-linked-binary Lintian tag for kernel.img;
50 dynamic linking makes no sense here.
f795e757
CW
51 * kernel.img is stripped upstream where it can be, but override Lintian's
52 error for the cases where it can't.
da2dd9be
CW
53 * Override binary-from-other-architecture for kernel.img as well as *.mod
54 when building grub-efi-amd64 on i386.
34e604bb 55
86c7d5da 56 -- Colin Watson <cjwatson@debian.org> Tue, 01 Jun 2010 13:48:14 +0100
34e604bb 57
ec52f53b 58grub2 (1.98+20100527-1) unstable; urgency=low
3bda784b 59
7c450690
CW
60 * New Bazaar snapshot.
61 - Support multiple terminals in grub-mkconfig, e.g.
62 GRUB_TERMINAL='serial console' (closes: #506707).
dbaa0b5a
CW
63 - Speed up consecutive hostdisk operations on the same device (closes:
64 #508834, #574088).
7c450690 65 - Fix grammar error in grub-setup warning (closes: #559005).
06260d91
CW
66 - Use xorriso for image creation rather than embedding a modified copy
67 of mkisofs (closes: #570156).
53c532e0
CW
68 - Issue an error rather than segfaulting if only some LVM component
69 devices are in device.map (closes: #577808).
7c450690
CW
70 - Fix typo in make_device_name which caused grub-probe problems on
71 systems with BSD disk labels (closes: #578201).
72 - Add DM-RAID probe support (closes: #579919).
73 - Include all gnumach kernels on Hurd, not just gnumach and gnumach.gz
74 (closes: #581584).
75
76 [ Colin Watson ]
3bda784b
CW
77 * Restore TEXTDOMAINDIR correction in grub.d files, lost by mistake in a
78 merge. Noticed by Anthony Fok.
f8f6e739
CW
79 * Don't fail on purge if the ucf association has already been taken over
80 by a different grub package (closes: #574176).
d9584546 81 * Add debian/grub-extras/*/conf/*.mk to AUTOGEN_FILES.
ac66232a 82 * Remove support for the lpia architecture, now removed from Ubuntu.
0eca45c3 83 * Conflict with grub (<< 0.97-54) as well as grub-legacy.
27674336 84 * Build-depend on libdevmapper-dev for DM-RAID probe support.
25f6eaf9 85 * Switch to quilt.
616b9098
CW
86 * Suggest xorriso (>= 0.5.6.pl00) in grub-common, since grub-mkrescue now
87 needs it. Depend on it in grub-rescue-pc.
09667ad9
CW
88 * Move grub-mkimage to grub-common, now that it only has one
89 implementation.
bb033db1 90 * Clean up temporary files used while building grub-firmware-qemu.
d557121f 91 * Make grub-probe work with symlinks under /dev/mapper (closes: #550704).
8e0ff343
CW
92 * When upgrading a system where GRUB 2 is chainloaded from GRUB Legacy and
93 upgrade-from-grub-legacy has not been run, upgrade the chainloaded image
94 rather than confusing the user by prompting them where they want to
95 install GRUB (closes: #546822).
f7ba9440 96 * Build-depend on libsdl1.2-dev for SDL support in grub-emu.
7dfe8b2e
CW
97 * Don't leak debconf's file descriptor to update-grub, so that the LVM
98 tools called from os-prober don't complain about it (closes: #549976).
99 Other leaks are not this package's fault, may not be bugs at all, and in
100 any case os-prober 1.36 suppresses the warnings.
fa39c925 101 * Build-depend on flex (>= 2.5.35).
42f353ff 102 * Build-depend on gcc-4.4-multilib on amd64.
3bda784b 103
df2fedc8 104 [ Updated translations ]
4e2ceab2 105 * Slovenian (sl.po) by Vanja Cvelbar (closes: #570110).
caf86766 106 * Vietnamese (vi.po) by Clytie Siddall (closes: #574578).
df2fedc8 107 * Tamil (ta.po) by Tirumurti Vasudevan (closes: #578282).
f074776a 108 * Portuguese (pt.po) by Tiago Fernandes (closes: #580140).
eb23f2f8 109 * Romanian (ro.po) by Eddy Petrișor / Andrei Popescu (closes: #583185).
df2fedc8 110
ec52f53b 111 -- Colin Watson <cjwatson@debian.org> Tue, 01 Jun 2010 11:24:38 +0100
3bda784b 112
bf823775 113grub2 (1.98-1) unstable; urgency=low
c485147c
CW
114
115 * New upstream release (closes: #572898).
116 - Fix grub-script-check to handle empty lines (closes: #572302).
117 - Fix offset computation when reading last sectors. Partition reads and
1166c44e 118 writes within and outside a partition (closes: #567469, #567884).
c485147c
CW
119 - Fix script execution error handling bug that meant that an error in a
120 menuentry's last statement caused the whole menuentry to fail (closes:
121 #566538, LP: #464743).
122 - Support GRUB_GFXPAYLOAD_LINUX (closes: #536453, LP: #416772).
123
f91a0334
ST
124 [ Samuel Thibault ]
125 * Add GRUB_INIT_TUNE example to /etc/default/grub (closes: #570340).
126
bbfdea02
CW
127 [ Colin Watson ]
128 * Build-depend on libusb-dev so that grub-emu is reliably built with USB
129 support (closes: #572854).
0bae5727
CW
130 * Update directions in debian/rules on exporting grub-extras to account
131 for it being maintained in Bazaar nowadays.
77406008 132 * Add myself to Uploaders.
6f654e27 133 * Acknowledge NMUs, thanks to Torsten Landschoff and Julien Cristau.
bbfdea02 134
bf823775 135 -- Colin Watson <cjwatson@debian.org> Tue, 09 Mar 2010 13:25:35 +0000
c485147c 136
73662bd3
JC
137grub2 (1.98~20100128-1.2) unstable; urgency=low
138
139 * Non-maintainer upload.
140 * Stop setting gfxpayload=keep (closes: #567245).
141
142 -- Julien Cristau <jcristau@debian.org> Sun, 14 Feb 2010 20:37:51 +0100
143
9cd3f48b
TL
144grub2 (1.98~20100128-1.1) unstable; urgency=low
145
146 * Non-maintainer upload.
147 * Apply trivial patch (already merged upstream) fixing the offset
148 computation for non-cached reads (closes: #567637).
149
150 -- Torsten Landschoff <torsten@debian.org> Mon, 08 Feb 2010 22:15:01 +0100
151
b9dc88dd 152grub2 (1.98~20100128-1) unstable; urgency=low
ab2f6aae 153
b9dc88dd
RM
154 * New Bazaar snapshot.
155 - Fix corruption problem when reading files from CDROM. (Closes: #567219)
156
157 [ Felix Zielcke ]
ab2f6aae
FZ
158 * Never strip kernel.img in rules. Upstream already does it when it
159 can be done. (Closes: #561933)
46229cec 160 * Bump Standards-Version to 3.8.4.
ab2f6aae 161
0b43720d
RM
162 [ Robert Millan ]
163 * rules: Run the testsuite (make check) when building grub-pc.
164
165 -- Robert Millan <rmh.debian@aybabtu.com> Thu, 28 Jan 2010 16:28:45 +0100
ab2f6aae 166
5da63ce4 167grub2 (1.98~20100126-1) unstable; urgency=low
609fdab8 168
29d2d9aa 169 * New Bazaar snapshot.
9ef0e32b 170 - Includes mipsel-yeeloong port.
29d2d9aa
RM
171
172 [ Robert Millan ]
609fdab8
RM
173 * config.in: Lower priority of grub2/linux_cmdline_default.
174
53ee4b9d
FZ
175 [ Felix Zielcke ]
176 * Drop `CFLAGS=-O0' workaround on powerpc. Should be fixed correctly now.
c778ef35 177 * Ship grub-bin2h and grub-script-check in grub-common.
c3dd92da
FZ
178 * Terminate NEWS.Debian with a blank line like lintian would suggest
179 if that check would be working correctly.
53ee4b9d 180
257cd8c2 181 -- Felix Zielcke <fzielcke@z-51.de> Tue, 26 Jan 2010 19:26:25 +0100
609fdab8 182
b252ccab
RM
183grub2 (1.98~20100115-1) unstable; urgency=low
184
185 * New Bazaar snapshot.
186 - Includes savedefault / grub-reboot branch.
8d498d78 187 - Includes Multiboot video support (from latest 1.x draft).
b252ccab 188
8d498d78 189 -- Robert Millan <rmh.debian@aybabtu.com> Fri, 15 Jan 2010 18:15:26 +0100
b252ccab 190
4b7ec5c3 191grub2 (1.98~20100110-1) unstable; urgency=low
2254235d 192
4b7ec5c3
RM
193 * New Bazaar snapshot.
194
195 [ Robert Millan ]
2254235d
RM
196 * grub-rescue-pc.postinst: Fix image generation during upgrades.
197 (Closes: #564261)
198
11896c2d 199 -- Robert Millan <rmh.debian@aybabtu.com> Sun, 10 Jan 2010 02:45:52 +0100
2254235d 200
2926e65c 201grub2 (1.98~20100107-1) unstable; urgency=low
3c438d83 202
2926e65c
RM
203 * New Bazaar snapshot.
204
205 [ Robert Millan ]
3c438d83
RM
206 * grub-rescue-pc.postinst: Use grub-mkrescue for floppy as well.
207
ca025b70
FZ
208 [ Updated translations ]
209 * Chinese (zh_TW.po) by Tetralet. (Closes: #564044)
210
3775648b 211 -- Robert Millan <rmh.debian@aybabtu.com> Thu, 07 Jan 2010 17:56:10 +0100
3c438d83 212
4aecd9c0 213grub2 (1.98~20100101-1) unstable; urgency=high
02453a81
FZ
214
215 * New Bazaar snapshot.
6c56a496
FZ
216 - Fix FTBS on sparc.
217
218 [ Robert Millan ]
e8dabbb1 219 * rules: Auto-update version from debian/changelog.
02453a81 220
70f27cd7
FZ
221 [ Felix Zielcke ]
222 * Add -O0 to CFLAGS on powerpc to avoid the `_restgpr_31_x in boot is
223 not defined' FTBFS.
224
4aecd9c0 225 -- Felix Zielcke <fzielcke@z-51.de> Fri, 01 Jan 2010 00:31:37 +0100
02453a81 226
d59dc734 227grub2 (1.98~20091229-1) unstable; urgency=high
3b5f69c5 228
27c2b6f7 229 * New Bazaar snapshot.
4c6f178e 230 - Fix slowness when $prefix uses an UUID.
27c2b6f7 231 (Closes: #541145, LP: #420933)
9449c42f 232 - Correctly set TARGET_CFLAGS. (Closes: #562953)
27c2b6f7
FZ
233
234 [ Robert Millan ]
3b5f69c5 235 * grub-rescue-pc.postinst: Build USB rescue image.
ec1eb571
RM
236 * rules: Invoke configure with relative path. This makes binaries smaller,
237 since dprintf strings are constructed using this path.
3b5f69c5 238
9e5e5406 239 [ Felix Zielcke ]
d59dc734 240 * Urgency=high due to RC bug fix.
9e5e5406
FZ
241 * Fix version comparison in grub-common.preinst for handling obsolete
242 /etc/grub.d/10_freebsd. (Closes: #562921)
243
9449c42f 244 -- Felix Zielcke <fzielcke@z-51.de> Tue, 29 Dec 2009 16:05:00 +0100
3b5f69c5 245
89d593a2
FZ
246grub2 (1.98~20091222-1) unstable; urgency=low
247
248 * New Baazar snapshot.
2bad08a6 249 - Make 30_os-prober again dash compatible. (Closes: #562034)
89d593a2 250
2bad08a6 251 -- Felix Zielcke <fzielcke@z-51.de> Tue, 22 Dec 2009 12:50:57 +0100
89d593a2 252
d8bc8a9f 253grub2 (1.98~20091221-1) unstable; urgency=low
aac2b1a0 254
d8bc8a9f 255 * New Bazaar snapshot.
0f197e45 256 - Fix search command failing on some broken BIOSes. (Closes: #530357)
d8bc8a9f
RM
257
258 [ Felix Zielcke ]
2187e7e0 259 * Add Replaces:/Conflicts: grub-linuxbios to grub-coreboot. (Closes: #561811)
0f197e45
FZ
260 * Delete obsolete /etc/grub.d/10_freebsd if it has not been modified,
261 else disable it. (Closes: #560346)
aac2b1a0 262
d8bc8a9f 263 -- Robert Millan <rmh.debian@aybabtu.com> Mon, 21 Dec 2009 22:04:17 +0100
aac2b1a0 264
f3589b75 265grub2 (1.98~20091210-1) unstable; urgency=low
7446d0c2 266
f3589b75 267 * Version bump.
7446d0c2 268
f3589b75 269 -- Robert Millan <rmh.debian@aybabtu.com> Mon, 14 Dec 2009 14:52:59 +0100
7446d0c2 270
ffb03807 271grub2 (1.97+20091210-1) unstable; urgency=low
ccf05c23 272
9b4b697a 273 * New Bazaar snapshot.
b0e533c5 274 - patches/02_fix_mountpoints_in_mkrelpath.diff: Remove (merged).
ffb03807
RM
275 - Fixes FTBFS on powerpc (again) and sparc.
276 - patches/903_grub_legacy_0_based_partitions.diff: Resync (merged into
277 debian branch).
278
ccf05c23
RM
279 * Fix dpkg dependency for lenny compatibility.
280
ffb03807 281 -- Robert Millan <rmh.debian@aybabtu.com> Thu, 10 Dec 2009 00:35:20 +0100
ccf05c23 282
82629bc5 283grub2 (1.97+20091130-1) unstable; urgency=low
b84e06f0
RM
284
285 * New Bazaar snapshot.
64f4ef5b
RM
286 * Enable ntldr-img from grub-extras.
287
82629bc5 288 -- Robert Millan <rmh.debian@aybabtu.com> Mon, 30 Nov 2009 02:33:03 +0100
64f4ef5b
RM
289
290grub2 (1.97+20091125-2) unstable; urgency=low
c7017dfc
FZ
291
292 [ Updated translations ]
293 * Bulgarian (bg.po) by Damyan Ivanovi (Closes: #558039)
294
0b44359b
RM
295 [ Robert Millan ]
296 * control: Remove genisoimage from Build-Depends/Suggests (no longer
297 used).
a6d882e9 298 * grub.d/05_debian_theme: Make output string distro-agnostic.
0b44359b 299
bc343206
FZ
300 [ Felix Zielcke ]
301 * patches/02_fix_mountpoints_in_mkrelpath.diff: New patch to handle
302 mount points like the old shell function did. (Closes: #558042)
303
7a1ee545 304 -- Felix Zielcke <fzielcke@z-51.de> Sun, 29 Nov 2009 21:38:00 +0100
c7017dfc 305
3956deed
RM
306grub2 (1.97+20091125-1) unstable; urgency=low
307
0373117c 308 [ Robert Millan ]
3956deed
RM
309 * New upstream snapshot.
310 - Fixes script parser load error.
1eaa5c3a
RM
311
312 * Add gettext to Build-Depends and gettext-base to grub-common's
313 Depends.
314
0373117c 315 -- Felix Zielcke <fzielcke@z-51.de> Wed, 25 Nov 2009 19:22:51 +0100
1eaa5c3a 316
c4a934e4 317grub2 (1.97+20091124-1) unstable; urgency=low
e5704151 318
7a4860e0 319 * New upstream snapshot.
aa2c6e6f 320 - Fix grub-mkisofs related FTBFS on powerpc. (Closes: #557704)
1e3ad09a 321 - Create fake GRUB devices for devices not listed in device.map.
87257e14
FZ
322 This also makes dmraid and multipath work as long as
323 search --fs-uuid works. (Closes: #442382, #540549, LP: #392136)
80f74093 324 - rules: grub-emu is now built as a port.
7a4860e0
RM
325
326 [ Felix Zielcke ]
e5704151
FZ
327 * Change the bt-utf-source build dependency to xfonts-unifont. It's
328 more complete, better maintained and grub-mkfont supports actually
329 more then BDF fonts as input, thanks to libfreetype.
4fdf1ab2
FZ
330 * Use grub-probe to get the GRUB device of /boot/grub instead of
331 passing (hd0) to grub-install when creating the core.img with
332 chainloading. This avoids the (UUID=) hack slowness in case
333 /boot/grub is on a different disk then (hd0) in device.map.
3d4dba43 334 * patches/903_grub_legacy_0_based_partitions.diff: Update.
381d196e 335 * Add a build dependency on automake and python.
972ee9e7
FZ
336 * Set TARGET_CC=$(CC) to really use gcc-4.4 everywhere. Also pass it
337 and CC as arguments to ./configure instead of env vars so they get
338 preserved.
c793884a 339 * Ship grub-mkrelpath in grub-common.
05dacf2e 340 * Ship the locale files in grub-common.
d17fb2dc
FZ
341 * Add a dependency on 'dpkg (>= 1.15.4) | install-info' for grub-common
342 as recommended by Policy and lintian.
e5704151 343
d17fb2dc 344
92e37a2b 345 -- Felix Zielcke <fzielcke@z-51.de> Tue, 24 Nov 2009 21:20:00 +0100
e5704151 346
6da6858f 347grub2 (1.97+20091115-1) unstable; urgency=low
7dd09d26 348
349 * New upstream snapshot.
350 - Fix security problem with password checking. (Closes: #555195)
05aba85d
FZ
351 - Fix the generated GNU/Hurd menu entries and also add support for
352 it in 30_os-prober. (Closes: #555188)
f95f0bfa 353 - Same grub-mkrescue for grub-pc and grub-coreboot, used by
aa95983c 354 grub-rescue-pc during postinst now. (Closes: #501867)
f7de2a2a 355
b49dd3c1 356 [ Felix Zielcke ]
14e9ff02 357 * Ship grub-mkisofs in grub-common.
ea0ffba6 358 * patches/002_grub.d_freebsd.in.diff: Remove (merged upstream).
426f0ddd 359 * patches/906_grub_extras.diff: Remove. Superseded by GRUB_CONTRIB variable
ea0ffba6 360 in recent upstream trunk.
361 * rules: Export GRUB_CONTRIB to enable grub-extras add-ons.
bf12bae3 362 * Pass --force to grub-install in the postinst. (Closes: #553415)
66eae74b
FZ
363 * Don't strip debug symbols from grub-emu. It's meant for debugging
364 and with them it's much more useful.
9b36897e
FZ
365 * Ship grub-mkfloppy in grub-pc.
366 * Revert the Replaces: grub-common to (<= 1.96+20080413-1) on the
367 grub-pc package. It was wrongly modified long ago.
f7de2a2a 368
b49dd3c1 369 [ Robert Millan ]
370 * copyright: Document mkisofs.
1456c624 371 * control: Update Vcs- fields (moved to Bazaar).
17c7c0bf 372 * rules: Update debian/legacy/update-grub rule to Bazaar.
b49dd3c1 373
6da6858f 374 -- Felix Zielcke <fzielcke@z-51.de> Sun, 15 Nov 2009 19:13:31 +0100
f7de2a2a 375
16fdf3cd 376grub2 (1.97-1) unstable; urgency=low
c0a922c2 377
997df1c8 378 [ Robert Millan ]
c0a922c2 379 * patches/905_setup_force.diff: Remove, no longer needed as of
380 grub-installer >= 1.47.
9b7babfc 381 * grub.d/05_debian_theme: Attempt to source grub_background.sh from
382 desktop-base (Needed for #495282, #495616, #500134, see also
383 #550984).
c0a922c2 384
997df1c8 385 [ Felix Zielcke ]
386 * Add a build dependency on texinfo.
9efca4e8 387 * Fix little typo in /etc/default/grub. (LP: #457703)
997df1c8 388
d29ce05c 389 [ Updated translations ]
390 * Finnish (fi.po) by Esko Arajärvi. (Closes: #551912)
391
16fdf3cd 392 -- Felix Zielcke <fzielcke@z-51.de> Sun, 25 Oct 2009 19:50:21 +0100
c0a922c2 393
f828e29d 394grub2 (1.97~beta4-1) unstable; urgency=low
395
396 * New upstream beta release.
d4160a92 397
c9551a88 398 [ Felix Zielcke ]
d4160a92 399 * Change the Recommends: os-prober to (>= 1.33).
90ff388a 400 * patches/907_grub.cfg_400.diff: Really add it. Somehow it was a 0 byte file.
401 (Closes: #547409)
04246346 402 * Convert newlines back to spaces when parsing kopt from
403 GRUB Legacy's menu.lst, before giving the value to Debconf.
404 Thanks to Colin Watson. (Closes: #547649)
fa432e6b 405 * Ship the info docs in grub-common. (Closes: #484074)
c2cfde16 406 * Remove generated /usr/share/info/dir* files.
47d3baf6 407 * Update the presubj bug file and also install it for grub-common.
d4160a92 408
c9551a88 409 [ Robert Millan ]
410 * Enable ZFS and 915resolution in grub-extras (now requires explicit
411 switch).
8970e6e6 412 * grub-common conflicts with grub-doc (<< 0.97-32) and grub-legacy-doc
413 (<< 0.97-59).
3b47e2d8 414 * Move grub-emu to a separate package.
c9551a88 415
b85fdd3f 416 [ Updated translations ]
417 * Japanese (ja.po) by Hideki Yamane. (Closes: #549599)
418
f828e29d 419 -- Robert Millan <rmh.debian@aybabtu.com> Mon, 05 Oct 2009 20:03:04 +0200
d4160a92 420
ea27b55b 421grub2 (1.97~beta3-1) unstable; urgency=high
036f1811 422
423 * New upstream beta release.
424 - Make it more clear how to use /etc/grub.d/40_custom. (Closes: #545153)
e42bc1f0 425 - fix a serious memory corruption in the graphical subsystem.
426 (Closes: #545364, #544155, #544639, #544822, LP: #424503)
df581c86 427 - patches/003_grub_probe_segfault.diff: Remove (merged).
e05797b2 428
429 * Change the watch file so upstream beta releases are recognized.
eedfe046 430 * Include /etc/default/grub in bug reports.
6c284553 431 * Recommend os-prober (>= 1.32). (Closes: #491872)
ff152229 432 * Change the gcc-multilib [sparc] build dependency to gcc-4.4-multilib
433 [sparc].
036f1811 434 * patches/907_grub.cfg_400.diff: New patch to make grub.cfg again mode
435 444 if it does not contain a password line.
52d19903 436 * Use `su' in the bug reporting script to read grub.cfg in case the user
437 is not allowed to read it.
e42bc1f0 438 * Readd grub-pc/kopt-extracted template.
e05797b2 439
f9bc3e8e 440 [ Updated translations ]
441 * Brazilian Portuguese (pt_BR.po) by Flamarion Jorge.
993febae 442 * Japanese (ja.po) by Hideki Yamane. (Closes: #545331)
ff152229 443 * Spanish (es.po) by Francisco Javier Cuadrado. (Closes: #545566)
1dab34dd 444 * Italian (it.po) by Luca Monducci. (Closes: #546035)
f9bc3e8e 445
df581c86 446 -- Felix Zielcke <fzielcke@z-51.de> Sat, 12 Sep 2009 15:28:20 +0200
e05797b2 447
b4738202 448grub2 (1.97~beta2-2) unstable; urgency=low
449
b61ac8d3 450 [ Updated translations ]
451 * Dutch (nl.po) by Paul Gevers. (Closes: #545050)
452
453 [ Felix Zielcke ]
b4738202 454 * Move GRUB Legacy's grub-set-default to /usr/lib/grub-legacy in
455 preparation for GRUB 2's grub-set-default.
84099e8b 456 * Remove password lines in bug script.
b4738202 457
b61ac8d3 458 [ Robert Millan ]
459 * Do not conflict with `grub' dummy package (this prevented upgrades).
212bba31 460 * patches/003_grub_probe_segfault.diff: Disable file test codepath, which
461 wasn't normally used before.
99eccaf7 462
84099e8b 463 -- Felix Zielcke <fzielcke@z-51.de> Sat, 05 Sep 2009 00:27:22 +0200
b4738202 464
431310e8 465grub2 (1.97~beta2-1) unstable; urgency=low
5a570cdb 466
431310e8 467 * New upstream beta release.
8116cfd4 468 - Fix loading of FreeBSD modules. (Closes: #544305)
469
5a570cdb 470 [ Updated translations ]
471 * French (fr.po) by Christian Perrier. (Closes: #544320)
b1301529 472 * Czech (cs.po) by Miroslav Kure. (Closes: #544327)
70a317e0 473 * Belarusian (be.po) by Hleb Rubanau.
c9c893fe 474 * Arabic (ar.po) by Ossama M. Khayat.
b427235a 475 * Catalan (ca.po) by Juan Andrés Gimeno Crespo.
d6e739ec 476 * Russian (ru.po) by Yuri Kozlov. (Closes: #544730)
bea43b3f 477 * Swedish (sv.po) by Martin Ă…gren. (Closes: #544759)
03b946ce 478 * Brazilian Portuguese (pt_BR.po) by Flamarion Jorge. (Closes: #544810)
53d0c6ac 479 * German (de.po) by Helge Kreutzmann. (Closes: #544912)
5a570cdb 480
431310e8 481 [ Robert Millan ]
482 * Build with GCC 4.4.
483
484 -- Robert Millan <rmh.debian@aybabtu.com> Fri, 04 Sep 2009 14:40:20 +0200
5a570cdb 485
ec38d7f6 486grub2 (1.97~beta1-1) unstable; urgency=low
b797f9b4 487
488 * New upstream beta release.
0197f13a 489
490 [ Updated translations ]
491 * German (de.po) by Helge Kreutzmann. (Closes: #544261)
9ca91012 492 * Asturian (ast.po) by Marcos.
493 * Georgian (ka.po) by Aiet Kolkhi.
0197f13a 494
1bc87b90 495 [ Robert Millan ]
496 * Merge config, templates, postinst, postrm, dirs and install files
497 into a single source.
dd66f732 498 * Disable Linux-specific strings on GNU/kFreeBSD. Enable translations
499 in grub2/linux_cmdline_default. Add grub2/kfreebsd_* strings (still
500 unused).
1bc87b90 501
ec38d7f6 502 -- Felix Zielcke <fzielcke@z-51.de> Sun, 30 Aug 2009 18:01:40 +0200
0197f13a 503
6ae9517a 504grub2 (1.96+20090829-1) unstable; urgency=low
d8db2303 505
897109ba 506 * New SVN snapshot.
6ae9517a 507 - Fix filesystem mapping on GNU/kFreeBSD. (Closes: #543950)
508
897109ba 509 * New grub-extras SVN snapshot.
510 - Add 915resolution support to the GMA500 (poulsbo) graphics chipset.
511 Thanks to Pedro Bulach Gapski. (Closes: #543917)
512
b6e3586c 513 * Use `cp -p' to copy /usr/share/grub/default/grub to the temporary
514 file to preverse permissions.
769576db 515 * Remove also efiemu files from /boot/grub on purge if requested.
b6e3586c 516 * Check that GRUB_CMDLINE_LINUX and GRUB_CMDLINUX_LINUX_DEFAULT is at
517 the start of line in *.postinst.
36a14bfa 518 * Don't check that $GRUB_CMDLINE_LINUX{,DEFAULT} are non empty strings
519 in *.config.
77e5f562 520 * Add empty GRUB_CMDLINE_LINUX to /usr/share/grub/default/grub.
36a14bfa 521 * Factorise the editing of the temporary file. Thanks to Martin F
522 Krafft.
a3947b49 523 * Read in /etc/default/grub in *.config files.
d8db2303 524
b6e3586c 525 [ Updated translations ]
526 * French (fr.po) by Christian Perrier. (Closes: #544023)
527 * Russian (ru.po) by Yuri Kozlov. (Closes: #544077)
26f27249 528 * Italian (it.po) by Luca Monducci. (Closes: #544200)
b6e3586c 529
36a14bfa 530 -- Felix Zielcke <fzielcke@z-51.de> Sat, 29 Aug 2009 17:01:17 +0200
d8db2303 531
f6027154 532grub2 (1.96+20090826-3) unstable; urgency=low
533
534 * Add missing quotes in grub-pc.config and *.postinst.
535
536 -- Felix Zielcke <fzielcke@z-51.de> Wed, 26 Aug 2009 19:14:23 +0200
537
3fc74d39 538grub2 (1.96+20090826-2) unstable; urgency=low
539
540 * Really use the correct templates in grub-pc.config. ARGS.
541
542 -- Felix Zielcke <fzielcke@z-51.de> Wed, 26 Aug 2009 14:10:41 +0200
543
c3c9d429 544grub2 (1.96+20090826-1) unstable; urgency=low
545
546 * New SVN snapshot.
a41284d1 547
548 * Use the right templates in grub-pc.config. (Closes: #543615)
549
c3c9d429 550 -- Felix Zielcke <fzielcke@z-51.de> Wed, 26 Aug 2009 11:00:36 +0200
a41284d1 551
f1569c6f 552grub2 (1.96+20090825-1) unstable; urgency=low
553
554 * New SVN snapshot.
555 - Enable gfxterm only if there's a suitable video backend and don't
556 print an error if not. (Closes: #520846)
7652adac 557
63e5215f 558 [ Felix Zielcke ]
7652adac 559 * Copy unicode.pf2 instead of ascii.pf2 to /boot/grub in grub-pc
46ddd509 560 postinst (Closes: #542314).
0f88b19a 561 * Update Standards version to 3.8.3.
562 * Use DEB_HOST_ARCH_CPU for the generation of the lintian overrides.
dce2e60a 563 * Fix calling the grub-pc/postrm_purge_boot_grub template in
564 grub-pc.postinst.
7b1f14a8 565 * Handle GRUB_CMDLINE_LINUX and GRUB_CMDLINE_LINUX_DEFAULT via
566 debconf. Thanks to Martin F. Krafft and Colin Watson for idea and
567 hints.
568 * Use ucfr --force when /etc/default/grub is registered to a grub-* package.
191ec2ab 569 * Use #!/bin/sh in *.config and fix a small bashism in grub-pc.config.
7652adac 570
63e5215f 571 [ Robert Millan ]
572 * patches/907_terminal_output_workaround.diff: Remove. It seems that
6e394dd7 573 it wasn't really necessary.
bb816d0b 574 * grub-pc.postinst: Avoid printing an error if /etc/kernel-img.conf
575 doesn't exist, because it is misleading. We simply refrain from
576 fixing it and move along.
9a6f7817 577 * grub-pc.postinst: Don't schedule generation of grub.cfg via "grub-install"
578 code path unless we actually run grub-install.
d0105aae 579 * grub-pc.postinst: Only copy unicode.pf2 and moreblue-orbit-grub.png when
580 /boot/grub/grub.cfg is scheduled to be generated.
284f9c8f 581 * legacy/upgrade-from-grub-legacy: Reset grub-pc/install_devices.
582 Thanks Colin Watson. (Closes: #541230)
63e5215f 583
f1569c6f 584 -- Felix Zielcke <fzielcke@z-51.de> Tue, 25 Aug 2009 21:45:24 +0200
7652adac 585
948ceec1 586grub2 (1.96+20090808-1) unstable; urgency=low
59bf3b18 587
8b764518 588 * New SVN snapshot.
589 - Fix XFS with inode size different then 256. (Closes: #528761)
205b740a 590 - Add support for multiple LVM metadata areas. (LP: #408580)
d75936a4 591 - patches/008_dac_palette_width.diff: Remove. (merged)
948ceec1 592 - Prefer unicode over ascii font. (LP: #352034)
8b764518 593
34719c1f 594 [ Felix Zielcke ]
59bf3b18 595 * Fix the generation of the lintian override for efiemu64.o.
82be016c 596 * Remove the Conflicts dmsetup.
c72bd5ca 597 * Use ?= for setting DEB_HOST_ARCH.
85fb5421 598 * Document GRUB_DISABLE_LINUX_RECOVERY in /etc/default/grub.
599 (Closes: #476536 LP: #190207)
8b764518 600 * Add docs/grub.cfg to examples.
c4907b63 601 * patches/01_uuids_and_lvm_dont_play_along_nicely.diff: Updated to
602 also disable UUIDs on LVM over RAID.
90159517 603 * Add a debconf prompt to remove all grub2 files from /boot/grub on
604 purge. (Closes: #527068, #470400)
5115206d 605 * Move the Suggests: os-prober from grub-pc to grub-common.
b281ca5a 606 * patches/901_dpkg_version_comparison.diff: Updated.
43bcd04e 607 * Update the Replaces on grub-common for the other packages to (<<
608 1.96+20080831-1). (Closes: #540492)
59bf3b18 609
34719c1f 610 [ Robert Millan ]
611 * Reorganize grub-pc.{config,postinst} logic. The idea being that if there's
612 no trace of GRUB Legacy, the grub-pc/install_devices template will be
613 shown even if this is the first install.
8680226b 614 * When setting grub-pc/install_devices, obtain input dynamically from
b109a7e9 615 grub-mkdevicemap (rather than devices.map). (Closes: #535525)
50380e42 616 * Add a note to grub-pc/install_devices template that it's also possible
617 to install GRUB to a partition boot record.
fc85b554 618 * patches/002_grub.d_freebsd.in.diff: New patch. Reimplement
619 10_freebsd.in to handle multiple kernel versions & acpi.ko.
34719c1f 620
fc85b554 621 -- Robert Millan <rmh.debian@aybabtu.com> Mon, 10 Aug 2009 18:49:52 +0200
59bf3b18 622
cd4263d3 623grub2 (1.96+20090725-1) unstable; urgency=high
08dcb864 624
625 * New SVN snapshot.
626 - Don't add drivemap call with Windows Vista/7. It breaks Win 7.
627 (LP: #402154)
5865b798 628
c9673725 629 [ Felix Zielcke ]
5865b798 630 * Don't build grub-efi-amd64 on hurd-i386.
dd426da5 631 * Change DEB_BUILD_ARCH to DEB_HOST_ARCH in the check for sparc.
b7cfd0a3 632 * Don't add the lintian override for kernel.img for sparc and grub-pc.
c5615a1d 633 * Add a lintian override for binary-from-other-architecture for
634 grub-efi-amd64 and grub-pc on i386.
045f7313 635 * Use wildcards in the lintian overrides.
0d571fd6 636 * Add a Conflicts/Replaces for all packages except grub-common.
637 (Closes: #538177)
5865b798 638
c9673725 639 [ Robert Millan ]
640 * 008_dac_palette_width.diff: New patch. Fix blank screen when booting
2a50a6c0 641 Linux with vga= parameter set to a packed color mode (<= 8-bit).
c9673725 642 (Closes: #535026)
cd4263d3 643 * Set urgency=high because #535026 affects 1.96+20090709-1 which is in
644 testing now.
dc32ef02 645 * patches/907_terminal_output_workaround.diff: Work around recent regression
646 with terminal_output command (not critical, just breaks gfxterm).
c9673725 647
dc32ef02 648 -- Robert Millan <rmh.debian@aybabtu.com> Sat, 25 Jul 2009 19:00:53 +0200
5865b798 649
621625de 650grub2 (1.96+20090721-4) unstable; urgency=low
651
652 * Place grub-ofpathname only in grub-common. (Closes: #537999)
653
5865b798 654 -- Felix Zielcke <fzielcke@z-51.de> Wed, 22 Jul 2009 13:38:24 +0200
621625de 655
b8a30e43 656grub2 (1.96+20090721-3) unstable; urgency=low
657
e62b3308 658 * Don't strip kernel.img on sparc.
846676c2 659 * Suggest efibootmgr on grub-efi-{amd64,ia32}.
2b3b8c0d 660 * Pass --disable-grub-fstest to configure. (Closes: #537897)
b8a30e43 661
428b79f9 662 -- Felix Zielcke <fzielcke@z-51.de> Tue, 21 Jul 2009 21:46:01 +0200
b8a30e43 663
3cda151f 664grub2 (1.96+20090721-2) unstable; urgency=low
665
666 * Add back Conflicts/Replaces grub.
667
668 -- Felix Zielcke <fzielcke@z-51.de> Tue, 21 Jul 2009 11:24:45 +0200
669
aaaac32c 670grub2 (1.96+20090721-1) unstable; urgency=low
41861f66 671
672 * New SVN snapshot.
673
674 * Change License of my update-grub(8) and update-grub2(8) manpages to
675 GPL3+ to match new copyright file.
833fc2e0 676 * Merge from Ubuntu: Don't build grub-efi-amd64 on lpia.
e6047701 677 * Don't pass `--enable-efiemu' to configure. On kfreebsd-i386 it won't
678 compile and it should be now auto detected if it's compilable.
679 (Closes: #536783)
45db86f2 680 * Don't build grub-efi-amd64 on kfreebsd-i386. It lacks 64bit compiler
681 support.
aaaac32c 682 * Rename the lintian override for kernel.elf to kernel.img.
7c362f44 683 * Strip kernel.img not kernel.elf, but not in the case of grub-pc.
218c4ea4 684 * Rename the Conflicts/Replaces grub to grub-legacy. (Closes: #537824)
41861f66 685
aaaac32c 686 -- Felix Zielcke <fzielcke@z-51.de> Tue, 21 Jul 2009 10:50:20 +0200
41861f66 687
81aece19 688grub2 (1.96+20090709-1) unstable; urgency=low
689
690 * New SVN snapshot.
7600f240 691
692 * control (Build-Depends): Add gcc-multilib [sparc].
24f20277 693 * copyright: Rewrite using DEP-5 format.
9bea44d4 694 * Merge grub-extras into the package, and integrate it with GRUB's
695 build system.
696 - patches/906_grub_extras.diff
697 - rules
698 - copyright
7600f240 699
81aece19 700 -- Robert Millan <rmh.debian@aybabtu.com> Thu, 09 Jul 2009 00:26:49 +0200
7600f240 701
37b64473 702grub2 (1.96+20090702-1) unstable; urgency=low
08eb9518 703
37b64473 704 * New SVN snapshot.
08eb9518 705 * rules: Remove duplicated files in sparc64-ieee1275 port.
3e296f1e 706 * rules: Comment out -DGRUB_ASSUME_LINUX_HAS_FB_SUPPORT=1 setting. We'll
707 re-evaluate using it when it's more mature. (Closes: #535026).
08eb9518 708
37b64473 709 -- Robert Millan <rmh.debian@aybabtu.com> Thu, 02 Jul 2009 13:23:51 +0200
08eb9518 710
1df4e9d7 711grub2 (1.96+20090629-1) unstable; urgency=low
712
713 * New SVN snapshot.
714 - Misc fixes in Linux loader.
ec0fe3f2 715
716 * control (grub-firmware-qemu): Make it buildable only on i386/amd64.
c2f081a7 717 * control: Add sparc (grub-ieee1275), remove remnants of ppc64.
df2115f6 718 * rules: Include all modules in grub-firmware-qemu build.
ec0fe3f2 719
1df4e9d7 720 -- Robert Millan <rmh.debian@aybabtu.com> Mon, 29 Jun 2009 19:22:37 +0200
ec0fe3f2 721
4cb39b4e 722grub2 (1.96+20090628-1) unstable; urgency=low
723
724 * New SVN snapshot.
725 * Re-enable QEMU port.
726
727 -- Robert Millan <rmh.debian@aybabtu.com> Sun, 28 Jun 2009 01:11:10 +0200
728
9b0f6018 729grub2 (1.96+20090627-2) unstable; urgency=low
881ad3eb 730
731 * Disable QEMU port untill it goes through NEW.
732 * Upload to unstable.
733
734 -- Robert Millan <rmh.debian@aybabtu.com> Sat, 27 Jun 2009 18:40:17 +0200
735
5dcc450f 736grub2 (1.96+20090627-1) experimental; urgency=low
f85603e6 737
738 * New SVN snapshot.
739 - Fix parsing of --output in grub-mkconfig. (Closes: #532956)
437b7f5a 740
13a68021 741 [ Felix Zielcke ]
437b7f5a 742 * Use ucfr --force in grub-ieee1275.postinst in case we're upgrading
743 from previous version. It registered /etc/default/grub wrongly with
744 package iee1275.
e0e107e7 745 * Drop the build dependency on libc6-dev-i386.
d92ca175 746 * Remove ppc64 from the Architectures. It's totally dead.
85c09bd8 747 * Add a note to /etc/default/grub that update-grub needs to be run to
748 update grub.cfg. (Closes: #533026)
525d1d0a 749 * Fix the svn-snapshot rule.
c07c104e 750 * Update Standards version to 3.8.2. No changes needed.
437b7f5a 751
13a68021 752 [ Robert Millan ]
753 * legacy/upgrade-from-grub-legacy: Invoke grub-pc.postinst directly rather
754 than dpkg-reconfigure. Since we pretend we're upgrading, it will DTRT.
d8ce8ba4 755 * Add grub-firmware-qemu package.
756 - patches/008_qemu.diff: QEMU port (patch from upstream).
757 - control (grub-firmware-qemu): New package.
758 - rules: Add grub-firmware-qemu targets.
759 - debian/grub-firmware-qemu.dirs
760 - debian/grub-firmware-qemu.install
c91e070e 761 * patches/906_revert_to_linux16.diff: Remove, now that gfxpayload is
762 supported.
d8ce8ba4 763
c91e070e 764 -- Robert Millan <rmh.debian@aybabtu.com> Sat, 27 Jun 2009 00:46:23 +0200
437b7f5a 765
626cccfa 766grub2 (1.96+20090611-1) experimental; urgency=low
e76735ae 767
ce137156 768 * New SVN snapshot.
769
e76735ae 770 * Append .diff to patches/01_uuids_and_lvm_dont_play_along_nicely so
771 it gets really applied.
772 * Drop completely the build dependency on gcc-multilib.
6ffda182 773 * Instead of arborting in the preinst if /etc/kernel-img.conf still
774 contains /sbin/update-grub, change the file with sed. Policy allows
ae207d3b 775 thisi, because it's not a conffile, according to Colin Watson.
55e3116e 776 * Change /etc/default/grub to an ucf managed file instead of dpkg
777 conffile.
e76735ae 778
ce137156 779 -- Felix Zielcke <fzielcke@z-51.de> Fri, 12 Jun 2009 11:46:24 +0200
e76735ae 780
f75baf2f 781grub2 (1.96+20090609-1) experimental; urgency=low
0d3ece2c 782
dbf571a3 783 * New SVN snapshot.
6840d6fa 784 - Fix variable parsing inside strings. (Closes: #486180)
785 - Add `true' command. (Closes: #530736)
dbf571a3 786
787 [ Robert Millan ]
0d3ece2c 788 * Split grub-efi in grub-efi-ia32 and grub-efi-amd64, both available
789 on i386 and amd64. (Closes: #524756)
2d69ca0d 790 * Add kopensolaris-i386 to arch list.
0d3ece2c 791
9bb564a0 792 [ Felix Zielcke ]
2893904a 793 * Add a NEWS entry about the grub-efi split.
7e5e567f 794 * Drop the build dependency on gcc-multilib for all *i386.
fc1dd587 795 * Change upgrade-from-grub-legacy to use `dpkg-reconfigure grub-pc' to
796 install grub2 into MBR.
9bb564a0 797
f75baf2f 798 [ New translations ]
799 * Catalan (ca.po) by Jordi Mallach.
800
13030606 801 [ Updated translations ]
802 * Spanish (es.po) by Francisco Javier Cuadrado. (Closes: #532407)
803
99b383a9 804 -- Jordi Mallach <jordi@debian.org> Tue, 09 Jun 2009 19:21:15 +0200
0d3ece2c 805
f29ca7f0 806grub2 (1.96+20090603-1) unstable; urgency=low
807
808 * New SVN snapshot.
7a2d7297 809
810 * Abort the install of grub-pc if /etc/kernel-img.conf still contains
811 /sbin/update-grub (Closes: #500631).
812
f29ca7f0 813 -- Felix Zielcke <fzielcke@z-51.de> Wed, 03 Jun 2009 20:01:11 +0200
7a2d7297 814
da61183b 815grub2 (1.96+20090602-1) unstable; urgency=low
20463961 816
817 * New SVN snapshot.
818
646ebc40 819 [ Felix Zielcke ]
20463961 820 * Skip floopies in the grub-install debconf prompt in grub-pc postinst.
fc9d7d31 821 Patch by Fabian Greffrath. (Closes: #530848)
20463961 822
646ebc40 823 [ Robert Millan ]
824 * Change Vcs-Browser field to viewsvn.
825
98eca554 826 [ Felix Zielcke ]
827 * Change Vcs-Svn field to point to the trunk. (Closes: #531391)
c6d14de3 828 * patches/01_uuids_and_lvm_dont_play_along_nicely: New patch.
829 On Debian root=UUID= with lvm still doestn't work so disable it.
830 (Closes: #530357)
67a720ba 831 * Remove Otavio Salvador from Uploaders with his permission.
7a2d7297 832 * add grub-pc.preinst
98eca554 833
7a2d7297 834 -- Felix Zielcke <fzielcke@z-51.de> Wed, 03 Jun 2009 14:42:11 +0200
20463961 835
90d44ae0 836grub2 (1.96+20090523-1) unstable; urgency=low
1238ab3a 837
838 * New SVN snapshot.
a290e492 839 - Add drivemap command, similar to grub-legacy's map command.
27ddb30f 840 (Closes: 503630)
0c4f8ed8 841 - Export GRUB_TERMINAL_INPUT in grub-mkconfig. (Closes: #526741)
1238ab3a 842
843 [ Robert Millan ]
844 * rules: Set GRUB_ASSUME_LINUX_HAS_FB_SUPPORT=1 in CFLAGS.
99289475 845 * patches/905_setup_force.diff: Relax blocklist warnings.
b63d878a 846 * patches/906_revert_to_linux16.diff: Keep using linux16 for now.
1238ab3a 847
670a679f 848 [ Felix Zielcke ]
849 * patches/07_core_in_fs.diff: Updated.
0e0d8ea0 850 * Remove /etc/grub.d/10_hurd on non-Hurd systems in the grub-common
851 preinst. Likewise for 10_freebsd for non kFreebsd and 10_linux on
852 kFreebsd and Hurd. (Closes: #523777)
670a679f 853
90d44ae0 854 -- Felix Zielcke <fzielcke@z-51.de> Sat, 23 May 2009 20:05:10 +0200
1238ab3a 855
2c2c9249 856grub2 (1.96+20090504-1) experimental; urgency=low
ceacb3fc 857
858 * New SVN snapshot.
41705d45 859 - Add support for parttool command, which can be used to hide partitions.
ceacb3fc 860 (Closes: #505905)
27fcd99a 861 - Fix a segfault with LVM on RAID. (Closes: #520637)
3c762db8 862 - Add support for char devices on (k)FreeBSD. (Closes: #521292)
016c0ead 863 - patches/08_powerpc-ieee1275_build_fix.patch: Remove (merged).
95d391c9 864
865 [ Updated translations ]
41705d45 866 * Basque (eu.po) by Piarres Beobide. (Closes: #522457)
867 * German (de.po) by Helge Kreutzmann. (Closes: #522815)
95d391c9 868
fbfc4205 869 [ Robert Millan ]
870 * Update my email address.
25988d5f 871 * Remove 04_uuids_and_abstraction_dont_play_along_nicely.diff now that
872 bugs #435983 and #455746 in mdadm and dmsetup have been fixed.
fbfc4205 873
f3ca8be2 874 [ Felix Zielcke ]
7d9785ea 875 * Place new grub-dumpbios in grub-common.
f32a6cd2 876 * Add lpia to the archictectures to reduce the ubuntu delta.
591d898a 877 * Add a manpage for the update-grub and update-grub2 stubs, written by
878 me. (Closes: #523876)
d6d87265 879 * Suggest genisoimage on grub-pc and grub-ieee1275, because grub-mkrescue
880 needs it to create a cd image. (Closes: #525845)
f2b088cb 881 * Add a dependency on $(AUTOGEN_FILES) for the configure/grub-common target,
882 this is needed now that upstream removed the autogenerated files from SVN.
58a97da6 883 * Add `--enable-efiemu to' `./configure' flags.
884 * Add a build dependency on gcc-multilib for i386.
885 * Drop alternate build dependency on gcc-4.1 (<< 4.1.2).
f3ca8be2 886
58a97da6 887 -- Felix Zielcke <fzielcke@z-51.de> Mon, 04 May 2009 21:01:22 +0200
95d391c9 888
8fc80126 889grub2 (1.96+20090402-1) experimental; urgency=low
c01e72fc 890
891 * New SVN snapshot.
892 - Fix regression in disk/raid.c. (Closes: #521897, #514338)
8fc80126 893 - Fix handling of filename string lengths in HFS.
894 (Really closes: #516458).
6b06884b 895 * Add myself to Uploaders.
b2990cc5 896 * Add patch 08_powerpc-ieee1275_build_fix.patch to fix powerpc-ieee1275
897 builds which were lacking header files for kernel_elf_HEADERS. Thanks
898 Vladimir Serbinenko.
c01e72fc 899
b2990cc5 900 -- Jordi Mallach <jordi@debian.org> Fri, 03 Apr 2009 20:58:37 +0200
c01e72fc 901
9f2facb3 902grub2 (1.96+20090401-1) experimental; urgency=low
55d27355 903
c6aa3b5c 904 [ Felix Zielcke ]
55d27355 905 * New SVN snapshot.
906 - Pass grub's gfxterm mode to Linux kernel. (Closes: #519506)
7accc5b1 907 - Fix ext4 extents on powerpc. (Closes: #520286)
55d27355 908
c6aa3b5c 909 [ Robert Millan ]
910 * Remove grub-of transitional package (Lenny had grub-ieee1275 already).
1bc7a473 911 * Fix kopt parsing in grub-pc.config. Thanks Marcus Obst. (Closes: #514837)
9f2facb3 912 * Add debconf template to automatically run grub-install during upgrades
913 (prior user confirmation). (Closes: #514705)
c6aa3b5c 914
9f2facb3 915 -- Robert Millan <rmh@aybabtu.com> Wed, 01 Apr 2009 01:19:45 +0200
55d27355 916
ec647699 917grub2 (1.96+20090317-1) unstable; urgency=low
2375cd88 918
919 * New SVN snapshot.
920 - Fix loading of files with underscore in HFS. (Closes: #516458)
d1f58f04 921
7accc5b1 922 * Update Standards version to 3.8.1. No changes needed.
2375cd88 923
d1f58f04 924 [ Updated translations ]
925 * Brazilian Portuguese (pt_BR.po) by Flamarion Jorge. (Closes: #519417)
926
ec647699 927 -- Felix Zielcke <fzielcke@z-51.de> Tue, 17 Mar 2009 14:42:10 +0100
2375cd88 928
d4dffc88 929grub2 (1.96+20090309-1) unstable; urgency=low
930
931 * New SVN snapshot.
932
933 -- Felix Zielcke <fzielcke@z-51.de> Mon, 09 Mar 2009 10:03:13 +0100
934
372f5e2e 935grub2 (1.96+20090307-1) unstable; urgency=low
445040d1 936
937 * New SVN snapshot.
938 - Add support for /dev/md/dNNpNN mdraid devices. (Closes: #509960)
546d01e3 939 - Add new PF2 fontengine. (Closes: #510344)
8fd3f330 940 - Avoid mounting ext2 partitions with backward-incompatible features.
941 (Closes: #502333)
88183db4 942 - Try to avoid false positives with FAT. (Closes: #514263)
445040d1 943
8fd3f330 944 [ Felix Zielcke ]
546d01e3 945 * Remove build-dependency on unifont package and add one for bf-utf-source
466bb037 946 package and libfreetype6-dev
ac83755d 947 * grub-pc.postinst: Copy new ascii.pf2 instead of old ascii.pff to /boot/grub.
466bb037 948 * Add `--enable-grub-mkfont' to configure flags.
03b0c00b 949 * Put new grub-mkfont in grub-common package.
005f0336 950 * Add a dependency for ${misc:Depends} to all packages to make lintian a bit
9bca74fe 951 more happy.
89dc99a9 952 * Detect when grub-setup leaves core.img in filesystem, and include that
953 info in bug report templates.
954 - debian/patches/07_core_in_fs.diff
955 - debian/script
6388f890 956 * Add myself to Uploads and add `DM-Upload-Allowed: yes' tag.
546d01e3 957
5b67841f 958 [ Updated translations ]
959 * Asturian (ast.po) by Marcos Alvarez Costales. (Closes: #511144)
8fd3f330 960 * Traditional Chinese (zh_TW.po) by Tetralet. (Closes: #513918)
975194eb 961 * Belarusian (be.po) by Pavel Piatruk. (Closes: #516243)
5b67841f 962
372f5e2e 963 -- Felix Zielcke <fzielcke@z-51.de> Sat, 07 Mar 2009 11:54:43 +0100
445040d1 964
952a4240 965grub2 (1.96+20081201-1) experimental; urgency=low
cc144bf0 966
967 * New SVN snapshot.
968
952a4240 969 -- Robert Millan <rmh@aybabtu.com> Mon, 1 Dec 2008 00:07:31 +0100
cc144bf0 970
d74f6edc 971grub2 (1.96+20081120-1) experimental; urgency=low
972
973 * New SVN snapshot.
2ee0622b 974
975 * Update to new debian theme.
976 - grub-pc.postinst: Switch to moreblue-orbit-grub.png.
977 - grub.d/05_debian_theme: Likewise.
c474f734 978 * grub.d/05_debian_theme:
979 - Update to use new grub-mkconfig_lib instead of the deprecated
980 update-grub_lib.
981 - Update to check if `GRUB_TERMINAL_OUTPUT' is `gfxterm' instead of
982 `GRUB_TERMINAL'.
d77b92c6 983
984 [ Updated translations ]
985 * Romanien (ro.po) by Eddy Petrișor. (Closes: #506039)
d74f6edc 986
987 -- Felix Zielcke <fzielcke@z-51.de> Thu, 20 Nov 2008 20:25:56 +0100
2ee0622b 988
e95e6528 989grub2 (1.96+20081108-1) experimental; urgency=low
99d2d789 990
793b502f 991 * New SVN snapshot.
99d2d789 992 - Add support for /dev/md/N style mdraid devices. (Closes: #475585)
d13d1f9f 993 - Handle LVM dash escaping. (Closes: #464215)
793b502f 994 - Use case insensitive match in NTFS. (Closes: #497889)
995 - Use hd%d drive names in grub-mkdevicemap for all architectures.
996 (Closes: #465365)
ba90efb7 997 - Handle LVM circular metadata. (Closes: #462835, #502953)
11b0f77d 998 - Fix NULL dereference and failure paths in LVM. Thanks Guillem Jover.
999 (Closes: #500482)
e95e6528 1000 - Provides GRUB header files (only in grub-common).
11b0f77d 1001
0600a14d 1002 [ Updated translations ]
1003 * Dutch (nl.po) by Paul Gevers. (Closes: #500514)
ff474a0f 1004 * French (fr.po) by Christian Perrier. (Closes: #503708)
1005 * Georgian (ka.po) by Aiet Kolkhi. (Closes: #503715)
1006 * Czech (cs.po) by Miroslav Kure. (Closes: #503809)
a618f793 1007 * German (de.po) by Helge Kreutzmann. (Closes: #503841)
66b8c3c1 1008 * Japanese (ja.po) by Hideki Yamane. (Closes: #503869)
2c464300 1009 * Italian (it.po) by Luca Monducci. (Closes: #504076)
a0912692 1010 * Swedish (sv.po) by Martin Ă…gren. (Closes: #504207)
59d49a42 1011 * Arabic (ar.po) by Ossama Khayat. (Closes: #504254)
d2ce2a72 1012 * Portuguese (pt.po) by Miguel Figueiredo. (Closes: #504280)
c114c0d4 1013 * Russian (ru.po) by Yuri Kozlov. (Closes: #504324)
1014 * Finnish (fi.po) by Esko Arajärvi. (Closes: #504310)
42389fad 1015 * Basque (eu.po) by Piarres Beobide. (Closes: #504466)
e95e6528 1016 * Dutch (nl.po) by Paul Gevers. (Closes: #504683)
0600a14d 1017
793b502f 1018 [ Felix Zielcke ]
12636f43 1019 * patches/01_grub_legacy_0_based_partitions.diff: Rename to
1020 * patches/903_grub_legacy_0_based_partitions.diff: this and adapt for
793b502f 1021 s/biosdisk.c/hostdisk.c/ rename upstream.
12636f43 1022 * patches/03_disable_floppies.diff
1023 patches/904_disable_floppies.diff: Likewise.
d43f470f 1024 * update-grub has been renamed to grub-mkconfig, so provide a stub for
1025 compatibility.
f471f890 1026 * Make grub-pc/linux_cmdline debconf template translatable. (Closes: #503478)
ff474a0f 1027 * Remove ro.po and ta.po. They don't contain a single translated
a1fc0da0 1028 message.
1d01efaf 1029
14f6b4f5 1030 [ Robert Millan ]
a1fc0da0 1031 * control: Make grub-common dependency = ${binary:Version}.
1032 * default/grub: Set GRUB_CMDLINE_LINUX=quiet to syncronize with
1033 default D-I settings.
14f6b4f5 1034
e95e6528 1035 -- Robert Millan <rmh@aybabtu.com> Sat, 8 Nov 2008 13:54:10 +0100
99d2d789 1036
756501ac 1037grub2 (1.96+20080831-1) experimental; urgency=low
7226c62a 1038
6a1bd1a8 1039 * New SVN snapshot.
1040 - patches/00_fix_double_prefix.diff: Remove (merged). (Closes: #487565)
1041 - patches/00_getline.diff: Remove (merged). (Closes: #493289)
9783e9fd 1042 - Handle errors in RAID/LVM scan routine (rather than letting the upper
1043 layer cope with them). (Closes: #494501, #495049)
e666c28c 1044 - patches/901_linux_coreboot.diff: Remove (replaced).
34797400 1045 - Add support for GFXMODE variable (Closes: #493106)
5388dadd 1046 - Skips /dev/.* in grub-probe. (Closes: #486624)
12cee327 1047 - RAID code has various fixes. (Closes: #496573)
1048 - Buffered file read is now used to read the background image faster.
1049 (Closes: #490584)
6a1bd1a8 1050
6bd9c9d3 1051 * We are already using LZMA, because upstream includes it's own lzma encoder,
1052 so drop completely the liblzo handling in control and rules files.
4f6b671a 1053
e7b43ecd 1054 [ Felix Zielcke ]
e7b43ecd 1055 * Remove the 1.95 partition numbering transition debconf warning
5fb10365 1056 from grub2 package and removed it from all languages (*.po).
ddd22f8c 1057 (Closes: #493744)
34797400 1058 * Add a comment for the new GFXMODE in default/grub.
2e51e9b8 1059 * debian/rules:
fb92aec6 1060 - Remove 2 ./configure options which it didn't understand.
1061 - New grub-mkelfimage belongs to grub-common.
fe8e6097 1062 * debian/control:
340f95bc 1063 - Change debhelper compat level to 7 and build depend on it >= 7.
930fceb5 1064 - Remove ${misc:Depend} dependency on all packages except grub-pc which is
a7180ba7 1065 the only one using debconf.
b500d591 1066 - Replace deprecated ${Source-Version} with ${source:Version} for <<
930fceb5 1067 dependency and with ${build:Version} for = ones.
1068 - Remove versioned dependency of Build-Depends patchutils and cdbs,
38863c49 1069 because etch has newer versions then the one used.
fc3c662a 1070 - Remove dpkg-dev completely from Build-Depends because it's
930fceb5 1071 build-essentail and a non versioned dependency results in a lintian error.
340f95bc 1072 - Remove Conflict/Replaces pupa, it has been removed from Debian 2004.
5c4208e5 1073 - Change build-dependency of unifont-bin to unifont (>= 1:5.1.20080820),
f3ecc0fd 1074 it's the new package containing unifont.hex and that version to avoid
1237065f 1075 licensing problems (Closes: #496061)
06f7331d 1076 - Remove Jason Thomas from Uploaders with his permission.
15a91344 1077 * Preserve arguments in update-grub2 stub. (Closes: #496610)
fe8e6097 1078
6a1bd1a8 1079 [ Updated translations ]
fea42faa 1080 * Japanese (ja.po) by Hideki Yamane (Closes: #493347)
7226c62a 1081
fe8e6097 1082 [ Robert Millan ]
ccbb98c9 1083 * Move a few files to grub-common and remove them from the arch-
1084 specific packages.
a36af41c 1085 * patches/02_old_linux_version_comparison.diff: Replace with ...
1086 * patches/901_dpkg_version_comparison.diff: ... this.
1087 Use dpkg --compare-versions in update-grub. (Closes: #494158)
0222a29e 1088 * patches/03_disable_floppies.diff: Free .drive struct member when skipping
1089 floppy drives. (Closes: #496040)
e5d82701 1090 * patches/902_boot_blocklist_hack.diff: Support separate /boot when using
1091 blocklists. (Closes: #496820, #489287, #494589)
fe8e6097 1092
e5d82701 1093 -- Robert Millan <rmh@aybabtu.com> Sun, 31 Aug 2008 18:40:09 +0200
7226c62a 1094
ae67a965 1095grub2 (1.96+20080730-1) experimental; urgency=low
1096
1097 * New SVN snapshot.
1098 - patches/00_fix_overflow.diff: Remove (merged).
1099 - patches/00_uuid_boot.diff: Remove (merged).
1100 - patches/00_raid_duped_disks.diff: Remove (merged).
1101 - patches/00_xfs.diff: Remove (merged).
1102 - patches/00_strengthen_apple_partmap_check.diff: Remove (merged).
1103 - patches/00_skip_dev_dm.diff: Remove (merged).
1104
1105 * patches/901_linux_coreboot.diff: Implements Linux load on Coreboot
1106 (patch from Coresystems).
1107
1108 * grub-linuxbios -> grub-coreboot rename again.
1109
1110 -- Robert Millan <rmh@aybabtu.com> Wed, 30 Jul 2008 22:12:07 +0200
1111
924c8deb 1112grub2 (1.96+20080724-4) unstable; urgency=high
304badc5 1113
1114 * patches/00_fix_overflow.diff: fix overflow with a big grub.cfg.
924c8deb 1115 (Closes: #473543)
304badc5 1116
1117 -- Felix Zielcke <fzielcke@z-51.de> Tue, 29 Jul 2008 17:10:59 +0200
1118
6ceea096 1119grub2 (1.96+20080724-3) unstable; urgency=low
1120
77baa89a 1121 [ Felix Zielcke ]
930fceb5 1122 * changed dependency for debconf to also support debconf-2.0. (Closes: #492543)
e9a19c6a 1123 * patches/00_xfs.diff: Fix "out of partition" error with XFS.
e7d88de8 1124 (Closes: #436943)
6ceea096 1125
77baa89a 1126 [ Robert Millan ]
1127 * patches/00_raid_duped_disks.diff: Do not abort when two RAID disks with
1128 the same number are found. (Closes: #492656)
73e9d2d5 1129 * patches/00_strengthen_apple_partmap_check.diff: Be more strict when probing
1130 for Apple partition maps (this prevents false positives on i386-pc
1131 installs). (Closes: #475718)
77baa89a 1132
73e9d2d5 1133 -- Robert Millan <rmh@aybabtu.com> Tue, 29 Jul 2008 00:48:01 +0200
6ceea096 1134
4d67d538 1135grub2 (1.96+20080724-2) unstable; urgency=high
83b8c8a5 1136
f5859c06 1137 [ Felix Zielcke ]
83b8c8a5 1138 * fixed lintian override for kernel.elf
0780fb33 1139 * debian/rules: changed cvs targets to use svn
83b8c8a5 1140
e57dba57 1141 [ Robert Millan ]
1142 * patches/00_skip_dev_dm.diff: Skip /dev/dm-[0-9] devices also (implicitly)
1143 for RAID. (Closes: #491977)
1144 * patches/00_uuid_boot.diff: Fix cross-disk installs by using UUIDs.
1145 (Closes: #492204)
1146
1147 -- Robert Millan <rmh@aybabtu.com> Sat, 26 Jul 2008 01:06:07 +0200
83b8c8a5 1148
ad812c2b 1149grub2 (1.96+20080724-1) unstable; urgency=high
1150
1151 * New SVN snapshot.
1152 - Support for ext4dev extents.
1153 - patches/00_speed_up_font_load.diff: Remove (merged).
5a43a3fa 1154
8bed9511 1155 [ Felix Zielcke ]
62580b35 1156 * upgrade-from-grub-legacy now calls update-grub if grub.cfg doestn't exist
1157 and prints a big warning if it failed.
afbecd7c 1158 * Update Standards version to 3.8.0. No changes need.
62580b35 1159 * Added Build-Dep for po-debconf and a lintian override, to make it happy.
afbecd7c 1160
406df5ac 1161 [ Updated translations ]
1162 * Swedish (sv.po) by Martin Ă…gren (Closes: #492056)
5a43a3fa 1163
8bed9511 1164 [ Robert Millan ]
1165 * Revert r844. grub-coreboot is stuck on NEW, and it was too early
1166 for branching.
1167
1168 -- Robert Millan <rmh@aybabtu.com> Thu, 24 Jul 2008 13:27:53 +0200
5a43a3fa 1169
5eccfd5b 1170grub2 (1.96+20080717-1) experimental; urgency=low
0aad2456 1171
1172 * New SVN snapshot.
5eccfd5b 1173 - Provides LZMA support (not yet used in the package).
0aad2456 1174 - Fix grub-mkrescue manpage generation. (Closes: #489440)
1175
5eccfd5b 1176 * Rename grub-linuxbios to grub-coreboot (and leave a dummy grub-linuxbios
1177 package to handle upgrades).
1178
0aad2456 1179 [ Updated translations ]
1180 * Spanish (es.po) by Maria Germana Oliveira Blazetic (Closes: #489877)
1181 * Portuguese (pt.po) by Ricardo Silva (Closes: #489807)
1182
1183 -- Robert Millan <rmh@aybabtu.com> Sat, 12 Jul 2008 17:47:09 +0200
1184
b0cbe408 1185grub2 (1.96+20080704-2) unstable; urgency=high
1186
1187 * patches/02_old_linux_version_comparison.diff: Set interpreter to /bin/bash.
1188 (Closes: #489426, #489446)
1189
1190 -- Robert Millan <rmh@aybabtu.com> Mon, 7 Jul 2008 15:17:58 +0200
1191
0e766602 1192grub2 (1.96+20080704-1) unstable; urgency=high
5e5820bb 1193
0e766602 1194 * New SVN snapshot.
5e5820bb 1195 * default/grub: Add commented example to disable graphical terminal.
c9760018 1196 * Use substvars to support linking with liblzo1.
93a903c9 1197 * Bring 03_disable_floppies.diff to pre-r805 state. (Closes: #488375)
13eb7751 1198 * patches/02_old_linux_version_comparison.diff: New patch. Steal version
1199 comparison code from GRUB Legacy's update-grub. (Closes: #464086, #489133)
ae6d925f 1200 * patches/00_speed_up_font_load.diff: New patch. Generate font files with
1201 only the needed characters. (Closes: #476479, #477083)
5e5820bb 1202
ae6d925f 1203 -- Robert Millan <rmh@aybabtu.com> Fri, 4 Jul 2008 21:39:07 +0200
5e5820bb 1204
1fde45fd 1205grub2 (1.96+20080626-1) unstable; urgency=high
1206
1207 * New CVS snapshot.
1208 - Avoids passing UUID to Linux when not using initrd. (Closes: #484228)
a6137931 1209 - patches/04_uuids_and_abstraction_dont_play_along_nicely.diff: Resync.
1fde45fd 1210
1211 -- Robert Millan <rmh@aybabtu.com> Thu, 26 Jun 2008 16:43:48 +0200
1212
f188f356 1213grub2 (1.96+20080621-1) unstable; urgency=high
a6d5d3d7 1214
f188f356 1215 * Urgency set to "high" because of #482688.
22c90f3a 1216 * New CVS snapshot.
1217 - Fix module load hook in prepare_grub_to_access_device().
1218 (Closes: #486804)
9ba90eeb 1219 - Call prepare_grub_to_access_device() before accessing devices, never
1220 afterwards. (Closes: #487198)
a6d5d3d7 1221 * grub.d/05_debian_theme: Prefer /boot/grub over /usr for image
1222 loading, since chances are it's less LVMed.
1223
9ba90eeb 1224 -- Robert Millan <rmh@aybabtu.com> Sat, 21 Jun 2008 15:52:48 +0200
a6d5d3d7 1225
2e5c4695 1226grub2 (1.96+20080617-1) unstable; urgency=low
4ce0402f 1227
1228 * New CVS snapshot.
1229 - Supports IDA block devices. (Closes: #483858)
2e5c4695 1230 - Fixes some problems in ext2/ext3. (Closes: #485068, #485065)
7a214e91 1231 - Uses EUID instead of UID in update-grub. (Closes: #486043, #486039,
1232 #486040, #486041).
79b3c32c 1233 - Fixes incomplete I2O device support. Thanks Sven Mueller.
1234 (Closes: #486505)
3565641d 1235 - Fixes recent regressions in fs/ext2.c. (Closes: #485279)
ff1ad206 1236 - Only use UUIDs when requested device is not the same as the one
1237 providing /boot. (Closes: #486119)
ecffa351 1238 - patches/02_libgcc_powerpc_hack.diff: Remove. Probably not needed
1239 anymore.
8ffbc84c 1240 - patches/04_uuids_and_abstraction_dont_play_along_nicely.diff: Update.
9f5edea5 1241 * patches/06_olpc_prefix_hack.diff: Hardcode prefix to (sd,1) on OLPC.
5934d7c9 1242 * Refurbish 03_disable_floppy_support_in_util_biosdisk.diff into
1243 03_disable_floppies.diff.
4ce0402f 1244
8ffbc84c 1245 -- Robert Millan <rmh@aybabtu.com> Tue, 17 Jun 2008 01:07:52 +0200
4ce0402f 1246
efac0fa3 1247grub2 (1.96+20080601-2) unstable; urgency=low
1248
1249 * 04_run_grub_mkdevicemap_when_grub_probe_fails.diff: Remove. Argueably
1250 makes grub-probe unreliable and is quite annoying.
a9e5979c 1251 * 04_uuids_and_abstraction_dont_play_along_nicely.diff: New patch. Disable
1252 UUID parameter to Linux when LVM or dmRAID is in use. (Closes: #484228)
1253 This is a workaround for bug #484297 in udev.
efac0fa3 1254
a9e5979c 1255 -- Robert Millan <rmh@aybabtu.com> Tue, 3 Jun 2008 16:29:53 +0200
efac0fa3 1256
b02fe357 1257grub2 (1.96+20080601-1) unstable; urgency=low
1258
1259 * New CVS snapshot.
1260 - patches/06_backward_compat_in_uuid_support.diff: Merged.
1261 - Fixes NULL pointer dereference in biosdisk.c. (Closes: #483895, #483900)
1262 - Extends UUID support for XFS and ReiserFS.
1263
1264 -- Robert Millan <rmh@aybabtu.com> Sun, 1 Jun 2008 15:44:08 +0200
1265
d4c92295 1266grub2 (1.96+20080531-1) unstable; urgency=low
46bbb842 1267
1268 * New CVS snapshot.
1269 - Work around BIOS bug affecting keyboard on macbooks. (Closes: #482860)
3b85b966 1270 - Adjust grub.d/05_debian_theme to use the new UUID-compatible API.
d4c92295 1271 - default/grub: Add commented GRUB_DISABLE_LINUX_UUID variable.
55794dfb 1272 - patches/06_backward_compat_in_uuid_support.diff: New. Make update-grub
1273 generate code that is compatible with older GRUB installs.
40395030 1274 - util/biosdisk.c no longer complains about duplicated device.map entries.
1275 (Closes: #481236)
46bbb842 1276
a0135d07 1277 [ Updated translations ]
1278 * Galician (gl.po) by Jacobo Tarrio (Closes: #480977)
1279
40395030 1280 -- Robert Millan <rmh@aybabtu.com> Sat, 31 May 2008 00:02:54 +0200
46bbb842 1281
ee3f8def 1282grub2 (1.96+20080512-1) unstable; urgency=low
90436308 1283
e95a9257 1284 * New CVS snapshot.
1285 - Adds support for default-only Linux cmdline options. (Closes: #460843)
ee3f8def 1286 - Supports Xen virtual block devices. (Closes: #456777)
1287 - Supports Virtio block devices. (Closes: #479056)
1288 - Supports CCISS block devices. (Closes: #479735)
1289 - Fixes handling of more LVM abnormal conditions. (Closes: #474343,
1290 #474931, #477175)
1291
90436308 1292 * Switch to liblzo2 now that it's GPLv3-compatible. (Closes: #466375)
bae9ca80 1293 * grub-pc.postinst: Escape \ and / in cmdline sed invokation.
1294 (Closes: #479279)
90436308 1295
fb428397 1296 [ Updated translations ]
1297 * Italian (it.po) by Luca Monducci (Closes: #480740)
1298
ee3f8def 1299 -- Robert Millan <rmh@aybabtu.com> Mon, 12 May 2008 17:46:38 +0200
90436308 1300
1bf07c63 1301grub2 (1.96+20080429-1) unstable; urgency=high
06544b7a 1302
1bf07c63 1303 * New CVS snapshot.
1304 - Includes sample grub.cfg file; we use it for grub-rescue-pc.
1305 (Closes: #478324)
06544b7a 1306 * grub-common: Upgrade Replaces to << 1.96+20080426-3. (Closes: #478224,
ad6be54a 1307 #478353, #478144)
8012a9fb 1308
1309 [ Updated translations ]
1310 * French (fr.po) by Christian Perrier (Closes: #471291)
1311
06544b7a 1312 -- Robert Millan <rmh@aybabtu.com> Tue, 29 Apr 2008 13:27:52 +0200
8012a9fb 1313
9a2de544 1314grub2 (1.96+20080426-1) unstable; urgency=high
5188b054 1315
85828f8f 1316 * New CVS snapshot.
1317 - Fixes syntax error when setting GRUB_PRELOAD_MODULES. (Closes: #476517)
5188b054 1318 * Move os-prober to Suggests, to avoid trouble with #476184.
1319 (Closes: #476684)
ab082ca1 1320 * patches/04_run_grub_mkdevicemap_when_grub_probe_fails.diff: New patch,
1321 does what its name says. (Closes: #467127)
1322 - Also move grub-mkdevicemap from grub-pc to grub-common, so that GRUB
1323 Legacy can use it.
5188b054 1324
9c5d04a2 1325 [ Updated translations ]
1326 * Basque (eu.po) by Piarres Beobide (Closes: #476708)
1327
ab082ca1 1328 -- Robert Millan <rmh@aybabtu.com> Sat, 26 Apr 2008 20:06:55 +0200
5188b054 1329
57385708 1330grub2 (1.96+20080413-1) unstable; urgency=high
bad5eada 1331
57385708 1332 * New CVS snapshot.
1333 - Provides 30_os-prober update-grub add-on. Thanks Fabian Greffrath.
1334 (Closes: #461442)
9a842de3 1335 - Improves robustness when handling LVM.
1336 (Closes: #474931, #474343)
bad5eada 1337 * patches/03_disable_floppy_support_in_util_biosdisk.diff: New. Does
1338 what its name says. (Closes: #475177)
1339
57385708 1340 -- Robert Millan <rmh@aybabtu.com> Sun, 13 Apr 2008 13:53:28 +0200
bad5eada 1341
d5013151 1342grub2 (1.96+20080408-1) unstable; urgency=low
607bec41 1343
1344 * New CVS snapshot.
1345 - grub-probe skips non-existant devices when processing device.map.
1346 (Closes: #473209)
2d7cae74 1347 * control: Fix syntax error.
002871f3 1348
1349 [ Updated translations ]
1350 * Finnish (fi.po) by Esko Arajärvi (Closes: #468641)
1351
2d7cae74 1352 -- Robert Millan <rmh@aybabtu.com> Tue, 8 Apr 2008 15:45:25 +0200
002871f3 1353
95e3a8a8 1354grub2 (1.96+20080228-1) unstable; urgency=low
30e9192c 1355
95e3a8a8 1356 * New CVS snapshot.
30e9192c 1357 * Split grub-probe into grub-common package. Make all flavours depend on it.
fb615cdb 1358 (Closes: #241972)
d4111a4a 1359 * Suggest multiboot-doc.
e67a3fe5 1360 * patches/01_grub_legacy_0_based_partitions.diff: New patch. Add a hack that
1361 tells grub-probe you want 0-based partition count
1362 (GRUB_LEGACY_0_BASED_PARTITIONS variable)
d2211da9 1363 * Stop depending on lsb-release (too heavy! we don't need python in base).
1364 Instead of assuming it's there, try calling it and otherwise just echo
1365 Debian.
30e9192c 1366
d4111a4a 1367 -- Robert Millan <rmh@aybabtu.com> Thu, 28 Feb 2008 16:43:40 +0100
30e9192c 1368
1ae4ddb1 1369grub2 (1.96+20080219-3) unstable; urgency=low
1370
1371 * default/grub: Use lsb_release to support Debian derivatives.
1372 (Closes: #466561)
5909d47a 1373 * grub.d/05_debian_theme: Only setup background image when a reader for it
1374 is present in /boot/grub. (Closes: #467111)
1ae4ddb1 1375
8749ddc8 1376 [ Updated translations ]
1377 * Russian (ru.po) by Yuri Kozlov (Closes: #467181)
1378
1ae4ddb1 1379 -- Robert Millan <rmh@aybabtu.com> Sun, 24 Feb 2008 15:39:50 +0100
1380
2936dfa8 1381grub2 (1.96+20080219-2) unstable; urgency=high
d50cc701 1382
1383 * grub-pc.postinst: Create /boot/grub if it doesn't exist.
1384
1385 -- Robert Millan <rmh@aybabtu.com> Wed, 20 Feb 2008 07:15:14 +0100
1386
cb301b6b 1387grub2 (1.96+20080219-1) unstable; urgency=high
1388
1389 * New CVS snapshot.
1390 - Improves GPT support, allowing it to work without blocklists.
1391
1392 -- Robert Millan <rmh@aybabtu.com> Tue, 19 Feb 2008 15:05:10 +0100
1393
4f3d46a3 1394grub2 (1.96+20080216-1) unstable; urgency=high
18fa00d3 1395
4f3d46a3 1396 * New CVS snapshot.
1397 - Fixes offset calculation issue when installing on GPT (urgency set
1398 to high because of this).
18fa00d3 1399 * Fix Vcs-Browser tag. Thanks James. (Closes: #465697)
437b416d 1400 * Only process grub-pc/linux_cmdline if /boot/grub/menu.lst exists.
1401 (Closes: #465708)
18fa00d3 1402
46bbea70 1403 [ Updated translations ]
1404 * French (fr.po) by Christian Perrier (Closes: #465706)
1405
4f3d46a3 1406 -- Robert Millan <rmh@aybabtu.com> Sat, 16 Feb 2008 23:30:55 +0100
18fa00d3 1407
c5f76baf 1408grub2 (1.96+20080213-1) unstable; urgency=low
0904ae0b 1409
c5f76baf 1410 * New CVS snapshot.
1411 - Failure to read one device in a RAID-1 array no longer causes boot
1412 to fail (so long as there's a member that works). (Closes: #426341)
56eb2677 1413 * script: For /proc/mounts, only report lines that start with /dev/.
10c72361 1414 * Add new upgrade-from-grub-legacy script for the user to complete the upgrade
1415 process from GRUB Legacy, and advertise it prominently in menu.lst.
1416 (Closes: #464912)
075397d8 1417 * Add a hack to support gfxterm / background_image on systems where /usr
1418 isn't accessible. (Closes: #464911, #463144)
1419 - grub-pc.postinst
1420 - grub.d/05_debian_theme
0cfadf0a 1421 * Fix a pair of spelling mistakes in debconf. (Closes: #465296)
401dd69b 1422 * Migrate kopt from menu.lst. (Closes: #461164, #464918)
10c72361 1423
1424 [ Updated translations ]
1425 * Portuguese (pt.po) by Ricardo Silva (Closes: #465137)
027f9172 1426 * German (de.po) by Helge Kreutzmann (Closes: #465295)
046a0231 1427
c5f76baf 1428 -- Robert Millan <rmh@aybabtu.com> Wed, 13 Feb 2008 16:37:13 +0100
0904ae0b 1429
dfbdc5a2 1430grub2 (1.96+20080210-1) unstable; urgency=high
7a870d6c 1431
dfbdc5a2 1432 * New CVS snapshot.
1433 - Errors that cause GRUB to enter rescue mode are displayed now.
1434 (Closes: #425149)
1435 - Build LVM/RAID modules into a few commands that were missing them
1436 (notably, grub-setup). (Closes: #465033)
7a870d6c 1437 * Fix license violation (incompatibility between GRUB and LZO2).
1438 (Closes: #465056)
1439 - Urgency set to high.
1440 - control: Move liblzo2-dev from Build-Depends to Build-Conflicts
1441 (leaving liblzo-dev as the only option).
1442
1443 -- Robert Millan <rmh@aybabtu.com> Sun, 10 Feb 2008 17:09:15 +0100
1444
11a37c7a 1445grub2 (1.96+20080209-1) unstable; urgency=low
d8d65686 1446
11a37c7a 1447 * New CVS snapshot.
1448 - Fix a root device setting issue in grub-setup. (Closes: #463391)
1449 - Fix partmap detection under LVM/RAID.
1450 - Add scripting commands that would allow user to implement hiddenmenu-like
1451 functionality (http://grub.enbug.org/Hiddenmenu).
1452 - Provide manpages for grub-setup, grub-emu, grub-mkimage and others.
1453 (Closes: #333516, #372890)
46017f53 1454 * Fix a pair of spelling errors in debconf templates. Thanks Christian
1455 Perrier. (Closes: #464133)
d8d65686 1456 * Run debconf-updatepo. (Closes: #463918)
2b49a544 1457 * Lower base-files versioned dependency to >= 4.0.1~bpo40+1.
d8d65686 1458
11a37c7a 1459 -- Robert Millan <rmh@aybabtu.com> Sat, 9 Feb 2008 13:43:49 +0100
d8d65686 1460
2fcb4892 1461grub2 (1.96+20080203-1) unstable; urgency=low
aa86af6a 1462
2fcb4892 1463 * New CVS snapshot (and release, but we skipped that ;-))
c722adb3 1464 - patches/01_regparm.diff: Delete.
1465 - Improved XFS support.
1466 - util/grub.d/00_header.in: Add runtime error detection (for gfxterm).
1467 - Fixes problem when chainloading to Vista.
aa86af6a 1468 * Fix po-debconf errors. Thanks Thomas Huriaux. (Closes: #402972)
d17777a7 1469 * grub.d/05_debian_theme:
1470 - Add runtime error detection.
1471 - Detect/Enable PNG background when it is present.
cb120a69 1472 * control (grub-ieee1275): Remove versioned dependency on powerpc-ibm-utils.
aa86af6a 1473
c722adb3 1474 -- Robert Millan <rmh@aybabtu.com> Sun, 3 Feb 2008 19:31:23 +0100
aa86af6a 1475
5e40110b 1476grub2 (1.95+20080201-1) unstable; urgency=low
424560f4 1477
5e40110b 1478 * New CVS snapshot.
424560f4 1479 * presubj: Improve notice.
92eab358 1480 * patches/01_regparm.diff: Fix CPU context corruption affecting fs/xfs.c.
1481 (Closes: #463081, #419766, #462159)
1482 * patches/02_libgcc_powerpc_hack.diff: Fix FTBFS on powerpc. (Closes: #457491)
1483 * patches/disable_xfs.diff: Actually remove this time...
424560f4 1484
5e40110b 1485 -- Robert Millan <rmh@aybabtu.com> Fri, 1 Feb 2008 17:06:00 +0100
424560f4 1486
16ef61bd 1487grub2 (1.95+20080128-1) unstable; urgency=low
34655c0a 1488
1489 * New CVS snapshot.
a68505b0 1490 - Fixes bogus CLAIM problems on Apple firmware. (Closes: #449135, #422729)
1491 - grub-probe performs sanity checks to make sure our filesystem drivers
1492 are usable. (Closes: #462449)
54e03c1c 1493 - patches/disable_ata.diff: Remove. ATA module isn't auto-loaded in
1494 rescue floppies now.
a68505b0 1495 - patches/disable_xfs.diff: Remove. See above (about grub-probe).
b90780bc 1496 * Bring back grub-emu; it can help a lot with debugging feedback.
1497 - control
1498 - rules
34655c0a 1499
16ef61bd 1500 -- Robert Millan <rmh@aybabtu.com> Mon, 28 Jan 2008 00:01:11 +0100
34655c0a 1501
58c4a888 1502grub2 (1.95+20080116-2) unstable; urgency=low
1503
d21c66cf 1504 * grub.d/05_debian_theme: Enable swirlish beauty.
58c4a888 1505 * rules: Obtain debian/legacy/update-grub dynamicaly from GRUB Legacy svn.
1506
d21c66cf 1507 -- Robert Millan <rmh@aybabtu.com> Sat, 19 Jan 2008 13:16:18 +0100
58c4a888 1508
3be04163 1509grub2 (1.95+20080116-1) unstable; urgency=low
d171390c 1510
6807ddf1 1511 * New CVS snapshot.
1512 - update-grub ignores stale *.dpkg-* files. (Closes: #422708, #424223)
1513 - LVM/RAID now working properly (except when it affects /boot).
1514 (Closes: #425666)
3be04163 1515 - Fixes flickery in timeout message. (Closes: #437275)
d171390c 1516 * grub-pc.postinst: Use `--no-floppy' whenever possible. Die, floppies,
1517 die!
93d6050b 1518 * Resync with latest version of GRUB Legacy's update-grub. This time,
1519 using the $LET_US_TRY_GRUB_2 hack to reuse the same script both for
1520 addition of core.img and its removal.
bc34be32 1521 * grub-*.install: Add update-grub2 stub. Packages providing /etc/grub.d/
1195b5f9 1522 scripts should invoke update-grub2 in both postinst and postrm (whenever
1523 it is found, of course).
802913d8 1524 * control: Reorganize a bit, including a complete rewrite of the
1525 package descriptions.
408fbc61 1526 * control (grub-ieee1275): Enable for i386/amd64.
d171390c 1527
3be04163 1528 -- Robert Millan <rmh@aybabtu.com> Wed, 16 Jan 2008 15:00:54 +0100
d171390c 1529
a9603564 1530grub2 (1.95+20080107-1) unstable; urgency=low
1531
1532 * New CVS snapshot.
1533 - Supports ReiserFS. (Closes: #430742)
1534 - patches/disable_ata.diff: Resync.
1535
1536 -- Robert Millan <rmh@aybabtu.com> Mon, 7 Jan 2008 12:46:39 +0100
1537
5b972972 1538grub2 (1.95+20080105-2) unstable; urgency=low
1539
1540 * grub-pc.postinst: Fix covered assumption that menu.lst exists.
81820266 1541 (Closes: #459247)
1c130c4f 1542 * copyright: Fix copyright/license reference.
5b972972 1543
1c130c4f 1544 -- Robert Millan <rmh@aybabtu.com> Sun, 6 Jan 2008 18:02:28 +0100
5b972972 1545
4746a195 1546grub2 (1.95+20080105-1) unstable; urgency=low
21bcb0cb 1547
4746a195 1548 * New CVS snapshot.
1549 - Fixes install on non-devfs systems with devfs-style paths (ouch).
1550 (Closes: #450709).
1551 - Fixes boot of "Linux" zImages (including memtest86+). (Closes: #436113).
1552 - Corrects usage message in grub-setup. (Closes: #458600).
75df1021 1553 - patches/menu_color.diff: Remove. Made obsolete by `menu_color_normal'
1554 and `menu_color_highlight' variables. Add/install grub.d/05_debian_theme
1555 to make use of them.
21bcb0cb 1556 * Reestructure grub-pc.postinst. Notably:
1557 - Do not touch menu.lst unless user has confirmed it (via debconf).
1558 (Closes: #459247)
1559 - When we do, keep a backup in /boot/grub/menu.lst_backup_by_grub2_postinst.
1560
1561 -- Robert Millan <rmh@aybabtu.com> Sat, 5 Jan 2008 17:55:37 +0100
1562
1ec7b0e8 1563grub2 (1.95+20080101-1) unstable; urgency=low
a3bbc238 1564
48840598 1565 * New CVS snapshot.
1566 - patches/disable_xfs.diff: Rewrite in a way that won't collide with
301321ef 1567 upstream changes so often.
c26523f9 1568 - unifont.hex now processed by upstream.
1569 - rules: Disable build of unifont.pff.
1570 - *.install: Remove build/unifont.pff line.
48095ba8 1571 - patches/menu_color.diff: Change menu color to our traditional blue theme.
a3bbc238 1572 * Support new dpkg fields (Homepage, Vcs-Svn, Vcs-Browser).
1ec7b0e8 1573 * patches/disable_ata.diff: Prevent ATA module from being built on i386-pc.
a3bbc238 1574
1ec7b0e8 1575 -- Robert Millan <rmh@aybabtu.com> Tue, 1 Jan 2008 19:45:30 +0100
a3bbc238 1576
632fbecc 1577grub2 (1.95+20071101-1) unstable; urgency=low
1578
1579 * New CVS snapshot.
1580 - patches/linuxbios.diff: Remove (supported in upstream now).
632fbecc 1581
1582 -- Robert Millan <rmh@aybabtu.com> Thu, 1 Nov 2007 13:18:51 +0100
1583
edfc4e59 1584grub2 (1.95+20071004-2) unstable; urgency=low
1585
1586 * Rename debian/grub-of.* to debian/grub-ieee1275.*.
c6d03319 1587 * Add debian/grub-linuxbios.{postinst,dirs,install}.
0daae717 1588 * rules: Fix/Overrride lintian warnings (unstripped-binary-or-object).
5fb62a54 1589 * Remove grub-linuxbios.postinst.
edfc4e59 1590
5fb62a54 1591 -- Robert Millan <rmh@aybabtu.com> Wed, 10 Oct 2007 23:56:35 +0200
edfc4e59 1592
dba8ac92 1593grub2 (1.95+20071004-1) unstable; urgency=low
1594
1595 * New CVS snapshot.
912cc4b3 1596 * Add grub-linuxbios package.
1597 - patches/linuxbios.diff
1598 - control
1599 - rules
dba8ac92 1600 * Rename grub-of to grub-ieee1275 to match with upstream conventions.
912cc4b3 1601 - control
1602 - rules
dba8ac92 1603
1604 -- Robert Millan <rmh@aybabtu.com> Thu, 4 Oct 2007 14:42:30 +0200
1605
b1d342ac 1606grub2 (1.95+20070829-1) unstable; urgency=low
1607
1608 * New CVS snapshot.
1609 - Includes fix for parallel builds.
1610 * rules: Append -j flag to $(MAKE) to take advantage of >1 processors.
dc3ced2d 1611 * Add reference to /usr/share/common-licenses.
1612 - debian/copyright
1613 - debian/control (all packages): Add base-files (>= 4.0.1) dependency.
b1d342ac 1614
dc3ced2d 1615 -- Robert Millan <rmh@debian.org> Sat, 1 Sep 2007 19:00:22 +0200
b1d342ac 1616
abad5ef6 1617grub2 (1.95+20070828-2) unstable; urgency=low
1618
1619 * control (grub-of): Make depends on powerpc-ibm-utils versioned as
1620 >= 1.0.6 (older versions don't have -a flag).
1621
1622 -- Robert Millan <rmh@debian.org> Tue, 28 Aug 2007 23:32:32 +0200
1623
dd6aa857 1624grub2 (1.95+20070828-1) unstable; urgency=low
8cac1ec2 1625
f29115c8 1626 * New CVS snapshot.
dd6aa857 1627 - Adds ntfs support.
1628 - Fixes a pair of issues indirectly breaking grub-probe on powerpc.
1629 (Closes: #431488)
e70b75bc 1630 - patches/disable_xfs.diff: Resync.
f29115c8 1631 - copyright: License upgraded to GPLv3.
78f9b873 1632 * control (grub-of Depends): Add powerpc-utils (for nvsetenv) and bc.
8cac1ec2 1633
dd6aa857 1634 -- Robert Millan <rmh@debian.org> Tue, 28 Aug 2007 21:24:14 +0200
8cac1ec2 1635
1b5f473e 1636grub2 (1.95+20070626-1) unstable; urgency=low
93916d33 1637
1638 * New CVS snapshot.
7fdd1afb 1639 - More fixes to cope with unreadable /. (Closes: #427289)
1b5f473e 1640 - update-grub supports multiple terminals.
93916d33 1641 * control (Build-Depends): Add genisoimage.
dfb3c82f 1642 * patches/partmap_fallback.diff: Remove. It didn't archieve anything as
1643 it also needs support for proper identification of raid / lvm (this is
1644 being worked on).
1645 * patches/disable_xfs.diff: Disable xfs in grub-probe.
28c102eb 1646 * grub-rescue-pc.README.Debian: New. Explain how to use the rescue
1647 images.
93916d33 1648
28c102eb 1649 -- Robert Millan <rmh@debian.org> Tue, 26 Jun 2007 08:39:14 +0200
93916d33 1650
eef81893 1651grub2 (1.95+20070614-1) unstable; urgency=low
b79a7678 1652
1653 * New CVS snapshot.
c7075c49 1654 - update-grub is tollerant to unreadable / (as long as /boot is
1655 accessible). (Closes: #427289)
b79a7678 1656 * grub-pc.postinst: Generate new grub.cfg when menu.lst exists.
ca9ba3c9 1657 * New package grub-rescue-pc.
1658 - control: Add it.
1659 - README.Debian.in: Remove obsolete documentation.
1660 - rules: Build rescue images using grub-mkrescue.
1661 - grub-rescue-pc.dirs: Prepare their directory.
1662 - grub-rescue-pc.install: Install them.
ef634dc0 1663 * legacy/update-grub: Fix core.img detection on separate /boot.
b79a7678 1664
eef81893 1665 -- Robert Millan <rmh@debian.org> Thu, 14 Jun 2007 08:17:21 +0200
b79a7678 1666
1d1714d3 1667grub2 (1.95+20070604-1) unstable; urgency=low
2faf2ce6 1668
1669 * New CVS snapshot.
1d1714d3 1670 - patches/grub_probe_for_everyone.diff: Remove (merged).
2faf2ce6 1671 - update-grub exports user-defined GRUB_CMDLINE_LINUX. (Closes: #425453)
1d1714d3 1672 - Fix those nasty powerpc bugs. (Closes: #422729)
2faf2ce6 1673
1d1714d3 1674 -- Robert Millan <rmh@aybabtu.com> Mon, 4 Jun 2007 21:30:55 +0200
2faf2ce6 1675
72358b97 1676grub2 (1.95+20070520-1) unstable; urgency=low
6db7bc5d 1677
1678 * New CVS snapshot.
5ff45833 1679 - LVM / RAID fixes. (Closes: #423648, #381150)
1680 - Fix memory management bug. (Closes: #423409)
6db7bc5d 1681 - patches/efi.diff: Remove (merged).
1682 - patches/grub_probe_for_everyone.diff: Use the new paths for
1683 util/grub-probe.c, util/biosdisk.c, util/getroot.c. Enable
1b14457f 1684 grub-mkdevicemap. (Closes: #424985)
ecc1272d 1685 * legacy/update-grub: Get rid of all grub-set-default calls. (Closes: #425054)
1a5b4b14 1686 * grub-{pc,efi,of}.postinst: Only run update-grub if grub.cfg already exists.
1687 * grub-pc.postinst: Only run GRUB Legacy compat stuff if menu.lst is found.
125badfd 1688 * patches/partmap_fallback.diff: New. Implement fallback "pc gpt" for partmap
1689 detection failures. (Closes: #423022)
ca1d5ac6 1690 * control: Update XS-Vcs-* fields. Thanks Sam Morris <sam@robots.org.uk>.
1691 (Closes: #425146)
4f74b8e8 1692 * grub-{pc,efi,of}.{dirs,postinst}: Move unifont.pff to /usr/share/grub.
6db7bc5d 1693
4f74b8e8 1694 -- Robert Millan <rmh@aybabtu.com> Sun, 20 May 2007 11:13:03 +0200
6db7bc5d 1695
070f908f 1696grub2 (1.95+20070515-1) unstable; urgency=low
322cca96 1697
1698 * New CVS snapshot.
bf4de9eb 1699 - Fix assumptions about /, /boot and /boot/grub being the same device.
1700 (Closes: #423268, #422459)
1701 - Proper sorting of Linux images. (Closes: #422580)
1702 - update-grub lets /etc/default/grub override its variables now.
1703 (Closes: #423649)
1704 - update-grub mentions /etc/default/grub in the grub.cfg header.
1705 (Closes: #423651)
1706 - update-grub sets 800x600x16 as the default gfxmode. (Closes: #422794)
9d4980bc 1707 - update-grub runs grub-mkdevicemap before attempting to use grub-probe
1708 (part of #423217)
b06452a4 1709
3a9010c9 1710 [ Otavio Salvador ]
b06452a4 1711 * Add support to DEB_BUILD_OPTIONS=noopt. Thanks to Sam Morris
ac0b1953 1712 <sam@robots.org.uk> for the patch. (Closes: #423005)
3a12e08d 1713 * Add Robert Millan as uploader.
75cc5d07 1714 * Change build-dependency from liblzo-dev to liblzo2-dev. (Closes: #423358)
b06452a4 1715
3a9010c9 1716 [ Robert Millan ]
29f0c107 1717 * grub-pc.postinst:
1718 - Remove /boot/grub/device.map before running grub-install.
1719 (Closes: #422851)
1720 - Always run update-grub after grub-install. (part of #423217)
1721 - Use grub-mkdevicemap instead of removing device.map, since update-grub
1722 needs it but grub-install is not run unconditionaly.
1723 - Redirect grub-install invocation to /dev/null, since it can mislead
9d4980bc 1724 users into thinking that MBR was overwritten. (part of #423217)
bf4de9eb 1725 * default/grub: Stop exporting the variables (update-grub does that now).
c6929290 1726 * Misc EFI fixes, including new grub-install.
1727 - patches/efi.diff: New.
1728 - patches/grub_probe_for_everyone.diff: Move some bits to efi.diff.
1729 - grub-efi.install: Stop installing dummy grub-install.
1730 - grub-install: Remove.
9d4980bc 1731 * grub-pc.postinst: Avoid generating core.img when menu.lst is not present,
1732 to avoid duplicated work (this is specialy important for d-i). (part of
1733 #423217).
1734 * See multiple references above. (Closes: #423217)
070f908f 1735 * grub-{pc,efi,of}.{dirs,install}: Install presubj in the right directory
1736 to make it work again (oops).
80c59d60 1737 * Add reportbug script to gather debugging information. (Closes: #423218)
1738 - script: New.
1739 - grub-{pc,efi,of}.install: Install it.
1740 * Install the reportbug scripts for grub2 too, since users might still use
1741 it for bugfiling.
1742 - grub2.dirs
1743 - grub2.install
e6f4860a 1744 * Fix some lintian warnings.
1745 - control (grub2): Depend on debconf.
1746 - README.Debian.in: Fix mispell.
1747 - grub2.templates: Remove extra dot.
3a9010c9 1748
e6f4860a 1749 -- Robert Millan <rmh@aybabtu.com> Tue, 15 May 2007 22:08:53 +0200
b06452a4 1750
0aabb8dd 1751grub2 (1.95+20070507-1) unstable; urgency=low
1752
cac03775 1753 [ Robert Millan ]
0aabb8dd 1754 * New CVS snapshot.
1755 - patches/build_neq_src.diff: Remove (merged).
365e3558 1756 * Fix debhelper files to ensure each package gets the right thing.
1133125b 1757 * Enable gfxterm/unifont support.
6c11a0d2 1758 * On grub-pc, if there's no core.img setup, create one (but do not
1759 risk writing to MBR).
d6105ccd 1760 * On grub-pc, if menu.lst is found, regenerate it to include our
1761 core.img.
0aabb8dd 1762
cac03775 1763 [ Otavio Salvador ]
1764 * Move debian/update-grub to debian/legacy/update-grub otherwise the
1765 source gets messy.
1766
1767 -- Otavio Salvador <otavio@ossystems.com.br> Mon, 07 May 2007 18:48:14 -0300
0aabb8dd 1768
255820f9 1769grub2 (1.95+20070505.1-3) unstable; urgency=low
1770
1771 * Split postinst into grub2.postinst (with the transition warning) and
1772 postinst.in, with update-grub invocation for grub-{pc,efi,of}.
1773 - postinst.in
1774 - grub2.postinst
1775 - rules
1776
1777 -- Robert Millan <rmh@aybabtu.com> Sun, 6 May 2007 01:20:04 +0200
1778
d5d38884 1779grub2 (1.95+20070505.1-2) unstable; urgency=low
1780
1781 * Add EFI build of GRUB.
1782 - control: Restructure to provide 3 packages: grub-pc (x86),
1783 grub-efi (x86) and grub-of (powerpc).
1784 - rules: Handle a separate build for each package.
1785 - patches/build_neq_src.diff: Fix builddir == srcdir assumptions.
1786 - patches/grub_probe_for_everyone.diff: New (superceds
1787 powerpc_probe.diff). Enable grub-probe on powerpc and i386-efi.
1788 - grub-install: Dummy informational grub-install for EFI.
1789 - grub-efi.install: Installs it.
1790
1791 -- Robert Millan <rmh@aybabtu.com> Sun, 6 May 2007 00:23:56 +0200
1792
1e0928a9 1793grub2 (1.95+20070505.1-1) unstable; urgency=low
17aa47c3 1794
1e0928a9 1795 * New CVS snapshot.
17aa47c3 1796 * patches/powerpc_probe.diff: Add partmap/gpt.c to grub-probe.
1e0928a9 1797 * control (Architecture): Temporarily disable powerpc. Sorry, but runtime
1798 is currently broken and we don't have the hardware to debug it. Will be
1799 re-enabled in next upload.
17aa47c3 1800
1e0928a9 1801 -- Robert Millan <rmh@aybabtu.com> Sat, 5 May 2007 21:52:49 +0200
17aa47c3 1802
5ffc0ad7 1803grub2 (1.95+20070505-1) unstable; urgency=low
db2e8011 1804
1805 * New CVS snapshot.
eddf397b 1806 - Improved grub.cfg parser. (Closes: #381215)
db2e8011 1807 - patches/fix-grub-install.diff: Remove (merged).
f3329dc0 1808 - control (Build-Depends): Remove libncurses5-dev (no longer needed).
eddf397b 1809 - provides update-grub2. (Closes: #419151)
5ffc0ad7 1810 - Supports GPT in PC/BIOS systems. (Closes: #409073)
cc88f529 1811 * control (Build-Depends): Add gcc-multilib to fix FTBFS.
7b28ea52 1812 * control (Description): Make it less scary, and more informative.
fcdcf133 1813 * postinst: Run update-grub to ensure the latest improvements always are
1814 applied.
1c13c136 1815 * patches/powerpc_probe.diff: Attempt at making grub-probe build/install
1816 on powerpc (and hopefuly update-grub).
db2e8011 1817
5ffc0ad7 1818 -- Robert Millan <rmh@aybabtu.com> Sat, 5 May 2007 01:49:07 +0200
db2e8011 1819
3881b1d6 1820grub2 (1.95-5) unstable; urgency=low
1821
1822 * Fix FTBFS on kFreeBSD. Thanks to Aurelien Jarno <aurel32@debian.org>
1823 by providing the patch. Closes: #416408
1824
1825 -- Otavio Salvador <otavio@ossystems.com.br> Fri, 30 Mar 2007 19:20:48 -0300
1826
99137f69 1827grub2 (1.95-4) unstable; urgency=low
1828
1829 * Fix powerpc grub-install binary path. Closes: #402838
1830
1831 -- Otavio Salvador <otavio@ossystems.com.br> Thu, 22 Mar 2007 23:45:56 -0300
1832
950f9676 1833grub2 (1.95-3) unstable; urgency=low
5bfe2958 1834
950f9676 1835 [ Christian Perrier ]
5bfe2958 1836 * Switch to po-debconf for debconf templates. Closes: #402972
0043fb95 1837 * Depend on ${misc:Depends} and not "debconf" to allow cdebconf to be used
b9fb72a8 1838 * Debconf translations:
1839 - French
1840 - Czech. Closes: #413327
83e09cc6 1841 - Galician. Closes: #413323
1842 - Swedish. Closes: #413325
1843 - Portuguese. Closes: #413332
f6bda37a 1844 - German. Closes: #413365
d99699ed 1845 - Tamil. Closes: #413478
97255a32 1846 - Russian. Closes: #413542
54e42fb8 1847 - Italian. Closes: #413904
0e054971 1848 - Romanian. Closes: #414443
5bfe2958 1849
950f9676 1850 -- Otavio Salvador <otavio@ossystems.com.br> Tue, 20 Mar 2007 23:46:38 -0300
5bfe2958 1851
a7764ae2 1852grub2 (1.95-2) unstable; urgency=low
bf8b20c2 1853
a7764ae2 1854 [ Robert Millan ]
bf8b20c2 1855 * update-grub: Fix for Xen hypervisor entries, thanks Aaron Schrab.
1856 (Closes: #394706)
104cf25b 1857 * Transition to new numbering scheme for partitions. (Closes: #395019)
1858 - update-grub: Don't substract 1 when converting partition device names to
9317f80c 1859 grub drives.
1860 - Add debconf warning explaining the situation.
e7a0f6d3 1861 * Rewrite Architecture line back to hardcoded list :(. (Closes: #398060)
bf8b20c2 1862
a7764ae2 1863 -- Otavio Salvador <otavio@debian.org> Mon, 11 Dec 2006 05:08:41 -0200
bf8b20c2 1864
359968c3 1865grub2 (1.95-1) unstable; urgency=low
5638cc31 1866
359968c3 1867 * New upstream release.
5638cc31 1868 - patches/03_revert_partition_numbering.diff: Delete (obsoleted).
1869
1870 -- Robert Millan <rmh@aybabtu.com> Sat, 14 Oct 2006 21:19:21 +0200
1871
48e9e3e4 1872grub2 (1.94+20061003-1) unstable; urgency=high
a6b165a5 1873
ecceeead 1874 * New CVS snapshot.
48e9e3e4 1875
2199586b 1876 [ Otavio Salvador ]
a6b165a5 1877 * Change debhelper compatibility mode to 5:
1878 - debian/compat: setted to 5;
7ce63b2f 1879 * control (Build-Depends): Add lib32ncurses5-dev for ppc64.
1880 Closes: #389873
48e9e3e4 1881 * Set urgency=high since it's experimental stuff and tagged likewise. It
1882 also solved a serious bug on PowerPC that leave users with a black
1883 screen.
a6b165a5 1884
2199586b 1885 [ Robert Millan ]
1886 * control (Depends): Add powerpc-ibm-utils for powerpc/ppc64.
e987491b 1887 (Closes: #372186)
2199586b 1888
48e9e3e4 1889 -- Otavio Salvador <otavio@debian.org> Tue, 3 Oct 2006 16:49:32 -0300
a6b165a5 1890
4463d700 1891grub2 (1.94+20060926-1) unstable; urgency=high
06353262 1892
a9f08873 1893 * New CVS snapshot.
71b90bb5 1894 - Command-line editting fix (Closes: #381214).
fcd02ac7 1895 - Fixes runtime breakage on amd64 (not in BTS).
a9f08873 1896 - Delete a few patches (merged).
71b90bb5 1897
1898 [ Robert Millan ]
1899 * Set urgency=high. Might seem like a rush, but it can't possibly be worse than
1900 1.94-5 (broken on systems that use udev, broken on amd64...).
ec521415 1901 * Pure ppc64 support.
1902 - control (Architecture): Add any-ppc64.
1903 - control (Build-Depends): Add libc6-dev-powerpc [ppc64].
67bc9fcd 1904 * rules: Remove moddep.lst install command (no longer needed).
fcd02ac7 1905 * patches/03_revert_partition_numbering.diff: New. Revert a commit that
1906 broke grub-probefs.
164b6290 1907 * Add bug template to encourage sending upstream stuff directly to
1908 upstream.
1909 - presubj: New.
06353262 1910
99aa95f4 1911 [ Otavio Salvador ]
1912 * Add XS-X-Vcs-Svn on control file and point it to our current svn
1913 repository.
57c58e17 1914 * Add cvs-snapshot to rules.
99aa95f4 1915
4463d700 1916 -- Otavio Salvador <otavio@debian.org> Tue, 26 Sep 2006 16:14:36 -0300
06353262 1917
e7215d44 1918grub2 (1.94-6) unstable; urgency=low
6126d481 1919
1920 [ Robert Millan ]
1921 * update-grub: Set interpreter to /bin/bash to cope with non-POSIX
1922 extensions. (mentioned in #361929)
3ecf0251 1923 * patches/03_avoid_recursing_into_dot_static.diff: New. Avoid recursing into
1924 dotdirs (e.g. ".static").
1925 * patches/04_mkdevicemap_dont_assume_floppies.diff: New. Don't assume
1926 /dev/fd0 exists when generating device.map.
6126d481 1927
e7215d44 1928 -- Otavio Salvador <otavio@debian.org> Thu, 14 Sep 2006 16:07:30 -0300
6126d481 1929
7c6c18a5 1930grub2 (1.94-5) unstable; urgency=low
acbaef33 1931
1932 [ Robert Millan ]
1933 * control (Build-Depends): s/any-amd64/amd64 kfreebsd-amd64/g (this seems to
1934 confuse buildds).
bffb6519 1935 * 02_not_remove_menu_lst.patch: New patch. Skip menu.lst removal in
1936 grub-install. (Closes: #372934)
acbaef33 1937
7c6c18a5 1938 -- Otavio Salvador <otavio@debian.org> Sun, 20 Aug 2006 12:02:13 -0300
acbaef33 1939
d9737ac0 1940grub2 (1.94-4) unstable; urgency=low
5c8152fc 1941
6028872c 1942 [ Otavio Salvador ]
5c8152fc 1943 * 01_fix_amd64_building.patch: dropped since it now supports amd64
1944 native building.
5b48b1dd 1945 * Remove convert_kernel26 usage since it's not necessary anymore and due
1946 initramfs-tools changes it's bug too.
7188e4dc 1947
6028872c 1948 [ Robert Millan ]
1949 * Fork update-grub from grub legacy, and tweak a few commands in output to
1950 make it work for grub2.
f532c944 1951 * Update README.Debian.in with more recent (and easier) install instructions.
8e633c2d 1952 * Add grub to Conflicts/Replaces. Too many commands with the same name,
1953 even if they don't use the same path yet (but will likely do in the
1954 future, see #361929).
73535602 1955 * Get rid of control.in, which I introduced in 0.6+20040805-1 and turned out
1956 to be an endless source of problems (and forbidden by policy as well).
445b33f5 1957 * Fix FTBFS on amd64. Really closes: #372548.
5c8152fc 1958
d9737ac0 1959 -- Otavio Salvador <otavio@debian.org> Fri, 18 Aug 2006 15:38:25 -0300
5c8152fc 1960
1a457530 1961grub2 (1.94-3) unstable; urgency=low
1962
1963 * Fix FTBFS in amd64. Closes: 372548
1964
1965 -- Otavio Salvador <otavio@debian.org> Sat, 10 Jun 2006 19:57:01 -0300
1966
5a1b207a 1967grub2 (1.94-2) unstable; urgency=low
3d5b82c4 1968
1969 * Update grub images paths in README.Debian
ba75d2bb 1970 * 01_fix_grub-install.patch: add to fix a problem with PowerPC
1971 installation. Refs: #371069
dd5d5ff6 1972 * Fix FTBFS in amd64. Closes: #370803
3d5b82c4 1973
5a1b207a 1974 -- Otavio Salvador <otavio@debian.org> Fri, 9 Jun 2006 09:29:40 -0300
3d5b82c4 1975
0b825c6c 1976grub2 (1.94-1) unstable; urgency=low
1a67e2a2 1977
53a8ac0f 1978 * New upstream release.
1979 - Fix powerpc building. Closes: #370259
ba8166aa 1980 - 01_fix_grub-install.patch: merged upstream.
057b1151 1981 - Moved modules to /usr/lib/grub since they are architecture
1982 dependent.
3d5e94cf 1983 * Leave CDBS set debhelper compatibility level.
40843cc8 1984 * Allow amd64 build to happen. Closes: #364956
c29d9567 1985 * Enforce building in 32bits while running in x86_64 machines.
241498b5 1986 * Update Standards version to 3.7.2. No changes need.
1a67e2a2 1987
0b825c6c 1988 -- Otavio Salvador <otavio@debian.org> Mon, 5 Jun 2006 12:49:09 -0300
1a67e2a2 1989
65fe9821 1990grub2 (1.93-1) unstable; urgency=low
b904bdaf 1991
b815eb56 1992 * New upstream release.
1993 - Added support to PowerPC. Closes: #357853
b1eaf218 1994 - 01_fix_grub-install.patch: rediff.
b904bdaf 1995 * Update Standards version to 3.6.2. No changes need.
f6da03e2 1996 * Start to use new dpkg architecture definition. Closes: #360134
b904bdaf 1997
65fe9821 1998 -- Otavio Salvador <otavio@debian.org> Sat, 1 Apr 2006 10:07:17 -0300
b904bdaf 1999
413e6d6b 2000grub2 (1.92-2) unstable; urgency=low
0140e306 2001
2002 * Add bison on build-depends field. Closes: #346178
29583fb2 2003 * Add more fixes in 01_fix_grub-install.patch. Closes: #346177
0140e306 2004
413e6d6b 2005 -- Otavio Salvador <otavio@debian.org> Fri, 6 Jan 2006 09:48:08 -0200
0140e306 2006
d72939bf 2007grub2 (1.92-1) unstable; urgency=low
6019f349 2008
c51c43dc 2009 * New upstream release.
2010 - Add support for GPT partition table format.
2011 - Add a new command "play" to play an audio file on PC.
2012 - Add support for Linux/ADFS partition table format.
2013 - Add support for BASH-like scripting.
2014 - Add support for Apple HFS+ filesystems.
fe081dbd 2015 * 01_fix_grub-install.patch: Added. Fix grub-install to use
2016 /bin/grub-mkimage instead of /sbin/grub-mkimage. Closes: #338824
f298d752 2017 * Do not use CDBS tarball mode anymore. Closes: #344272
fe081dbd 2018
f298d752 2019 -- Otavio Salvador <otavio@debian.org> Thu, 5 Jan 2006 15:20:40 -0200
6019f349 2020
32a6e6ce 2021grub2 (1.91-0) unstable; urgency=low
fe54c31a 2022
e73d694b 2023 * New upstream release. Closes: #331211
fe54c31a 2024 * debian/watch: added.
764e8ef1 2025 * debian/control.in, debian/control: Add libncurses5-dev in
2026 Build-Depends. Closes: #304638
2027 * Remove Robert Millan as uploader;
2028 * Add myself as uploader;
fe54c31a 2029
32a6e6ce 2030 -- Otavio Salvador <otavio@debian.org> Sat, 12 Nov 2005 16:35:18 -0200
fe54c31a 2031
c38e4ead 2032grub2 (0.6+20050203-2) unstable; urgency=low
2033
2034 * Disable for powerpc. Reportedly it fails to boot.
2035
2036 -- Robert Millan <rmh@debian.org> Fri, 4 Feb 2005 01:52:09 +0100
2037
2038grub2 (0.6+20050203-1) unstable; urgency=low
2039
2040 * New upstream snapshot.
2041 * Install moddep.lst properly in a cpu-independant way. (Closes: #264115)
2042 * Use cdbs debian/control autogeneration.
2043 - Set DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes.
2044 - Move control to control.in.
2045 - Add a @cdbs@ tag and replace Architecture with Cpu/System.
2046 * control.in (Build-Depends): Add ruby.
2047
2048 -- Robert Millan <rmh@debian.org> Thu, 3 Feb 2005 22:33:39 +0100
2049
2050grub2 (0.6+20040805-1) unstable; urgency=low
2051
2052 * New upstream snapshot.
2053 * Uploading to unstable so that powerpc users can be blessed by GRUB too.
2054 * Use type-handling to generate dpkg arch list.
2055 - control.in
2056 - rules
2057
2058 -- Robert Millan <rmh@debian.org> Thu, 5 Aug 2004 20:50:16 +0200
2059
2060grub2 (0.6+20040502-1) experimental; urgency=low
2061
2062 * New upstream snapshot.
2063 - Fix FTBFS on powerpc.
2064
2065 -- Robert Millan <rmh@debian.org> Sun, 2 May 2004 18:16:29 +0200
2066
2067grub2 (0.6+20040429-1) experimental; urgency=low
2068
2069 * New upstream snapshot.
2070 - control (Architecture): Add powerpc.
2071
2072 -- Robert Millan <rmh@debian.org> Thu, 29 Apr 2004 20:41:31 +0200
2073
2074grub2 (0.6+20031125-1) experimental; urgency=low
2075
2076 * New upstream snapshot.
2077 - patches/multiboot.diff: Nuked.
2078 - install,docs: Update directory name.
2079 * control (Maintainer): Set to pkg-grub-devel mailing list.
2080 * control (Uploaders): Add myself.
2081 * control (Architecture): Add freebsd-i386 and netbsd-i386.
2082
2083 -- Robert Millan <rmh@debian.org> Tue, 25 Nov 2003 23:48:18 +0100
2084
2085grub2 (0.6+20031114-1) experimental; urgency=low
2086
2087 * New upstream snapshot.
2088 - README.Debian: s/fat/ext2/g (We now have ext2fs support).
2089 * Add multiboot support, thanks to Jeroen Dekkers for his patch.
2090 - patches/multiboot.diff: New.
2091 - control (Architecture): Add hurd-i386 (which needed multiboot).
2092 * Rename package to grub2 (to follow upstream tendency).
2093 - control: Ditto.
2094 - README.Debian: Likewise.
2095 * Switch to tarball mode.
2096 - rules: Ditto.
2097 - docs: Prefix paths in order to workaround dh_installdocs bug.
2098 - install: Likewise, but not because of bug (should be in rules, actualy).
2099 * Fix FTBFS. (Closes: #213868)
2100 - control (Build-Depends): Add autoconf.
2101 - control (Build-Conflicts): Add autoconf2.13.
2102
2103 -- Robert Millan <rmh@debian.org> Fri, 14 Nov 2003 13:16:12 +0100
2104
2105pupa (0.6+20031008-1) experimental; urgency=low
2106
2107 * New upstream snapshot.
2108 * Uploading to experimental.
2109 * debian/control: Add Jason Thomas to Uploaders.
2110
2111 -- Robert Millan <rmh@debian.org> Wed, 8 Oct 2003 13:22:50 +0000
2112
2113pupa (0.6+20030915-1) unstable; urgency=low
2114
2115 * Initial Release. (Closes: #211030)
2116
2117 -- Robert Millan <rmh@debian.org> Mon, 15 Sep 2003 14:58:42 +0000