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