X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=debian%2Fchangelog;h=a3065e3010a034bfd924d99dc7fb6464cc1fe3af;hp=04e11b2fa311b144258aae8309038e9b3d3de254;hb=d900a0e4047e51b27cda624a104ae97a1625c080;hpb=2258ec5a019be4b24b7c15da6f6d9cdad090285b diff --git a/debian/changelog b/debian/changelog index 04e11b2..a3065e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,246 @@ -grml-live (0.9.22) UNRELEASED; urgency=low +grml-live (0.9.32) unstable; urgency=low + + * Update docs to reflect current FAI_CONFIG_* setup. + * Set FAI_CONFIGDIR=/etc/grml/fai/config in /etc/grml/fai/fai.conf + so FAI versions older than 3.3 still work. Thanks for the bugreport, + Christian Hofstaedtler. + + -- Michael Prokop Sun, 08 Nov 2009 11:50:46 +0100 + +grml-live (0.9.31) unstable; urgency=low + + [ Michael Prokop ] + * Fix the 'Memtest86+ bootentry doesn't work within GRUB2' issue. + * Update main fai config (update to what's shipped by FAI 3.3): + * Move 'FAI_CONFIGDIR=/etc/grml/fai/config' from fai.conf + to make-fai-nfsroot.conf and disable it by default as + only FAI_CONFIG_SRC is relevant nowadays. + * Disable irrelevant 'FAI=/etc/grml/fai/config' in fai.conf by + default. + * Drop dhcp-client from exclude option in $FAI_DEBOOTSTRAP_OPTS + in file make-fai-nfsroot.conf (sync with FAI upstram). + + [ Thorsten Glaser ] + * Update bootgrub.mksh to 20091104. + * Change manifold-boot ISO patch logic slightly to work better on + certain HP machines. [Closes: issue757] + + -- Michael Prokop Wed, 04 Nov 2009 20:30:30 +0100 + +grml-live (0.9.30) unstable; urgency=low + + [ Michael Prokop ] + * Support new option '-d ' to use specified date as build date + information on the ISO instead of the default. + * Fix posix violation in grml-live-remaster. + * Add jfsutils to GRML_MEDIUM and GRML_SMALL. + * Apply patch by Christian Hofstaedtler (thanks!): + Ensure /etc/mtab is always present. Newer debootstrap versions + no longer create /etc/mtab, so we need to provide our own. + * config/hooks/instsoft.GRMLBASE: + - force installation of file-rc using aptitude's + Aptitude::ProblemResolver::Keep-All-Tier option. + - drop insserv package. + * Replaced 'FAI_CONFIG_SRC=file:///etc/grml/fai' with + 'FAI_CONFIG_SRC=file:///etc/grml/fai/config' so it works with + fai >=3.2.23. + + [ Ulrich Dangel ] + * Remove denglish phrase from help file. Thanks to Andreas Gredler. + [Closes: issue758] + + -- Michael Prokop Sun, 01 Nov 2009 17:48:21 +0100 + +grml-live (0.9.29) unstable; urgency=low + + [ Ulrich Dangel ] + * Renamed stage2_eltorito to stage2 to get rid of name mangling + problems with fat. + + [ Michael Prokop ] + * Adjust stage2{,_eltorito} code in grml-live. + + -- Michael Prokop Thu, 29 Oct 2009 01:17:59 +0100 + +grml-live (0.9.28) unstable; urgency=low + + * Drop grub from all classes and add grub-pc to GRMLBASE. + * Add guymager to GRML_FULL. + * Add gcc to GRML_MEDIUM. + * Adjust grub variable in *all* /boot/isolinux/*.cfg files. + * Update memtest86+ binary to 4.00-2. + * Update isolinux/syslinux files to version 2:3.83+dfsg-1: + - templates/boot/addons/chain.c32 + - templates/boot/addons/hdt.c32 + - templates/boot/addons/memdisk + - templates/boot/addons/menu.c32 + - templates/boot/isolinux/ifcpu64.c32 + - templates/boot/isolinux/isolinux.bin + - templates/boot/isolinux/vesamenu.c32 + * Update templates/boot/addons/pci.ids to version 2009.10.22. + * Adjust label text for grub1 boot entry. + * Update bsd4grml to version 20091027. + + -- Michael Prokop Tue, 27 Oct 2009 20:54:33 +0100 + +grml-live (0.9.27) unstable; urgency=low + + [ Michael Prokop ] + * Adjust grub variable in boot/isolinux/{addons,grub}.cfg as well. + * Add fio to GRML_FULL (thanks for the hint, Ulrich). [Closes: issue703] + * Add 'noquick' to the serial bootoption. + * Add ewf-tools to GRML_FULL and GRML_FORENSIC. + + [ Ulrich Dangel ] + * Refactored addon menu handling for syslinux. The menu is now dynamically + generated by grml-live to allow more convenient adjustments to the addon + menu. + + -- Michael Prokop Mon, 26 Oct 2009 15:10:35 +0100 + +grml-live (0.9.26) unstable; urgency=low + + [ Michael Prokop ] + * Update templates/boot/grub to grub2 version 1.97~beta4-1. + * Add templates/boot/isolinux/ifcpu64.c32. + * Add templates/boot/addons/gpxe.lkrn. + * Document 'Shortcut keys of vesamenu bootsplash' in isolinux.cfg. + * templates/boot/isolinux/{addons,syslinux}.cfg: Use new ldbsd.com + feature (command line) to chain into GRUB2 directly from isolinux + or syslinux without an intermediate interactive/menu prompt. + Thanks to Thorsten for implementing and help. + + [ Thorsten Glaser ] + * Update MirOS bsd4grml to 20091024 (ldbsd.com and ldbsd.txt only). + + -- Michael Prokop Sat, 24 Oct 2009 21:10:17 +0200 + +grml-live (0.9.25) unstable; urgency=low + + [ Ulrich Dangel ] + * Switched order between isoprompt and hd menu entry to generate more + easily the same bootmenu for generated cd images. + * Changed grub.cfg and menu.lst to use new template names. + Thanks to Michael Schierl for his bug report. + * Clear at first the screen if bootparam quiet is set. + Thanks again to Michael Schierl for his bug report. + + [ Michael Prokop ] + * Support mksquashfs-lzma and $MKSQUASHFS in remaster/grml-live-remaster. + * Add fbterm to GRML_FULL. [Closes: issue563] + * Add parted to GRML_SMALL (thanks for the suggestion, Marc Haber). + * Add pyneighborhood to GRML_FULL. [Closes: issue580] + * Drop grml-ddcxinfo from GRML_FULL. [Closes: issue62] + + -- Michael Prokop Sat, 24 Oct 2009 14:12:33 +0200 + +grml-live (0.9.24) unstable; urgency=low + + [ Ulrich Dangel ] + * Update templates/GRML/grml-cheatcodes.txt: mention nodhcphostname. + * Changed isolinux vesamenu layout to support better multiiso layout. + + [ Thorsten Glaser ] + * Update MirOS bsd4grml to 20091019. + + [ Michael Prokop ] + * Software related changes: + - Add openvas-client, openvas-plugins-base, openvas-plugins-dfsg + + openvas-server to GRML_FORENSIC. + - Add stressapptest to GRML_FULL + GRML_FORENSIC. + - Drop lcap (package is gone) from GRML_FORENSIC. + - Drop isic + lcap (packages gone) from GRML_FULL. + - Drop ipset from GRML_FULL + GRML_FORENSIC (it's part of + xtables-addons-common). + - Drop harden-remoteaudit + openvas-server from GRML_FULL (they + are pretty useless without plugins which need just too much space). + * Rework variable replacements in templates. Now the %VAR% strings + in the templates match with the ones used inside grml-live ($VAR), + currently ARCH, DATE, DISTRI_INFO, DISTRI_NAME, DISTRI_SPLASH, + GRML_NAME, SQUASHFS_NAME, RELEASE_INFO, SHORT_NAME and VERSION + are supported. If you use your own templates from older grml-live + versions please make sure to adjust them. + Thanks to Ulrich for helping with integration within grml2usb. + * /etc/grml/fai/config/debconf/GRMLBASE: add configuration for + portmap to not listen on the loopback interface only by default. + [Closes: issue737] + * Update templates/GRML/grml-cheatcodes.txt: mention ethdevice. + + -- Michael Prokop Wed, 21 Oct 2009 00:12:27 +0200 + +grml-live (0.9.23) unstable; urgency=low + + * Software related changes: + - GRML_SMALL, GRML_MEDIUM and GRML_FULL: switch from kernel + 2.6.28-grml[64] to 2.6.31-grml[64]. + - Drop ash from GRML_FULL (unrelevant for Grml). + - Drop crack-common from GRML_FULL (it's a dependency of crack*). + - Drop ddccontrol-db from GRML_FULL (it's a dependency of ddccontrol). + - Drop dhcp3-common from GRML_FULL (it's a dependency of dhcp3*). + - Drop defrag from GRML_FULL + GRML_FORENSIC (see #446691). + - Drop emacs22/-common specific packages from GRML_FULL (dependencies). + - Drop libpam-krb5 from GRML_FULL (related to #545824). + - Drop mktemp from GRML_* (transitional package). + - Drop openbsd-inetd from GRML_FULL (we're using xinetd). + - Drop replicator from GRML_FULL (orphaned, see #474131). + - Drop rt2400-modules-2.6.31-grml, rt2500-modules-2.6.31-grml and + rt73-modules-2.6.31-grml from GRML_MEDIUM. + - Drop rt2400-modules-2.6.31-grml, rt73-modules-2.6.31-grml and + rt2400-modules-2.6.31-grml64 from GRML_FULL. + - Drop timeout from GRML_* (it is part of coreutils nowadays). + - Drop vim-python + vim-ruby from GRML_FULL (not available anymore). + - Drop version specific dependency on -mysql-client-5.0. + - Drop e2fslibs, esound-common, espeak-data, ettercap-common (all being + dependencies), fileutils and gcom (both transitional package) from + GRML_FULL. + - Drop 915resolution, bazaar, cracklib2, dbishell, gmailfs, + igal, nmapfe, python-pyogg, weechat-common, xdialog, + xserver-xorg-video-i810, xserver-xorg-video-nsc and zeroconf from + GRML_FULL (all being deprecated packages). + - Drop cracklib2 from GRML_FORENSIC (deprecated). + - Drop xserver-xorg-video-i810 + xserver-xorg-video-nsc from GRML_MEDIUM + and XORG (deprecated packages). + - Replace diff with diffutils and move it to GRMLBASE. + - Replace dvb-utils with dvb-apps in GRML_FULL. + - Replace postgresql-client-8.2 + postgresql-client-common with + postgresql-client in GRML_FULL. + - Move eject, file-rc, gawk, gpm, grep, grml-hwinfo, gzip, hostname, + initramfs-tools, initscripts, klibc-utils + laptop-detect to GRMLBASE. + - Add febootstrap to GRML_FULL. + - Add guymager to GRML_FORENSIC. + - Add extract and libextractor-plugins to GRML_FORENSIC (thanks to + Dennis Schreiber for the hint). + - Add iw to GRMLBASE. Thanks to Christian Hofstaedtler for the hint. + - Add libnss-mdns to GRML_FULL (thanks to mrud). + * Add backwards compatibility check for old sources.list layout + (we're using /etc/apt/sources.list.d now) to script + /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup + * Assume 'lenny' as default SUITE instead of 'stable' as + debootstrap doesn't know how to handle 'stable'. + Thanks to Ulrich Dangel. + * Use blocksize of 256 when running mksquashfs-lzma binary. + * Update documentation regarding recent lzma development. + * Some minor cosmetic corrections in grml-live's output. + * Add missing test call in $FORCE_ISO_REBUILD code. + * scripts/GRMLBASE/15-initsetup: assume safe GRML_NAME default. + * Use menu hide in templates/boot/isolinux/prompt.cfg + + -- Michael Prokop Sat, 17 Oct 2009 16:14:51 +0200 + +grml-live (0.9.22) unstable; urgency=low * Send 'Find FAI build logs at' message to grml-live.log as well. * Software related changes: + - Add comgt to GRML_FULL. - Add fatattr to GRML_FULL. - Add libsmbios-bin to GRML_FULL (thanks to Christian Bricart). - Add qla-tools to GRML_FULL. + - Add xmount to GRML_FULL. - Drop edac-utils from GRML_FULL (it's in a bad shape within Debian). + - Drop deprecated firmware-ipw3945 + ipw3945d from GRML_SMALL, + GRML_MEDIUM and GRML_FULL. + - Drop lanmap (abandonned upstream, see #542376). + - Move dmidecode from GRML_SMALL, GRML_MEDIUM and GRML_FULL to GRMLBASE. - Replace nessusclient, nessusd and nessus-plugins with openvas-client and openvas-server in GRML_FULL. * Do not use /etc/grml_version but instead use /etc/debian_version @@ -20,8 +255,23 @@ grml-live (0.9.22) UNRELEASED; urgency=low to /etc/apt/sources.list.d/grml.unused and restore in 33-aptsetup again then. This should should prevent us from duplicated sources list entries. - - -- Michael Prokop Fri, 28 Aug 2009 09:55:40 +0200 + * New cmdline option: "-n" skips generation of the ISO file. + * Introduce support for squashfs-lzma-tools 4.0-1 and support + configuration variable SQUASHFS_BINARY. + * Modify update-initramfs call in grml-live script as the + 'update-initramfs -u -t' might fail with linux images which have been + build using kernel-package. + * templates/boot/isolinux/grml.cfg: add space char at end of lines in entries + that are meant for manual editing (so user just has to press + and edit). + * Add 'pci=nomsi' to failsafe bootoption (thanks to Marc 'HE' Brockschmidt). + * Fix grml2usb bootoption in templates/boot/isolinux/grml.cfg. + * Display "Finished execution of stage 'WINDOWS_BINARIES'" only if the + according code has been executed (and do not display if skipping). + * Completely remove /lib/modules/${KERNEL}/kernel/drivers/isdn/hisax on + grml-small as there will be unresolved symbols without hisax.ko. + + -- Michael Prokop Mon, 07 Sep 2009 15:59:47 +0200 grml-live (0.9.21) unstable; urgency=low