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