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