]> git.proxmox.com Git - grub2.git/blob - debian/changelog
Set urgency=high
[grub2.git] / debian / changelog
1 grub2 (1.96+20080408-2) unstable; urgency=high
2
3 * patches/03_disable_floppy_support_in_util_biosdisk.diff: New. Does
4 what its name says. (Closes: #475177)
5
6 -- Robert Millan <rmh@aybabtu.com> Thu, 10 Apr 2008 10:59:18 +0200
7
8 grub2 (1.96+20080408-1) unstable; urgency=low
9
10 * New CVS snapshot.
11 - grub-probe skips non-existant devices when processing device.map.
12 (Closes: #473209)
13 * control: Fix syntax error.
14
15 [ Updated translations ]
16 * Finnish (fi.po) by Esko Arajärvi (Closes: #468641)
17
18 -- Robert Millan <rmh@aybabtu.com> Tue, 8 Apr 2008 15:45:25 +0200
19
20 grub2 (1.96+20080228-1) unstable; urgency=low
21
22 * New CVS snapshot.
23 * Split grub-probe into grub-common package. Make all flavours depend on it.
24 (Closes: #241972)
25 * Suggest multiboot-doc.
26 * patches/01_grub_legacy_0_based_partitions.diff: New patch. Add a hack that
27 tells grub-probe you want 0-based partition count
28 (GRUB_LEGACY_0_BASED_PARTITIONS variable)
29 * Stop depending on lsb-release (too heavy! we don't need python in base).
30 Instead of assuming it's there, try calling it and otherwise just echo
31 Debian.
32
33 -- Robert Millan <rmh@aybabtu.com> Thu, 28 Feb 2008 16:43:40 +0100
34
35 grub2 (1.96+20080219-3) unstable; urgency=low
36
37 * default/grub: Use lsb_release to support Debian derivatives.
38 (Closes: #466561)
39 * grub.d/05_debian_theme: Only setup background image when a reader for it
40 is present in /boot/grub. (Closes: #467111)
41
42 [ Updated translations ]
43 * Russian (ru.po) by Yuri Kozlov (Closes: #467181)
44
45 -- Robert Millan <rmh@aybabtu.com> Sun, 24 Feb 2008 15:39:50 +0100
46
47 grub2 (1.96+20080219-2) unstable; urgency=high
48
49 * grub-pc.postinst: Create /boot/grub if it doesn't exist.
50
51 -- Robert Millan <rmh@aybabtu.com> Wed, 20 Feb 2008 07:15:14 +0100
52
53 grub2 (1.96+20080219-1) unstable; urgency=high
54
55 * New CVS snapshot.
56 - Improves GPT support, allowing it to work without blocklists.
57
58 -- Robert Millan <rmh@aybabtu.com> Tue, 19 Feb 2008 15:05:10 +0100
59
60 grub2 (1.96+20080216-1) unstable; urgency=high
61
62 * New CVS snapshot.
63 - Fixes offset calculation issue when installing on GPT (urgency set
64 to high because of this).
65 * Fix Vcs-Browser tag. Thanks James. (Closes: #465697)
66 * Only process grub-pc/linux_cmdline if /boot/grub/menu.lst exists.
67 (Closes: #465708)
68
69 [ Updated translations ]
70 * French (fr.po) by Christian Perrier (Closes: #465706)
71
72 -- Robert Millan <rmh@aybabtu.com> Sat, 16 Feb 2008 23:30:55 +0100
73
74 grub2 (1.96+20080213-1) unstable; urgency=low
75
76 * New CVS snapshot.
77 - Failure to read one device in a RAID-1 array no longer causes boot
78 to fail (so long as there's a member that works). (Closes: #426341)
79 * script: For /proc/mounts, only report lines that start with /dev/.
80 * Add new upgrade-from-grub-legacy script for the user to complete the upgrade
81 process from GRUB Legacy, and advertise it prominently in menu.lst.
82 (Closes: #464912)
83 * Add a hack to support gfxterm / background_image on systems where /usr
84 isn't accessible. (Closes: #464911, #463144)
85 - grub-pc.postinst
86 - grub.d/05_debian_theme
87 * Fix a pair of spelling mistakes in debconf. (Closes: #465296)
88 * Migrate kopt from menu.lst. (Closes: #461164, #464918)
89
90 [ Updated translations ]
91 * Portuguese (pt.po) by Ricardo Silva (Closes: #465137)
92 * German (de.po) by Helge Kreutzmann (Closes: #465295)
93
94 -- Robert Millan <rmh@aybabtu.com> Wed, 13 Feb 2008 16:37:13 +0100
95
96 grub2 (1.96+20080210-1) unstable; urgency=high
97
98 * New CVS snapshot.
99 - Errors that cause GRUB to enter rescue mode are displayed now.
100 (Closes: #425149)
101 - Build LVM/RAID modules into a few commands that were missing them
102 (notably, grub-setup). (Closes: #465033)
103 * Fix license violation (incompatibility between GRUB and LZO2).
104 (Closes: #465056)
105 - Urgency set to high.
106 - control: Move liblzo2-dev from Build-Depends to Build-Conflicts
107 (leaving liblzo-dev as the only option).
108
109 -- Robert Millan <rmh@aybabtu.com> Sun, 10 Feb 2008 17:09:15 +0100
110
111 grub2 (1.96+20080209-1) unstable; urgency=low
112
113 * New CVS snapshot.
114 - Fix a root device setting issue in grub-setup. (Closes: #463391)
115 - Fix partmap detection under LVM/RAID.
116 - Add scripting commands that would allow user to implement hiddenmenu-like
117 functionality (http://grub.enbug.org/Hiddenmenu).
118 - Provide manpages for grub-setup, grub-emu, grub-mkimage and others.
119 (Closes: #333516, #372890)
120 * Fix a pair of spelling errors in debconf templates. Thanks Christian
121 Perrier. (Closes: #464133)
122 * Run debconf-updatepo. (Closes: #463918)
123 * Lower base-files versioned dependency to >= 4.0.1~bpo40+1.
124
125 -- Robert Millan <rmh@aybabtu.com> Sat, 9 Feb 2008 13:43:49 +0100
126
127 grub2 (1.96+20080203-1) unstable; urgency=low
128
129 * New CVS snapshot (and release, but we skipped that ;-))
130 - patches/01_regparm.diff: Delete.
131 - Improved XFS support.
132 - util/grub.d/00_header.in: Add runtime error detection (for gfxterm).
133 - Fixes problem when chainloading to Vista.
134 * Fix po-debconf errors. Thanks Thomas Huriaux. (Closes: #402972)
135 * grub.d/05_debian_theme:
136 - Add runtime error detection.
137 - Detect/Enable PNG background when it is present.
138 * control (grub-ieee1275): Remove versioned dependency on powerpc-ibm-utils.
139
140 -- Robert Millan <rmh@aybabtu.com> Sun, 3 Feb 2008 19:31:23 +0100
141
142 grub2 (1.95+20080201-1) unstable; urgency=low
143
144 * New CVS snapshot.
145 * presubj: Improve notice.
146 * patches/01_regparm.diff: Fix CPU context corruption affecting fs/xfs.c.
147 (Closes: #463081, #419766, #462159)
148 * patches/02_libgcc_powerpc_hack.diff: Fix FTBFS on powerpc. (Closes: #457491)
149 * patches/disable_xfs.diff: Actually remove this time...
150
151 -- Robert Millan <rmh@aybabtu.com> Fri, 1 Feb 2008 17:06:00 +0100
152
153 grub2 (1.95+20080128-1) unstable; urgency=low
154
155 * New CVS snapshot.
156 - Fixes bogus CLAIM problems on Apple firmware. (Closes: #449135, #422729)
157 - grub-probe performs sanity checks to make sure our filesystem drivers
158 are usable. (Closes: #462449)
159 - patches/disable_ata.diff: Remove. ATA module isn't auto-loaded in
160 rescue floppies now.
161 - patches/disable_xfs.diff: Remove. See above (about grub-probe).
162 * Bring back grub-emu; it can help a lot with debugging feedback.
163 - control
164 - rules
165
166 -- Robert Millan <rmh@aybabtu.com> Mon, 28 Jan 2008 00:01:11 +0100
167
168 grub2 (1.95+20080116-2) unstable; urgency=low
169
170 * grub.d/05_debian_theme: Enable swirlish beauty.
171 * rules: Obtain debian/legacy/update-grub dynamicaly from GRUB Legacy svn.
172
173 -- Robert Millan <rmh@aybabtu.com> Sat, 19 Jan 2008 13:16:18 +0100
174
175 grub2 (1.95+20080116-1) unstable; urgency=low
176
177 * New CVS snapshot.
178 - update-grub ignores stale *.dpkg-* files. (Closes: #422708, #424223)
179 - LVM/RAID now working properly (except when it affects /boot).
180 (Closes: #425666)
181 - Fixes flickery in timeout message. (Closes: #437275)
182 * grub-pc.postinst: Use `--no-floppy' whenever possible. Die, floppies,
183 die!
184 * Resync with latest version of GRUB Legacy's update-grub. This time,
185 using the $LET_US_TRY_GRUB_2 hack to reuse the same script both for
186 addition of core.img and its removal.
187 * grub-*.install: Add update-grub2 stub. Packages providing /etc/grub.d/
188 scripts should invoke update-grub2 in both postinst and postrm (whenever
189 it is found, of course).
190 * control: Reorganize a bit, including a complete rewrite of the
191 package descriptions.
192 * control (grub-ieee1275): Enable for i386/amd64.
193
194 -- Robert Millan <rmh@aybabtu.com> Wed, 16 Jan 2008 15:00:54 +0100
195
196 grub2 (1.95+20080107-1) unstable; urgency=low
197
198 * New CVS snapshot.
199 - Supports ReiserFS. (Closes: #430742)
200 - patches/disable_ata.diff: Resync.
201
202 -- Robert Millan <rmh@aybabtu.com> Mon, 7 Jan 2008 12:46:39 +0100
203
204 grub2 (1.95+20080105-2) unstable; urgency=low
205
206 * grub-pc.postinst: Fix covered assumption that menu.lst exists.
207 (Closes: #459247)
208 * copyright: Fix copyright/license reference.
209
210 -- Robert Millan <rmh@aybabtu.com> Sun, 6 Jan 2008 18:02:28 +0100
211
212 grub2 (1.95+20080105-1) unstable; urgency=low
213
214 * New CVS snapshot.
215 - Fixes install on non-devfs systems with devfs-style paths (ouch).
216 (Closes: #450709).
217 - Fixes boot of "Linux" zImages (including memtest86+). (Closes: #436113).
218 - Corrects usage message in grub-setup. (Closes: #458600).
219 - patches/menu_color.diff: Remove. Made obsolete by `menu_color_normal'
220 and `menu_color_highlight' variables. Add/install grub.d/05_debian_theme
221 to make use of them.
222 * Reestructure grub-pc.postinst. Notably:
223 - Do not touch menu.lst unless user has confirmed it (via debconf).
224 (Closes: #459247)
225 - When we do, keep a backup in /boot/grub/menu.lst_backup_by_grub2_postinst.
226
227 -- Robert Millan <rmh@aybabtu.com> Sat, 5 Jan 2008 17:55:37 +0100
228
229 grub2 (1.95+20080101-1) unstable; urgency=low
230
231 * New CVS snapshot.
232 - patches/disable_xfs.diff: Rewrite in a way that won't collide with
233 upstream changes so often.
234 - unifont.hex now processed by upstream.
235 - rules: Disable build of unifont.pff.
236 - *.install: Remove build/unifont.pff line.
237 - patches/menu_color.diff: Change menu color to our traditional blue theme.
238 * Support new dpkg fields (Homepage, Vcs-Svn, Vcs-Browser).
239 * patches/disable_ata.diff: Prevent ATA module from being built on i386-pc.
240
241 -- Robert Millan <rmh@aybabtu.com> Tue, 1 Jan 2008 19:45:30 +0100
242
243 grub2 (1.95+20071101-1) unstable; urgency=low
244
245 * New CVS snapshot.
246 - patches/linuxbios.diff: Remove (supported in upstream now).
247
248 -- Robert Millan <rmh@aybabtu.com> Thu, 1 Nov 2007 13:18:51 +0100
249
250 grub2 (1.95+20071004-2) unstable; urgency=low
251
252 * Rename debian/grub-of.* to debian/grub-ieee1275.*.
253 * Add debian/grub-linuxbios.{postinst,dirs,install}.
254 * rules: Fix/Overrride lintian warnings (unstripped-binary-or-object).
255 * Remove grub-linuxbios.postinst.
256
257 -- Robert Millan <rmh@aybabtu.com> Wed, 10 Oct 2007 23:56:35 +0200
258
259 grub2 (1.95+20071004-1) unstable; urgency=low
260
261 * New CVS snapshot.
262 * Add grub-linuxbios package.
263 - patches/linuxbios.diff
264 - control
265 - rules
266 * Rename grub-of to grub-ieee1275 to match with upstream conventions.
267 - control
268 - rules
269
270 -- Robert Millan <rmh@aybabtu.com> Thu, 4 Oct 2007 14:42:30 +0200
271
272 grub2 (1.95+20070829-1) unstable; urgency=low
273
274 * New CVS snapshot.
275 - Includes fix for parallel builds.
276 * rules: Append -j flag to $(MAKE) to take advantage of >1 processors.
277 * Add reference to /usr/share/common-licenses.
278 - debian/copyright
279 - debian/control (all packages): Add base-files (>= 4.0.1) dependency.
280
281 -- Robert Millan <rmh@debian.org> Sat, 1 Sep 2007 19:00:22 +0200
282
283 grub2 (1.95+20070828-2) unstable; urgency=low
284
285 * control (grub-of): Make depends on powerpc-ibm-utils versioned as
286 >= 1.0.6 (older versions don't have -a flag).
287
288 -- Robert Millan <rmh@debian.org> Tue, 28 Aug 2007 23:32:32 +0200
289
290 grub2 (1.95+20070828-1) unstable; urgency=low
291
292 * New CVS snapshot.
293 - Adds ntfs support.
294 - Fixes a pair of issues indirectly breaking grub-probe on powerpc.
295 (Closes: #431488)
296 - patches/disable_xfs.diff: Resync.
297 - copyright: License upgraded to GPLv3.
298 * control (grub-of Depends): Add powerpc-utils (for nvsetenv) and bc.
299
300 -- Robert Millan <rmh@debian.org> Tue, 28 Aug 2007 21:24:14 +0200
301
302 grub2 (1.95+20070626-1) unstable; urgency=low
303
304 * New CVS snapshot.
305 - More fixes to cope with unreadable /. (Closes: #427289)
306 - update-grub supports multiple terminals.
307 * control (Build-Depends): Add genisoimage.
308 * patches/partmap_fallback.diff: Remove. It didn't archieve anything as
309 it also needs support for proper identification of raid / lvm (this is
310 being worked on).
311 * patches/disable_xfs.diff: Disable xfs in grub-probe.
312 * grub-rescue-pc.README.Debian: New. Explain how to use the rescue
313 images.
314
315 -- Robert Millan <rmh@debian.org> Tue, 26 Jun 2007 08:39:14 +0200
316
317 grub2 (1.95+20070614-1) unstable; urgency=low
318
319 * New CVS snapshot.
320 - update-grub is tollerant to unreadable / (as long as /boot is
321 accessible). (Closes: #427289)
322 * grub-pc.postinst: Generate new grub.cfg when menu.lst exists.
323 * New package grub-rescue-pc.
324 - control: Add it.
325 - README.Debian.in: Remove obsolete documentation.
326 - rules: Build rescue images using grub-mkrescue.
327 - grub-rescue-pc.dirs: Prepare their directory.
328 - grub-rescue-pc.install: Install them.
329 * legacy/update-grub: Fix core.img detection on separate /boot.
330
331 -- Robert Millan <rmh@debian.org> Thu, 14 Jun 2007 08:17:21 +0200
332
333 grub2 (1.95+20070604-1) unstable; urgency=low
334
335 * New CVS snapshot.
336 - patches/grub_probe_for_everyone.diff: Remove (merged).
337 - update-grub exports user-defined GRUB_CMDLINE_LINUX. (Closes: #425453)
338 - Fix those nasty powerpc bugs. (Closes: #422729)
339
340 -- Robert Millan <rmh@aybabtu.com> Mon, 4 Jun 2007 21:30:55 +0200
341
342 grub2 (1.95+20070520-1) unstable; urgency=low
343
344 * New CVS snapshot.
345 - LVM / RAID fixes. (Closes: #423648, #381150)
346 - Fix memory management bug. (Closes: #423409)
347 - patches/efi.diff: Remove (merged).
348 - patches/grub_probe_for_everyone.diff: Use the new paths for
349 util/grub-probe.c, util/biosdisk.c, util/getroot.c. Enable
350 grub-mkdevicemap. (Closes: #424985)
351 * legacy/update-grub: Get rid of all grub-set-default calls. (Closes: #425054)
352 * grub-{pc,efi,of}.postinst: Only run update-grub if grub.cfg already exists.
353 * grub-pc.postinst: Only run GRUB Legacy compat stuff if menu.lst is found.
354 * patches/partmap_fallback.diff: New. Implement fallback "pc gpt" for partmap
355 detection failures. (Closes: #423022)
356 * control: Update XS-Vcs-* fields. Thanks Sam Morris <sam@robots.org.uk>.
357 (Closes: #425146)
358 * grub-{pc,efi,of}.{dirs,postinst}: Move unifont.pff to /usr/share/grub.
359
360 -- Robert Millan <rmh@aybabtu.com> Sun, 20 May 2007 11:13:03 +0200
361
362 grub2 (1.95+20070515-1) unstable; urgency=low
363
364 * New CVS snapshot.
365 - Fix assumptions about /, /boot and /boot/grub being the same device.
366 (Closes: #423268, #422459)
367 - Proper sorting of Linux images. (Closes: #422580)
368 - update-grub lets /etc/default/grub override its variables now.
369 (Closes: #423649)
370 - update-grub mentions /etc/default/grub in the grub.cfg header.
371 (Closes: #423651)
372 - update-grub sets 800x600x16 as the default gfxmode. (Closes: #422794)
373 - update-grub runs grub-mkdevicemap before attempting to use grub-probe
374 (part of #423217)
375
376 [ Otavio Salvador ]
377 * Add support to DEB_BUILD_OPTIONS=noopt. Thanks to Sam Morris
378 <sam@robots.org.uk> for the patch. (Closes: #423005)
379 * Add Robert Millan as uploader.
380 * Change build-dependency from liblzo-dev to liblzo2-dev. (Closes: #423358)
381
382 [ Robert Millan ]
383 * grub-pc.postinst:
384 - Remove /boot/grub/device.map before running grub-install.
385 (Closes: #422851)
386 - Always run update-grub after grub-install. (part of #423217)
387 - Use grub-mkdevicemap instead of removing device.map, since update-grub
388 needs it but grub-install is not run unconditionaly.
389 - Redirect grub-install invocation to /dev/null, since it can mislead
390 users into thinking that MBR was overwritten. (part of #423217)
391 * default/grub: Stop exporting the variables (update-grub does that now).
392 * Misc EFI fixes, including new grub-install.
393 - patches/efi.diff: New.
394 - patches/grub_probe_for_everyone.diff: Move some bits to efi.diff.
395 - grub-efi.install: Stop installing dummy grub-install.
396 - grub-install: Remove.
397 * grub-pc.postinst: Avoid generating core.img when menu.lst is not present,
398 to avoid duplicated work (this is specialy important for d-i). (part of
399 #423217).
400 * See multiple references above. (Closes: #423217)
401 * grub-{pc,efi,of}.{dirs,install}: Install presubj in the right directory
402 to make it work again (oops).
403 * Add reportbug script to gather debugging information. (Closes: #423218)
404 - script: New.
405 - grub-{pc,efi,of}.install: Install it.
406 * Install the reportbug scripts for grub2 too, since users might still use
407 it for bugfiling.
408 - grub2.dirs
409 - grub2.install
410 * Fix some lintian warnings.
411 - control (grub2): Depend on debconf.
412 - README.Debian.in: Fix mispell.
413 - grub2.templates: Remove extra dot.
414
415 -- Robert Millan <rmh@aybabtu.com> Tue, 15 May 2007 22:08:53 +0200
416
417 grub2 (1.95+20070507-1) unstable; urgency=low
418
419 [ Robert Millan ]
420 * New CVS snapshot.
421 - patches/build_neq_src.diff: Remove (merged).
422 * Fix debhelper files to ensure each package gets the right thing.
423 * Enable gfxterm/unifont support.
424 * On grub-pc, if there's no core.img setup, create one (but do not
425 risk writing to MBR).
426 * On grub-pc, if menu.lst is found, regenerate it to include our
427 core.img.
428
429 [ Otavio Salvador ]
430 * Move debian/update-grub to debian/legacy/update-grub otherwise the
431 source gets messy.
432
433 -- Otavio Salvador <otavio@ossystems.com.br> Mon, 07 May 2007 18:48:14 -0300
434
435 grub2 (1.95+20070505.1-3) unstable; urgency=low
436
437 * Split postinst into grub2.postinst (with the transition warning) and
438 postinst.in, with update-grub invocation for grub-{pc,efi,of}.
439 - postinst.in
440 - grub2.postinst
441 - rules
442
443 -- Robert Millan <rmh@aybabtu.com> Sun, 6 May 2007 01:20:04 +0200
444
445 grub2 (1.95+20070505.1-2) unstable; urgency=low
446
447 * Add EFI build of GRUB.
448 - control: Restructure to provide 3 packages: grub-pc (x86),
449 grub-efi (x86) and grub-of (powerpc).
450 - rules: Handle a separate build for each package.
451 - patches/build_neq_src.diff: Fix builddir == srcdir assumptions.
452 - patches/grub_probe_for_everyone.diff: New (superceds
453 powerpc_probe.diff). Enable grub-probe on powerpc and i386-efi.
454 - grub-install: Dummy informational grub-install for EFI.
455 - grub-efi.install: Installs it.
456
457 -- Robert Millan <rmh@aybabtu.com> Sun, 6 May 2007 00:23:56 +0200
458
459 grub2 (1.95+20070505.1-1) unstable; urgency=low
460
461 * New CVS snapshot.
462 * patches/powerpc_probe.diff: Add partmap/gpt.c to grub-probe.
463 * control (Architecture): Temporarily disable powerpc. Sorry, but runtime
464 is currently broken and we don't have the hardware to debug it. Will be
465 re-enabled in next upload.
466
467 -- Robert Millan <rmh@aybabtu.com> Sat, 5 May 2007 21:52:49 +0200
468
469 grub2 (1.95+20070505-1) unstable; urgency=low
470
471 * New CVS snapshot.
472 - Improved grub.cfg parser. (Closes: #381215)
473 - patches/fix-grub-install.diff: Remove (merged).
474 - control (Build-Depends): Remove libncurses5-dev (no longer needed).
475 - provides update-grub2. (Closes: #419151)
476 - Supports GPT in PC/BIOS systems. (Closes: #409073)
477 * control (Build-Depends): Add gcc-multilib to fix FTBFS.
478 * control (Description): Make it less scary, and more informative.
479 * postinst: Run update-grub to ensure the latest improvements always are
480 applied.
481 * patches/powerpc_probe.diff: Attempt at making grub-probe build/install
482 on powerpc (and hopefuly update-grub).
483
484 -- Robert Millan <rmh@aybabtu.com> Sat, 5 May 2007 01:49:07 +0200
485
486 grub2 (1.95-5) unstable; urgency=low
487
488 * Fix FTBFS on kFreeBSD. Thanks to Aurelien Jarno <aurel32@debian.org>
489 by providing the patch. Closes: #416408
490
491 -- Otavio Salvador <otavio@ossystems.com.br> Fri, 30 Mar 2007 19:20:48 -0300
492
493 grub2 (1.95-4) unstable; urgency=low
494
495 * Fix powerpc grub-install binary path. Closes: #402838
496
497 -- Otavio Salvador <otavio@ossystems.com.br> Thu, 22 Mar 2007 23:45:56 -0300
498
499 grub2 (1.95-3) unstable; urgency=low
500
501 [ Christian Perrier ]
502 * Switch to po-debconf for debconf templates. Closes: #402972
503 * Depend on ${misc:Depends} and not "debconf" to allow cdebconf to be used
504 * Debconf translations:
505 - French
506 - Czech. Closes: #413327
507 - Galician. Closes: #413323
508 - Swedish. Closes: #413325
509 - Portuguese. Closes: #413332
510 - German. Closes: #413365
511 - Tamil. Closes: #413478
512 - Russian. Closes: #413542
513 - Italian. Closes: #413904
514 - Romanian. Closes: #414443
515
516 -- Otavio Salvador <otavio@ossystems.com.br> Tue, 20 Mar 2007 23:46:38 -0300
517
518 grub2 (1.95-2) unstable; urgency=low
519
520 [ Robert Millan ]
521 * update-grub: Fix for Xen hypervisor entries, thanks Aaron Schrab.
522 (Closes: #394706)
523 * Transition to new numbering scheme for partitions. (Closes: #395019)
524 - update-grub: Don't substract 1 when converting partition device names to
525 grub drives.
526 - Add debconf warning explaining the situation.
527 * Rewrite Architecture line back to hardcoded list :(. (Closes: #398060)
528
529 -- Otavio Salvador <otavio@debian.org> Mon, 11 Dec 2006 05:08:41 -0200
530
531 grub2 (1.95-1) unstable; urgency=low
532
533 * New upstream release.
534 - patches/03_revert_partition_numbering.diff: Delete (obsoleted).
535
536 -- Robert Millan <rmh@aybabtu.com> Sat, 14 Oct 2006 21:19:21 +0200
537
538 grub2 (1.94+20061003-1) unstable; urgency=high
539
540 * New CVS snapshot.
541
542 [ Otavio Salvador ]
543 * Change debhelper compatibility mode to 5:
544 - debian/compat: setted to 5;
545 * control (Build-Depends): Add lib32ncurses5-dev for ppc64.
546 Closes: #389873
547 * Set urgency=high since it's experimental stuff and tagged likewise. It
548 also solved a serious bug on PowerPC that leave users with a black
549 screen.
550
551 [ Robert Millan ]
552 * control (Depends): Add powerpc-ibm-utils for powerpc/ppc64.
553 (Closes: #372186)
554
555 -- Otavio Salvador <otavio@debian.org> Tue, 3 Oct 2006 16:49:32 -0300
556
557 grub2 (1.94+20060926-1) unstable; urgency=high
558
559 * New CVS snapshot.
560 - Command-line editting fix (Closes: #381214).
561 - Fixes runtime breakage on amd64 (not in BTS).
562 - Delete a few patches (merged).
563
564 [ Robert Millan ]
565 * Set urgency=high. Might seem like a rush, but it can't possibly be worse than
566 1.94-5 (broken on systems that use udev, broken on amd64...).
567 * Pure ppc64 support.
568 - control (Architecture): Add any-ppc64.
569 - control (Build-Depends): Add libc6-dev-powerpc [ppc64].
570 * rules: Remove moddep.lst install command (no longer needed).
571 * patches/03_revert_partition_numbering.diff: New. Revert a commit that
572 broke grub-probefs.
573 * Add bug template to encourage sending upstream stuff directly to
574 upstream.
575 - presubj: New.
576
577 [ Otavio Salvador ]
578 * Add XS-X-Vcs-Svn on control file and point it to our current svn
579 repository.
580 * Add cvs-snapshot to rules.
581
582 -- Otavio Salvador <otavio@debian.org> Tue, 26 Sep 2006 16:14:36 -0300
583
584 grub2 (1.94-6) unstable; urgency=low
585
586 [ Robert Millan ]
587 * update-grub: Set interpreter to /bin/bash to cope with non-POSIX
588 extensions. (mentioned in #361929)
589 * patches/03_avoid_recursing_into_dot_static.diff: New. Avoid recursing into
590 dotdirs (e.g. ".static").
591 * patches/04_mkdevicemap_dont_assume_floppies.diff: New. Don't assume
592 /dev/fd0 exists when generating device.map.
593
594 -- Otavio Salvador <otavio@debian.org> Thu, 14 Sep 2006 16:07:30 -0300
595
596 grub2 (1.94-5) unstable; urgency=low
597
598 [ Robert Millan ]
599 * control (Build-Depends): s/any-amd64/amd64 kfreebsd-amd64/g (this seems to
600 confuse buildds).
601 * 02_not_remove_menu_lst.patch: New patch. Skip menu.lst removal in
602 grub-install. (Closes: #372934)
603
604 -- Otavio Salvador <otavio@debian.org> Sun, 20 Aug 2006 12:02:13 -0300
605
606 grub2 (1.94-4) unstable; urgency=low
607
608 [ Otavio Salvador ]
609 * 01_fix_amd64_building.patch: dropped since it now supports amd64
610 native building.
611 * Remove convert_kernel26 usage since it's not necessary anymore and due
612 initramfs-tools changes it's bug too.
613
614 [ Robert Millan ]
615 * Fork update-grub from grub legacy, and tweak a few commands in output to
616 make it work for grub2.
617 * Update README.Debian.in with more recent (and easier) install instructions.
618 * Add grub to Conflicts/Replaces. Too many commands with the same name,
619 even if they don't use the same path yet (but will likely do in the
620 future, see #361929).
621 * Get rid of control.in, which I introduced in 0.6+20040805-1 and turned out
622 to be an endless source of problems (and forbidden by policy as well).
623 * Fix FTBFS on amd64. Really closes: #372548.
624
625 -- Otavio Salvador <otavio@debian.org> Fri, 18 Aug 2006 15:38:25 -0300
626
627 grub2 (1.94-3) unstable; urgency=low
628
629 * Fix FTBFS in amd64. Closes: 372548
630
631 -- Otavio Salvador <otavio@debian.org> Sat, 10 Jun 2006 19:57:01 -0300
632
633 grub2 (1.94-2) unstable; urgency=low
634
635 * Update grub images paths in README.Debian
636 * 01_fix_grub-install.patch: add to fix a problem with PowerPC
637 installation. Refs: #371069
638 * Fix FTBFS in amd64. Closes: #370803
639
640 -- Otavio Salvador <otavio@debian.org> Fri, 9 Jun 2006 09:29:40 -0300
641
642 grub2 (1.94-1) unstable; urgency=low
643
644 * New upstream release.
645 - Fix powerpc building. Closes: #370259
646 - 01_fix_grub-install.patch: merged upstream.
647 - Moved modules to /usr/lib/grub since they are architecture
648 dependent.
649 * Leave CDBS set debhelper compatibility level.
650 * Allow amd64 build to happen. Closes: #364956
651 * Enforce building in 32bits while running in x86_64 machines.
652 * Update Standards version to 3.7.2. No changes need.
653
654 -- Otavio Salvador <otavio@debian.org> Mon, 5 Jun 2006 12:49:09 -0300
655
656 grub2 (1.93-1) unstable; urgency=low
657
658 * New upstream release.
659 - Added support to PowerPC. Closes: #357853
660 - 01_fix_grub-install.patch: rediff.
661 * Update Standards version to 3.6.2. No changes need.
662 * Start to use new dpkg architecture definition. Closes: #360134
663
664 -- Otavio Salvador <otavio@debian.org> Sat, 1 Apr 2006 10:07:17 -0300
665
666 grub2 (1.92-2) unstable; urgency=low
667
668 * Add bison on build-depends field. Closes: #346178
669 * Add more fixes in 01_fix_grub-install.patch. Closes: #346177
670
671 -- Otavio Salvador <otavio@debian.org> Fri, 6 Jan 2006 09:48:08 -0200
672
673 grub2 (1.92-1) unstable; urgency=low
674
675 * New upstream release.
676 - Add support for GPT partition table format.
677 - Add a new command "play" to play an audio file on PC.
678 - Add support for Linux/ADFS partition table format.
679 - Add support for BASH-like scripting.
680 - Add support for Apple HFS+ filesystems.
681 * 01_fix_grub-install.patch: Added. Fix grub-install to use
682 /bin/grub-mkimage instead of /sbin/grub-mkimage. Closes: #338824
683 * Do not use CDBS tarball mode anymore. Closes: #344272
684
685 -- Otavio Salvador <otavio@debian.org> Thu, 5 Jan 2006 15:20:40 -0200
686
687 grub2 (1.91-0) unstable; urgency=low
688
689 * New upstream release. Closes: #331211
690 * debian/watch: added.
691 * debian/control.in, debian/control: Add libncurses5-dev in
692 Build-Depends. Closes: #304638
693 * Remove Robert Millan as uploader;
694 * Add myself as uploader;
695
696 -- Otavio Salvador <otavio@debian.org> Sat, 12 Nov 2005 16:35:18 -0200
697
698 grub2 (0.6+20050203-2) unstable; urgency=low
699
700 * Disable for powerpc. Reportedly it fails to boot.
701
702 -- Robert Millan <rmh@debian.org> Fri, 4 Feb 2005 01:52:09 +0100
703
704 grub2 (0.6+20050203-1) unstable; urgency=low
705
706 * New upstream snapshot.
707 * Install moddep.lst properly in a cpu-independant way. (Closes: #264115)
708 * Use cdbs debian/control autogeneration.
709 - Set DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes.
710 - Move control to control.in.
711 - Add a @cdbs@ tag and replace Architecture with Cpu/System.
712 * control.in (Build-Depends): Add ruby.
713
714 -- Robert Millan <rmh@debian.org> Thu, 3 Feb 2005 22:33:39 +0100
715
716 grub2 (0.6+20040805-1) unstable; urgency=low
717
718 * New upstream snapshot.
719 * Uploading to unstable so that powerpc users can be blessed by GRUB too.
720 * Use type-handling to generate dpkg arch list.
721 - control.in
722 - rules
723
724 -- Robert Millan <rmh@debian.org> Thu, 5 Aug 2004 20:50:16 +0200
725
726 grub2 (0.6+20040502-1) experimental; urgency=low
727
728 * New upstream snapshot.
729 - Fix FTBFS on powerpc.
730
731 -- Robert Millan <rmh@debian.org> Sun, 2 May 2004 18:16:29 +0200
732
733 grub2 (0.6+20040429-1) experimental; urgency=low
734
735 * New upstream snapshot.
736 - control (Architecture): Add powerpc.
737
738 -- Robert Millan <rmh@debian.org> Thu, 29 Apr 2004 20:41:31 +0200
739
740 grub2 (0.6+20031125-1) experimental; urgency=low
741
742 * New upstream snapshot.
743 - patches/multiboot.diff: Nuked.
744 - install,docs: Update directory name.
745 * control (Maintainer): Set to pkg-grub-devel mailing list.
746 * control (Uploaders): Add myself.
747 * control (Architecture): Add freebsd-i386 and netbsd-i386.
748
749 -- Robert Millan <rmh@debian.org> Tue, 25 Nov 2003 23:48:18 +0100
750
751 grub2 (0.6+20031114-1) experimental; urgency=low
752
753 * New upstream snapshot.
754 - README.Debian: s/fat/ext2/g (We now have ext2fs support).
755 * Add multiboot support, thanks to Jeroen Dekkers for his patch.
756 - patches/multiboot.diff: New.
757 - control (Architecture): Add hurd-i386 (which needed multiboot).
758 * Rename package to grub2 (to follow upstream tendency).
759 - control: Ditto.
760 - README.Debian: Likewise.
761 * Switch to tarball mode.
762 - rules: Ditto.
763 - docs: Prefix paths in order to workaround dh_installdocs bug.
764 - install: Likewise, but not because of bug (should be in rules, actualy).
765 * Fix FTBFS. (Closes: #213868)
766 - control (Build-Depends): Add autoconf.
767 - control (Build-Conflicts): Add autoconf2.13.
768
769 -- Robert Millan <rmh@debian.org> Fri, 14 Nov 2003 13:16:12 +0100
770
771 pupa (0.6+20031008-1) experimental; urgency=low
772
773 * New upstream snapshot.
774 * Uploading to experimental.
775 * debian/control: Add Jason Thomas to Uploaders.
776
777 -- Robert Millan <rmh@debian.org> Wed, 8 Oct 2003 13:22:50 +0000
778
779 pupa (0.6+20030915-1) unstable; urgency=low
780
781 * Initial Release. (Closes: #211030)
782
783 -- Robert Millan <rmh@debian.org> Mon, 15 Sep 2003 14:58:42 +0000