X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=debian%2Fchangelog;h=4bd13c69ed791cc3f1d8bb8041f773a06de01381;hp=1b0eb1558aa2afe35fcd6925ccfd140062c366bc;hb=18de83fa6503c91a261c71ff05a7d407892d63ce;hpb=62fb0801d7e9eebd972e7961ebde3067b324cfcd diff --git a/debian/changelog b/debian/changelog index 1b0eb15..4bd13c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,61 @@ -grml-live (0.9.20) UNRELEASED; urgency=low +grml-live (0.9.21) UNRELEASED; urgency=low + + [ Michael Prokop ] + * Split the single /etc/apt/sources.list file into structured files + in /etc/apt/sources.list.d/. We are using: + - /etc/apt/sources.list.d/grml.list for all grml related repositories + - /etc/apt/sources.list.d/debian.list for official Debian repositories + [Testing: issue349] + * When adjusting postfix configuration: make sure to execute newaliases + command after adjusting configuration, otherwise the old hostname + will be left inside /etc/aliases.db. + * grml_cleanup_chroot: get rid of /etc/lvm/cache/.cache and + /etc/lvm/backup/main as well. + * grml_cleanup_chroot: drop the /usr/include/linux checks. + * 90-update-alternatives: use wm-ng as default x-window-manager. + [Closes: issue716] + * Provide information about grml-live version and Debian/suite + through /etc/grml_live_version in the generated ISO. [Closes: issue637] + * grml-cheatcodes: document bootoption 'nostartx'. + * Check for existence of $target/etc/apt/important_note.txt before + operating on it. + * buildd: drop GRML_LIVE_ARCH but instead use default architecture + if not specified. + * Set UTC=no by default. See http://bts.grml.org/grml/issue708 for + details. Credits to Ulrich Zehl for debugging. [Closes: issue708] + * Improve check for architecture which should be build: if not specified + assume a safe default and check this one. + * Unify variable default checks, always assume sane defaults. + * Always run $SUITE checks, so grml-live repository is used also + if suite isn't manually specified. + * New graphical boot menu. Can be disabled via ISOLINUX_METHOD=console. + * New configuration variables DISTRI_NAME and DISTRI_INFO which should allow + easier rebranding of grml-live based distributions. + * Detect existence of stage 'boot' using boot/isolinux so grml-live + executed with options '-q -B' and empty boot/isolinux works as well. + * Introduce $NO_WINDOWS_BINARIES which replaces $WINDOWS_BINARIES so + we can improve sanity checks and easify configuration. + * Support installation of local files (not being part of any Debian package) + through $CHROOT_INSTALL. + * Software related changes: + - Add git-email to GRML_FULL (thanks to Joerg Woelke for mentioning). + - Add aesfix, aeskeyfind, bios-memimage, chaosreader, ext3grep, fatback, + myrescue, pipebench, safecopy, shed and xmount to GRML_FORENSIC. The + packages are either already available or should be available soon. + - Add scsitools to GRML_MEDIUM. + - Drop hydra from GRML_FULL (the license is not a clean GPL one). + - Drop bar from GRML_FULL (no release since 2007, consider using + for example cpipe instead). + - Drop icedax from GRML_FULL (we have schilyutils available). + + [ Thorsten Glaser ] + * Update MirOS bsd4grml to 20090812 and sync menu.lst, grub.cfg, + isolinux.cfg, syslinux.cfg with each other; provide a fallback + way to boot MirOS bsd4grml from both GRUB versions using modules + + -- Michael Prokop Sun, 16 Aug 2009 23:36:14 +0200 + +grml-live (0.9.20) unstable; urgency=low * Add gnupg2 to GRML_FULL. Thanks to Walter Haidinger. * Drop all references to xserver-xorg-input-elo2300 (see #527699). @@ -31,8 +88,14 @@ grml-live (0.9.20) UNRELEASED; urgency=low on fresh installations). * Document usage of STOP_ON_ERROR in /etc/grml/fai/fai.conf. * Really add support for genisoimage (thanks for the bugreport, Worf). + * Set subdirectories of $OUTPUT independent of cmdline parsing so + it is possible to set it via conffile as well. + * Validate whether the specified architecture class matches the + architecture (option), otherwise installation of kernel will fail. + * Add 'How do I deploy grml-live on a plain Debian installation' to FAQ. + * Build grml-live documentation with table of content. - -- Michael Prokop Mon, 03 Aug 2009 23:06:59 +0200 + -- Michael Prokop Wed, 05 Aug 2009 00:34:53 +0200 grml-live (0.9.19) unstable; urgency=low @@ -57,7 +120,7 @@ grml-live (0.9.19) unstable; urgency=low that have been removed from GRML_FULL. * Software related changes in GRML_FORENSIC: - drop stegdetect (see #507908) - - add several further packages: + - add several further packages: acpi apache2 apache2-utils at bluez-utils cpufrequtils cryptcat cups cups-pdf dc dsniff dvd+rw-tools gphoto2 hdparm hping3 mysql-client netdiscover nmap os-prober poppler-utils pppconfig @@ -83,7 +146,7 @@ grml-live (0.9.18) unstable; urgency=low * Apply patches by Thorsten Glaser : - Fix jumping back from the bsd4grml loader (ldbsd.com) to GNU GRUB - Update bootgrub.mksh from MirBSD - - Pad official ISOs to multiples of 256 KiB for partition table support. + - Pad official ISOs to multiples of 256 KiB for partition table support. * Add bc to Depends as bootgrub.mksh requires it. -- Michael Prokop Sat, 13 Jun 2009 12:11:19 +0200