X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=debian%2FNEWS;h=997ab313f81c15e9264a2f930130ad5762caa7ae;hp=9b1a6db5bb341ca16721359428a5d4870c42cd35;hb=28dabf6f90ec2edc5c395f9bd022db19509fc0a2;hpb=f5fb8ed50cc27f1ada7365768a4a1dc37cb9b79e diff --git a/debian/NEWS b/debian/NEWS index 9b1a6db..997ab31 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,33 @@ +grml2usb (0.9.35) unstable; urgency=low + + Starting with this release, grml2usb-compat is no longer included. + + The dependency on lilo has been dropped, from now on only primary + partitions will be flagged bootable. + + -- Christian Hofstaedtler Mon, 3 Oct 2011 22:56:35 +0200 + +grml2usb (0.9.13) unstable; urgency=low + + * This release makes syslinux the default bootloader again. + Grub fails just too often. Therefore the --syslinux options + is deprecated and option --grub was introduced instead. + + * This release provides decent support for multi-ISO within the + new vesamenu bootsplash, providing a menu based system. We had + to break backward compatibility (otherwise the isolinux/syslinux + code would be unmaintainable). Therefore support for older ISOs + (everything before grml release 2009.10) had to be dropped. If + you still need an old version of Grml on your usb device just + use an older version of grml2usb (the old grml2usb versions + support recent ISOs too, they just don't use/support the new + vesamenu bootsplash then). The grml team supports old + grml2usb versions through the grml2usb-compat script. + Further details are available in the FAQ at + http://grml.org/grml2usb/#grml2usb-compat + + -- Michael Prokop Wed, 21 Oct 2009 23:32:08 +0200 + grml2usb (0.9.2) unstable; urgency=low * Please notice that grml2usb was rewritten from scratch.