X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=debian%2Fchangelog;h=54b1b92c4aa62a1d3492377caf296d8ef89192b2;hp=25ef0cf4445f1b81a04ece8ac05523bafb099e81;hb=81a048942fc27ab0a445be32efd8171c65bf8168;hpb=bbc4b9db068e7ed536161680c84fbed328ddb3af diff --git a/debian/changelog b/debian/changelog index 25ef0cf..54b1b92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,73 @@ -grml-live (0.9.35) UNRELEASED; urgency=low - - * No entries yet, will be added when releasing via git-dch. - - -- Michael Prokop Sun, 31 Jan 2010 11:23:03 +0100 +grml-live (0.9.36) unstable; urgency=low + + * scripts/GRMLBASE/39-modprobe: Make sure all modprobe configuration + files use .conf as filename suffix. [Closes: issue647] + * Disable PDiffs by default via /etc/apt/apt.conf.d/20pdiffs. + * 90-update-alternatives: check for symlinks of iceweasel and + mount.ntfs-3g and force creation of /sbin/mount.ntfs symlink. + * Rework addons handling (make sure to install boot addons independent + from bsd4grml which might be disabled). + * Updated boot manager teamplates (simplify syslinux.cfg, + update failsafe bootoption, add GPXE to grub.cf, drop duplicate + boot=live from grub.cfg) + * Do not bailout if reading dpkg.list fails, instead assume user + is running a dirty build and display a warning message. + * Check for precense of grub directory and files in templates + that we are adjusting on-the-fly and skip non-existing ones + so customisation of templates is easier. + * Drop debug from bootoptions and use debug=vc only. 'debug' without + arguments avoids displaying the executed code in the initramfs + which is something you usually want to have enabled by default + when debugging a system. + * Fix label name for ssh bootoption. + * Add persistency feature to boot menu. [Closes: issue773] + * Software related changes: + - Add grml-quickconfig to GRMLBASE. + - Add grml-quickconfig-standard to GRML_* classes. + - Add xz-utils to GRML_FULL. + - Add zerofree to GRML_MEDIUM and GRML_FULL. + - Drop 3ware-cli-binary (license unclear). + - Drop rar from GRML_FULL (license). + - Drop xlockmore from GRML_FULL (using vlock instead in grml-lock). + - Move grml-docs from GRMLBASE to GRML_{SMALL,MEDIUM,FULL} to be + able to customize it easier. + + -- Michael Prokop Fri, 26 Feb 2010 14:52:03 +0100 + +grml-live (0.9.35) unstable; urgency=low + + * New features / major changes: + - Moved /etc/grml/fai/files to /etc/grml/fai/config/files (and + /etc/grml/fai/live-initramfs to /etc/grml/fai/config/). This is + an important step to use the config space and class concept of + FAI in a more decent and cleaner way. Further details in NEWS + file. Thanks to Henning Sprang for the initial hint. + - Provide buildd as separate Debian package grml-live-buildd. + - Store package list on ISO. [Closes: issue779] [Closes: issue749] + - Support conf/bootid.txt and use bootoption bootfrom=removable by + default. + - Support NO_BOOTID to disable the new bootid feature. + - Support DEFAULT_BOOTOPTIONS via configuration file. + * Bugfixes / minor changes: + - buildd: use nail instead of mutt for sending mails as recent + versions of mutt introduced a major breakage (see #539276). + - scripts/GRMLBASE/38-udev: check for presence of config file. + - Ignore $EXIT_ON_MISSING_PACKAGES if running a dirty build + through -B. + - Make sure to use sources.list of grml-live, even on updates + through -u option. [Closes: issue803] + * Software related changes: + - Drop all packages from GRML_* classes that are defined in + GRMLBASE already. + - Drop aufs-tools from GRML_MEDIUM. + - Drop lvm2 from GRML_* classes at it is in GRMLBASE. + - Drop mdadm from GRML_* classes as it is in GRMLBASE. + - Move diffutils + iw from GRMLBASE to GRML_* classes. + - Move mgetty from GRML_* classes to GRMLBASE. + - Move module-init-tools from GRML_* classes to GRMLBASE. + * Debian packaging: Bump Standards-Version to 3.8.4. + + -- Michael Prokop Sat, 13 Feb 2010 01:08:57 +0100 grml-live (0.9.34) unstable; urgency=low