]> git.proxmox.com Git - grub2.git/blame - debian/changelog
Make sure debian/script is always executable.
[grub2.git] / debian / changelog
CommitLineData
72358b97 1grub2 (1.95+20070520-1) unstable; urgency=low
6db7bc5d 2
3 * New CVS snapshot.
5ff45833 4 - LVM / RAID fixes. (Closes: #423648, #381150)
5 - Fix memory management bug. (Closes: #423409)
6db7bc5d 6 - patches/efi.diff: Remove (merged).
7 - patches/grub_probe_for_everyone.diff: Use the new paths for
8 util/grub-probe.c, util/biosdisk.c, util/getroot.c. Enable
1b14457f 9 grub-mkdevicemap. (Closes: #424985)
ecc1272d 10 * legacy/update-grub: Get rid of all grub-set-default calls. (Closes: #425054)
1a5b4b14 11 * grub-{pc,efi,of}.postinst: Only run update-grub if grub.cfg already exists.
12 * grub-pc.postinst: Only run GRUB Legacy compat stuff if menu.lst is found.
125badfd 13 * patches/partmap_fallback.diff: New. Implement fallback "pc gpt" for partmap
14 detection failures. (Closes: #423022)
ca1d5ac6 15 * control: Update XS-Vcs-* fields. Thanks Sam Morris <sam@robots.org.uk>.
16 (Closes: #425146)
4f74b8e8 17 * grub-{pc,efi,of}.{dirs,postinst}: Move unifont.pff to /usr/share/grub.
6db7bc5d 18
4f74b8e8 19 -- Robert Millan <rmh@aybabtu.com> Sun, 20 May 2007 11:13:03 +0200
6db7bc5d 20
070f908f 21grub2 (1.95+20070515-1) unstable; urgency=low
322cca96 22
23 * New CVS snapshot.
bf4de9eb 24 - Fix assumptions about /, /boot and /boot/grub being the same device.
25 (Closes: #423268, #422459)
26 - Proper sorting of Linux images. (Closes: #422580)
27 - update-grub lets /etc/default/grub override its variables now.
28 (Closes: #423649)
29 - update-grub mentions /etc/default/grub in the grub.cfg header.
30 (Closes: #423651)
31 - update-grub sets 800x600x16 as the default gfxmode. (Closes: #422794)
9d4980bc 32 - update-grub runs grub-mkdevicemap before attempting to use grub-probe
33 (part of #423217)
b06452a4 34
3a9010c9 35 [ Otavio Salvador ]
b06452a4 36 * Add support to DEB_BUILD_OPTIONS=noopt. Thanks to Sam Morris
ac0b1953 37 <sam@robots.org.uk> for the patch. (Closes: #423005)
3a12e08d 38 * Add Robert Millan as uploader.
75cc5d07 39 * Change build-dependency from liblzo-dev to liblzo2-dev. (Closes: #423358)
b06452a4 40
3a9010c9 41 [ Robert Millan ]
29f0c107 42 * grub-pc.postinst:
43 - Remove /boot/grub/device.map before running grub-install.
44 (Closes: #422851)
45 - Always run update-grub after grub-install. (part of #423217)
46 - Use grub-mkdevicemap instead of removing device.map, since update-grub
47 needs it but grub-install is not run unconditionaly.
48 - Redirect grub-install invocation to /dev/null, since it can mislead
9d4980bc 49 users into thinking that MBR was overwritten. (part of #423217)
bf4de9eb 50 * default/grub: Stop exporting the variables (update-grub does that now).
c6929290 51 * Misc EFI fixes, including new grub-install.
52 - patches/efi.diff: New.
53 - patches/grub_probe_for_everyone.diff: Move some bits to efi.diff.
54 - grub-efi.install: Stop installing dummy grub-install.
55 - grub-install: Remove.
9d4980bc 56 * grub-pc.postinst: Avoid generating core.img when menu.lst is not present,
57 to avoid duplicated work (this is specialy important for d-i). (part of
58 #423217).
59 * See multiple references above. (Closes: #423217)
070f908f 60 * grub-{pc,efi,of}.{dirs,install}: Install presubj in the right directory
61 to make it work again (oops).
80c59d60 62 * Add reportbug script to gather debugging information. (Closes: #423218)
63 - script: New.
64 - grub-{pc,efi,of}.install: Install it.
65 * Install the reportbug scripts for grub2 too, since users might still use
66 it for bugfiling.
67 - grub2.dirs
68 - grub2.install
e6f4860a 69 * Fix some lintian warnings.
70 - control (grub2): Depend on debconf.
71 - README.Debian.in: Fix mispell.
72 - grub2.templates: Remove extra dot.
3a9010c9 73
e6f4860a 74 -- Robert Millan <rmh@aybabtu.com> Tue, 15 May 2007 22:08:53 +0200
b06452a4 75
0aabb8dd 76grub2 (1.95+20070507-1) unstable; urgency=low
77
cac03775 78 [ Robert Millan ]
0aabb8dd 79 * New CVS snapshot.
80 - patches/build_neq_src.diff: Remove (merged).
365e3558 81 * Fix debhelper files to ensure each package gets the right thing.
1133125b 82 * Enable gfxterm/unifont support.
6c11a0d2 83 * On grub-pc, if there's no core.img setup, create one (but do not
84 risk writing to MBR).
d6105ccd 85 * On grub-pc, if menu.lst is found, regenerate it to include our
86 core.img.
0aabb8dd 87
cac03775 88 [ Otavio Salvador ]
89 * Move debian/update-grub to debian/legacy/update-grub otherwise the
90 source gets messy.
91
92 -- Otavio Salvador <otavio@ossystems.com.br> Mon, 07 May 2007 18:48:14 -0300
0aabb8dd 93
255820f9 94grub2 (1.95+20070505.1-3) unstable; urgency=low
95
96 * Split postinst into grub2.postinst (with the transition warning) and
97 postinst.in, with update-grub invocation for grub-{pc,efi,of}.
98 - postinst.in
99 - grub2.postinst
100 - rules
101
102 -- Robert Millan <rmh@aybabtu.com> Sun, 6 May 2007 01:20:04 +0200
103
d5d38884 104grub2 (1.95+20070505.1-2) unstable; urgency=low
105
106 * Add EFI build of GRUB.
107 - control: Restructure to provide 3 packages: grub-pc (x86),
108 grub-efi (x86) and grub-of (powerpc).
109 - rules: Handle a separate build for each package.
110 - patches/build_neq_src.diff: Fix builddir == srcdir assumptions.
111 - patches/grub_probe_for_everyone.diff: New (superceds
112 powerpc_probe.diff). Enable grub-probe on powerpc and i386-efi.
113 - grub-install: Dummy informational grub-install for EFI.
114 - grub-efi.install: Installs it.
115
116 -- Robert Millan <rmh@aybabtu.com> Sun, 6 May 2007 00:23:56 +0200
117
1e0928a9 118grub2 (1.95+20070505.1-1) unstable; urgency=low
17aa47c3 119
1e0928a9 120 * New CVS snapshot.
17aa47c3 121 * patches/powerpc_probe.diff: Add partmap/gpt.c to grub-probe.
1e0928a9 122 * control (Architecture): Temporarily disable powerpc. Sorry, but runtime
123 is currently broken and we don't have the hardware to debug it. Will be
124 re-enabled in next upload.
17aa47c3 125
1e0928a9 126 -- Robert Millan <rmh@aybabtu.com> Sat, 5 May 2007 21:52:49 +0200
17aa47c3 127
5ffc0ad7 128grub2 (1.95+20070505-1) unstable; urgency=low
db2e8011 129
130 * New CVS snapshot.
eddf397b 131 - Improved grub.cfg parser. (Closes: #381215)
db2e8011 132 - patches/fix-grub-install.diff: Remove (merged).
f3329dc0 133 - control (Build-Depends): Remove libncurses5-dev (no longer needed).
eddf397b 134 - provides update-grub2. (Closes: #419151)
5ffc0ad7 135 - Supports GPT in PC/BIOS systems. (Closes: #409073)
cc88f529 136 * control (Build-Depends): Add gcc-multilib to fix FTBFS.
7b28ea52 137 * control (Description): Make it less scary, and more informative.
fcdcf133 138 * postinst: Run update-grub to ensure the latest improvements always are
139 applied.
1c13c136 140 * patches/powerpc_probe.diff: Attempt at making grub-probe build/install
141 on powerpc (and hopefuly update-grub).
db2e8011 142
5ffc0ad7 143 -- Robert Millan <rmh@aybabtu.com> Sat, 5 May 2007 01:49:07 +0200
db2e8011 144
3881b1d6 145grub2 (1.95-5) unstable; urgency=low
146
147 * Fix FTBFS on kFreeBSD. Thanks to Aurelien Jarno <aurel32@debian.org>
148 by providing the patch. Closes: #416408
149
150 -- Otavio Salvador <otavio@ossystems.com.br> Fri, 30 Mar 2007 19:20:48 -0300
151
99137f69 152grub2 (1.95-4) unstable; urgency=low
153
154 * Fix powerpc grub-install binary path. Closes: #402838
155
156 -- Otavio Salvador <otavio@ossystems.com.br> Thu, 22 Mar 2007 23:45:56 -0300
157
950f9676 158grub2 (1.95-3) unstable; urgency=low
5bfe2958 159
950f9676 160 [ Christian Perrier ]
5bfe2958 161 * Switch to po-debconf for debconf templates. Closes: #402972
0043fb95 162 * Depend on ${misc:Depends} and not "debconf" to allow cdebconf to be used
b9fb72a8 163 * Debconf translations:
164 - French
165 - Czech. Closes: #413327
83e09cc6 166 - Galician. Closes: #413323
167 - Swedish. Closes: #413325
168 - Portuguese. Closes: #413332
f6bda37a 169 - German. Closes: #413365
d99699ed 170 - Tamil. Closes: #413478
97255a32 171 - Russian. Closes: #413542
54e42fb8 172 - Italian. Closes: #413904
0e054971 173 - Romanian. Closes: #414443
5bfe2958 174
950f9676 175 -- Otavio Salvador <otavio@ossystems.com.br> Tue, 20 Mar 2007 23:46:38 -0300
5bfe2958 176
a7764ae2 177grub2 (1.95-2) unstable; urgency=low
bf8b20c2 178
a7764ae2 179 [ Robert Millan ]
bf8b20c2 180 * update-grub: Fix for Xen hypervisor entries, thanks Aaron Schrab.
181 (Closes: #394706)
104cf25b 182 * Transition to new numbering scheme for partitions. (Closes: #395019)
183 - update-grub: Don't substract 1 when converting partition device names to
9317f80c 184 grub drives.
185 - Add debconf warning explaining the situation.
e7a0f6d3 186 * Rewrite Architecture line back to hardcoded list :(. (Closes: #398060)
bf8b20c2 187
a7764ae2 188 -- Otavio Salvador <otavio@debian.org> Mon, 11 Dec 2006 05:08:41 -0200
bf8b20c2 189
359968c3 190grub2 (1.95-1) unstable; urgency=low
5638cc31 191
359968c3 192 * New upstream release.
5638cc31 193 - patches/03_revert_partition_numbering.diff: Delete (obsoleted).
194
195 -- Robert Millan <rmh@aybabtu.com> Sat, 14 Oct 2006 21:19:21 +0200
196
48e9e3e4 197grub2 (1.94+20061003-1) unstable; urgency=high
a6b165a5 198
ecceeead 199 * New CVS snapshot.
48e9e3e4 200
2199586b 201 [ Otavio Salvador ]
a6b165a5 202 * Change debhelper compatibility mode to 5:
203 - debian/compat: setted to 5;
7ce63b2f 204 * control (Build-Depends): Add lib32ncurses5-dev for ppc64.
205 Closes: #389873
48e9e3e4 206 * Set urgency=high since it's experimental stuff and tagged likewise. It
207 also solved a serious bug on PowerPC that leave users with a black
208 screen.
a6b165a5 209
2199586b 210 [ Robert Millan ]
211 * control (Depends): Add powerpc-ibm-utils for powerpc/ppc64.
e987491b 212 (Closes: #372186)
2199586b 213
48e9e3e4 214 -- Otavio Salvador <otavio@debian.org> Tue, 3 Oct 2006 16:49:32 -0300
a6b165a5 215
4463d700 216grub2 (1.94+20060926-1) unstable; urgency=high
06353262 217
a9f08873 218 * New CVS snapshot.
71b90bb5 219 - Command-line editting fix (Closes: #381214).
fcd02ac7 220 - Fixes runtime breakage on amd64 (not in BTS).
a9f08873 221 - Delete a few patches (merged).
71b90bb5 222
223 [ Robert Millan ]
224 * Set urgency=high. Might seem like a rush, but it can't possibly be worse than
225 1.94-5 (broken on systems that use udev, broken on amd64...).
ec521415 226 * Pure ppc64 support.
227 - control (Architecture): Add any-ppc64.
228 - control (Build-Depends): Add libc6-dev-powerpc [ppc64].
67bc9fcd 229 * rules: Remove moddep.lst install command (no longer needed).
fcd02ac7 230 * patches/03_revert_partition_numbering.diff: New. Revert a commit that
231 broke grub-probefs.
164b6290 232 * Add bug template to encourage sending upstream stuff directly to
233 upstream.
234 - presubj: New.
06353262 235
99aa95f4 236 [ Otavio Salvador ]
237 * Add XS-X-Vcs-Svn on control file and point it to our current svn
238 repository.
57c58e17 239 * Add cvs-snapshot to rules.
99aa95f4 240
4463d700 241 -- Otavio Salvador <otavio@debian.org> Tue, 26 Sep 2006 16:14:36 -0300
06353262 242
e7215d44 243grub2 (1.94-6) unstable; urgency=low
6126d481 244
245 [ Robert Millan ]
246 * update-grub: Set interpreter to /bin/bash to cope with non-POSIX
247 extensions. (mentioned in #361929)
3ecf0251 248 * patches/03_avoid_recursing_into_dot_static.diff: New. Avoid recursing into
249 dotdirs (e.g. ".static").
250 * patches/04_mkdevicemap_dont_assume_floppies.diff: New. Don't assume
251 /dev/fd0 exists when generating device.map.
6126d481 252
e7215d44 253 -- Otavio Salvador <otavio@debian.org> Thu, 14 Sep 2006 16:07:30 -0300
6126d481 254
7c6c18a5 255grub2 (1.94-5) unstable; urgency=low
acbaef33 256
257 [ Robert Millan ]
258 * control (Build-Depends): s/any-amd64/amd64 kfreebsd-amd64/g (this seems to
259 confuse buildds).
bffb6519 260 * 02_not_remove_menu_lst.patch: New patch. Skip menu.lst removal in
261 grub-install. (Closes: #372934)
acbaef33 262
7c6c18a5 263 -- Otavio Salvador <otavio@debian.org> Sun, 20 Aug 2006 12:02:13 -0300
acbaef33 264
d9737ac0 265grub2 (1.94-4) unstable; urgency=low
5c8152fc 266
6028872c 267 [ Otavio Salvador ]
5c8152fc 268 * 01_fix_amd64_building.patch: dropped since it now supports amd64
269 native building.
5b48b1dd 270 * Remove convert_kernel26 usage since it's not necessary anymore and due
271 initramfs-tools changes it's bug too.
7188e4dc 272
6028872c 273 [ Robert Millan ]
274 * Fork update-grub from grub legacy, and tweak a few commands in output to
275 make it work for grub2.
f532c944 276 * Update README.Debian.in with more recent (and easier) install instructions.
8e633c2d 277 * Add grub to Conflicts/Replaces. Too many commands with the same name,
278 even if they don't use the same path yet (but will likely do in the
279 future, see #361929).
73535602 280 * Get rid of control.in, which I introduced in 0.6+20040805-1 and turned out
281 to be an endless source of problems (and forbidden by policy as well).
445b33f5 282 * Fix FTBFS on amd64. Really closes: #372548.
5c8152fc 283
d9737ac0 284 -- Otavio Salvador <otavio@debian.org> Fri, 18 Aug 2006 15:38:25 -0300
5c8152fc 285
1a457530 286grub2 (1.94-3) unstable; urgency=low
287
288 * Fix FTBFS in amd64. Closes: 372548
289
290 -- Otavio Salvador <otavio@debian.org> Sat, 10 Jun 2006 19:57:01 -0300
291
5a1b207a 292grub2 (1.94-2) unstable; urgency=low
3d5b82c4 293
294 * Update grub images paths in README.Debian
ba75d2bb 295 * 01_fix_grub-install.patch: add to fix a problem with PowerPC
296 installation. Refs: #371069
dd5d5ff6 297 * Fix FTBFS in amd64. Closes: #370803
3d5b82c4 298
5a1b207a 299 -- Otavio Salvador <otavio@debian.org> Fri, 9 Jun 2006 09:29:40 -0300
3d5b82c4 300
0b825c6c 301grub2 (1.94-1) unstable; urgency=low
1a67e2a2 302
53a8ac0f 303 * New upstream release.
304 - Fix powerpc building. Closes: #370259
ba8166aa 305 - 01_fix_grub-install.patch: merged upstream.
057b1151 306 - Moved modules to /usr/lib/grub since they are architecture
307 dependent.
3d5e94cf 308 * Leave CDBS set debhelper compatibility level.
40843cc8 309 * Allow amd64 build to happen. Closes: #364956
c29d9567 310 * Enforce building in 32bits while running in x86_64 machines.
241498b5 311 * Update Standards version to 3.7.2. No changes need.
1a67e2a2 312
0b825c6c 313 -- Otavio Salvador <otavio@debian.org> Mon, 5 Jun 2006 12:49:09 -0300
1a67e2a2 314
65fe9821 315grub2 (1.93-1) unstable; urgency=low
b904bdaf 316
b815eb56 317 * New upstream release.
318 - Added support to PowerPC. Closes: #357853
b1eaf218 319 - 01_fix_grub-install.patch: rediff.
b904bdaf 320 * Update Standards version to 3.6.2. No changes need.
f6da03e2 321 * Start to use new dpkg architecture definition. Closes: #360134
b904bdaf 322
65fe9821 323 -- Otavio Salvador <otavio@debian.org> Sat, 1 Apr 2006 10:07:17 -0300
b904bdaf 324
413e6d6b 325grub2 (1.92-2) unstable; urgency=low
0140e306 326
327 * Add bison on build-depends field. Closes: #346178
29583fb2 328 * Add more fixes in 01_fix_grub-install.patch. Closes: #346177
0140e306 329
413e6d6b 330 -- Otavio Salvador <otavio@debian.org> Fri, 6 Jan 2006 09:48:08 -0200
0140e306 331
d72939bf 332grub2 (1.92-1) unstable; urgency=low
6019f349 333
c51c43dc 334 * New upstream release.
335 - Add support for GPT partition table format.
336 - Add a new command "play" to play an audio file on PC.
337 - Add support for Linux/ADFS partition table format.
338 - Add support for BASH-like scripting.
339 - Add support for Apple HFS+ filesystems.
fe081dbd 340 * 01_fix_grub-install.patch: Added. Fix grub-install to use
341 /bin/grub-mkimage instead of /sbin/grub-mkimage. Closes: #338824
f298d752 342 * Do not use CDBS tarball mode anymore. Closes: #344272
fe081dbd 343
f298d752 344 -- Otavio Salvador <otavio@debian.org> Thu, 5 Jan 2006 15:20:40 -0200
6019f349 345
32a6e6ce 346grub2 (1.91-0) unstable; urgency=low
fe54c31a 347
e73d694b 348 * New upstream release. Closes: #331211
fe54c31a 349 * debian/watch: added.
764e8ef1 350 * debian/control.in, debian/control: Add libncurses5-dev in
351 Build-Depends. Closes: #304638
352 * Remove Robert Millan as uploader;
353 * Add myself as uploader;
fe54c31a 354
32a6e6ce 355 -- Otavio Salvador <otavio@debian.org> Sat, 12 Nov 2005 16:35:18 -0200
fe54c31a 356
c38e4ead 357grub2 (0.6+20050203-2) unstable; urgency=low
358
359 * Disable for powerpc. Reportedly it fails to boot.
360
361 -- Robert Millan <rmh@debian.org> Fri, 4 Feb 2005 01:52:09 +0100
362
363grub2 (0.6+20050203-1) unstable; urgency=low
364
365 * New upstream snapshot.
366 * Install moddep.lst properly in a cpu-independant way. (Closes: #264115)
367 * Use cdbs debian/control autogeneration.
368 - Set DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes.
369 - Move control to control.in.
370 - Add a @cdbs@ tag and replace Architecture with Cpu/System.
371 * control.in (Build-Depends): Add ruby.
372
373 -- Robert Millan <rmh@debian.org> Thu, 3 Feb 2005 22:33:39 +0100
374
375grub2 (0.6+20040805-1) unstable; urgency=low
376
377 * New upstream snapshot.
378 * Uploading to unstable so that powerpc users can be blessed by GRUB too.
379 * Use type-handling to generate dpkg arch list.
380 - control.in
381 - rules
382
383 -- Robert Millan <rmh@debian.org> Thu, 5 Aug 2004 20:50:16 +0200
384
385grub2 (0.6+20040502-1) experimental; urgency=low
386
387 * New upstream snapshot.
388 - Fix FTBFS on powerpc.
389
390 -- Robert Millan <rmh@debian.org> Sun, 2 May 2004 18:16:29 +0200
391
392grub2 (0.6+20040429-1) experimental; urgency=low
393
394 * New upstream snapshot.
395 - control (Architecture): Add powerpc.
396
397 -- Robert Millan <rmh@debian.org> Thu, 29 Apr 2004 20:41:31 +0200
398
399grub2 (0.6+20031125-1) experimental; urgency=low
400
401 * New upstream snapshot.
402 - patches/multiboot.diff: Nuked.
403 - install,docs: Update directory name.
404 * control (Maintainer): Set to pkg-grub-devel mailing list.
405 * control (Uploaders): Add myself.
406 * control (Architecture): Add freebsd-i386 and netbsd-i386.
407
408 -- Robert Millan <rmh@debian.org> Tue, 25 Nov 2003 23:48:18 +0100
409
410grub2 (0.6+20031114-1) experimental; urgency=low
411
412 * New upstream snapshot.
413 - README.Debian: s/fat/ext2/g (We now have ext2fs support).
414 * Add multiboot support, thanks to Jeroen Dekkers for his patch.
415 - patches/multiboot.diff: New.
416 - control (Architecture): Add hurd-i386 (which needed multiboot).
417 * Rename package to grub2 (to follow upstream tendency).
418 - control: Ditto.
419 - README.Debian: Likewise.
420 * Switch to tarball mode.
421 - rules: Ditto.
422 - docs: Prefix paths in order to workaround dh_installdocs bug.
423 - install: Likewise, but not because of bug (should be in rules, actualy).
424 * Fix FTBFS. (Closes: #213868)
425 - control (Build-Depends): Add autoconf.
426 - control (Build-Conflicts): Add autoconf2.13.
427
428 -- Robert Millan <rmh@debian.org> Fri, 14 Nov 2003 13:16:12 +0100
429
430pupa (0.6+20031008-1) experimental; urgency=low
431
432 * New upstream snapshot.
433 * Uploading to experimental.
434 * debian/control: Add Jason Thomas to Uploaders.
435
436 -- Robert Millan <rmh@debian.org> Wed, 8 Oct 2003 13:22:50 +0000
437
438pupa (0.6+20030915-1) unstable; urgency=low
439
440 * Initial Release. (Closes: #211030)
441
442 -- Robert Millan <rmh@debian.org> Mon, 15 Sep 2003 14:58:42 +0000