Add tf to GRML_FULL
[grml-live.git] / debian / changelog
index 8e70557..a687aad 100644 (file)
@@ -1,3 +1,207 @@
+grml-live (0.9.7) unstable; urgency=low
+
+  * Add packages to GRML_FULL:
+    - aiccu (thanks, Christian Vogel)
+    - genext2fs
+    - radvd (thanks, Christian Vogel)
+    - tf (thanks, Rhonda)
+  * Add genext2fs to GRML_MEDIUM (for use within live-snapshot).
+  * Support execution without touching the chroot at all using option "-B".
+    Thanks for the patch, Jimmy.
+
+ -- Michael Prokop <mika@grml.org>  Tue, 02 Dec 2008 17:06:19 +0100
+
+grml-live (0.9.6) unstable; urgency=low
+
+  * Add new packages to GRML_FULL:
+    - cciss-vol-status (HP SmartArray RAID Volume Status Checker)
+    - dwdiff (front-end for the diff program that operates word by word)
+    - espeakup (connector between espeak and speakup)
+    - faketime (report faked system time to programs)
+    - fcoretools (Tools to advise the IO scheduler)
+    - latencytop (A tool for developers to visualize system latencies)
+    - qiv (A quick image viewer for X)
+    - speakup-modules-2.6.26-grml64 (support speakup on amd64 as well)
+  * Add irqbalance to GRML_MEDIUM.
+    - irqbalance (Daemon to balance interrupts for SMP systems)
+    - latencytop (A tool for developers to visualize system latencies)
+    - powertop (Linux tool to find out what is using power on a laptop)
+  * Remove localepurge from GRML_SMALL.
+  * Remove mozilla-imagezoom from GRML_FULL (the "extension installed"
+  * Execute dpkg-reconfigure for localepurge with noninteractive frontend.
+    [Closes: issue554]
+  * Rework locale handling. From now on /usr/share/locale gets removed
+    by default (though /usr/share/i18n/locales won't be touched for
+    now), unless using class LOCALES. Reason: We have >70MB inside
+    /usr/share/locale on GRML_FULL, just too much to ship by default,
+    message at startup sucks).
+  * Update grml-cheatcodes.txt.
+  * Provide grml's gpg key via /etc/grml/fai/files/etc/apt/grml.key
+    so we support offline operation as well. Based on an idea by
+    Thomas Lehmann, thanks!
+  * Generate ISO with volume label "${GRML_NAME} ${VERSION}" instead of
+    "grml $VERSION" so we propagate the according grml-name. Thanks to
+    Thomas Lehmann!
+  * Support -q option to build the ISO without (re-)creating the squashfs
+    compressed file using mksquashfs.
+
+ -- Michael Prokop <mika@grml.org>  Wed, 19 Nov 2008 11:13:05 +0100
+
+grml-live (0.9.5) unstable; urgency=low
+
+  * Drop "root (cd)" from grub/menu.lst. Thanks, Tong Sun. [Closes: issue552]
+  * Drop xserver-xorg-video-newport from all flavours.
+  * Replace all unzoo package references with zoo, see #497775.
+  * Handle policy-rc.d in /etc/grml/fai/config/hooks/updatebase.GRMLBASE
+    because we have to skip FAI's updatebase task and lack /proc therefore.
+    New packages that are being installed and want to start any daemons
+    might fail, let's try to do our best to avoid that.
+  * Try to get rid of any hanging $CHROOT_OUTPUT/dev[/pts] mountpoints.
+  * Drop clamav-getfiles from GRML_FULL.
+  * Update debian/control:
+    - move from XS-Vcs-* to Vcs-*
+    - use Build-Depends-Indep
+
+ -- Michael Prokop <mika@grml.org>  Sat, 25 Oct 2008 12:18:37 +0200
+
+grml-live (0.9.4) unstable; urgency=low
+
+  * Update docs (some minor fixes, migration from hg to git,..)
+  * Use squashfs-lzma-tools instead of squashfs-tools:
+    Depend on squashfs-lzma-tools - but allow usage
+    of squashfs-tools as well).
+  * Activate grml-testing repository for devel releases and
+    daily snapshots. [Testing: issue531]
+  * All flavours:
+    - drop lzma-modules-2.6.26-grml[64] and
+      squashfs-modules-2.6.26-grml[64] as we have it
+      in-tree of kernel 2.6.26-grml[64].
+  * GRML_FULL:
+    - add ipset
+    - drop wodim and genisoimage as we have a fully functional
+      cdrtools suite in grml
+  * GRML_MEDIUM:
+    - replace rt73-module-2.6.26-grml with rt73-modules-2.6.26-grml.
+  * GRML_SMALL:
+    - several improvements to keep the ISO size as small as possible
+    - use kernel 2.6.26-grml instead of 2.6.26-grml-small
+    - remove grml-small package
+    - remove fuse-utils
+    - remove nvi (see #490361)
+    - remove ppoeconf (just too big with its dependencies)
+    - remove prism54-firmware (for saving disk space)
+  * Support environment variable NO_ADDONS to avoid usage of
+    addons directory.
+  * Initial support for SQUASHFS_EXCLUDES_FILE.
+  * Do not include vmlinuz and initrd when building grml-small.
+  * We switched from Mercurial to Git - replaced all hg-URLs
+    with git.grml.org
+
+ -- Michael Prokop <mika@grml.org>  Wed, 01 Oct 2008 21:34:43 +0200
+
+grml-live (0.9.3) unstable; urgency=low
+
+  * Improve the way deborphan works in
+    /etc/grml/fai/grml/grml_cleanup_chroot.deborphan and
+    get rid of aptitude via
+    /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot
+  * Add PREREQ header to grml's initramfs-tools script, otherwise
+    booting fails with "PANIC: Circular dependancy.  Exiting."
+    Thanks for debugging help, maximilian attems.
+  * Use apt-get instead of dpkg in removal of packages in grml-small.
+  * Add tig to GRML_FULL, thanks Rhonda.
+
+ -- Michael Prokop <mika@grml.org>  Thu, 25 Sep 2008 20:05:19 +0200
+
+grml-live (0.9.2) unstable; urgency=low
+
+  * Improve checks for -[no]lzma for different squashfs-tools.
+
+ -- Michael Prokop <mika@grml.org>  Thu, 04 Sep 2008 13:28:48 +0200
+
+grml-live (0.9.1) unstable; urgency=low
+
+  * Rebuild initramfs to make sure that the up2date /etc/grml_version
+    is available in the live initramfs. [Closes: issue516]
+
+ -- Michael Prokop <mika@grml.org>  Thu, 04 Sep 2008 13:27:35 +0200
+
+grml-live (0.9.0) unstable; urgency=low
+
+  * Update to kernel 2.6.26-grml[64].
+  * Drop sysutils and cupsys-common from package lists.
+  * Add ext3grep to GRML_FULL.
+  * Integrate /etc/grml/fai/config/package_config/GRML_FORENSIC.
+  * Move ssdeep and scrounge-ntfs from grml's repository list to
+    Debian's one.
+  * Drop syslog-ng in all classes and use rsyslog in GRMLBASE.
+  * Document classes in more details. Thanks to Pawel Sadkowski
+    for pointing out. [Closes: issue490]
+  * Drop qtparted from GRML_FULL, we have better maintained
+    gparted now.
+  * Get rid of /etc/grml/fai/config/class/GRML_FULL.var,
+    /etc/grml/fai/config/class/GRML_MEDIUM.var,
+    /etc/grml/fai/config/class/GRML_POWERPC.var and
+    /etc/grml/fai/config/class/GRML_SMALL.var - we manage the
+    configuration through GRMLBASE.var and this way it's much
+    easier to adjust settings according to your needs.
+  * Improve error handling in grml-live, including a check
+    for pipestatus of fai command.
+  * Output grml version in grml's live-initramfs script
+    Thanks for the idea, Marc Haber. [Closes: issue488]
+  * Drop glimpse from GRML_FULL due to license problems, see #474322.
+  * Display SQUASHFS_OPTIONS in configuration overview.
+  * Make sure it's possible to get usage information without being
+    root or actually executing the script.
+  * Improve usage information screen.
+  * Display progress of squashfs, when building via a buildsystem
+    just set -no-progress in $SQUASHFS_OPTIONS instead.
+  * Use linux-kernel-headers-grml in grml-medium.
+  * Use vim.basic as alternative setting for 'vi'.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 15:17:39 +0200
+
+grml-live (0.8) unstable; urgency=low
+
+  * Remove packages from GRML_FULL:
+    - apmd (the package is just borken, see #475432)
+    - raggle (#479562)
+  * Remove scandelay bootoption from grml-cheatcodes.txt (thanks
+    for mentioning in a bugreport, Marc Haber!)
+  * Add packages to GRML_FULL:
+    - ent (thanks, gebi)
+  * Add packages to GRML_MEDIUM:
+    - xfsdump (thanks, George Hartlieb)
+  * Mention "grml debug=noscreen" in grml-cheatcodes.txt.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 12 May 2008 19:13:32 +0200
+
+grml-live (0.7) unstable; urgency=low
+
+  * Update templates/boot/addons/allinone.img to current version
+    from http://home.arcor.de/mschierlm/bootdisk/
+    Thanks, Michael Schierl.
+  * Add packages to GRML_FULL:
+    - gnuit
+    - i2c-tools [thanks to Mario Holbe]
+    - iotop
+    - keynav
+  * Remove packages from GRML_FULL:
+    - emelfm (#364442)
+    - nufw (#468245)
+    - sound-recorder (#288211)
+  * Readd libewf to GRML_FULL.
+  * buildd: use RELEASE-class in all build scripts
+  * Mention noquick bootoption in bootsplash and cheatcode file.
+  * Fix typo in bootsplash f3, thanks to Daniel Martin for reporting.
+  * Make sure username is adjusted in /etc/inittab.grml if username
+    not being "grml". Thanks for reporting, Thomas Lehmann.
+    [Testing: issue436]
+  * Add check for existence of -nolzma option. If squashfs-tools
+    doesn't support it at all then just get rid of the option.
+
+ -- Michael Prokop <mika@grml.org>  Sun, 11 May 2008 18:28:12 +0200
+
 grml-live (0.6) unstable; urgency=low
 
   * Write squashfs filename to /live/filesystem.module.
@@ -173,7 +377,7 @@ grml-live (0.0.13) unstable; urgency=low
     acpi-support, aumix, alsa-utils, dctrl-tools, debconf-utils,
     grml-debian-keyring, grml-debugtools, grml-files, grml-hwinfo, grml-laptop,
     grml-mercurial-utils, grml-pylib, grml-sectools, grml-templates,
-    grml-terminalserver, htop, iptstate, locales, multitail, postfix, powernowd, 
+    grml-terminalserver, htop, iptstate, locales, multitail, postfix, powernowd,
   * Add new packages to GRML_MEDIUM:
     - truecrypt-2.6.23-grml
   * Add new packages to GRML_FULL:
@@ -199,7 +403,7 @@ grml-live (0.0.12) unstable; urgency=low
     Drop syslinux from Depends.
   * Mention -u option if using the option by accident and the chroot
     does not exist yet.
-  * Update buildd/cleanup.sh and add buildd/files/.logo.png, 
+  * Update buildd/cleanup.sh and add buildd/files/.logo.png,
     buildd/files/.style.css, buildd/files/HEADER.html and
     buildd/link_latest.sh (create symlinks for latest snapshot ISOs)
     and provide upload_logs().
@@ -532,7 +736,7 @@ grml-live (0.0.4) unstable; urgency=low
     TEMPLATE_DIRECTORY can be used in /etc/grml/grml-live.conf
   * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then.
   * /etc/grml/fai/config/hooks/instsoft.GRMLBASE:
-    - disable pipeline workaround 
+    - disable pipeline workaround
     - create /dev/MAKEDEV in chroot to work around the
       "./MAKEDEV: No such file or directory" problem of some packages
   * Use /var/log/grml-live.log as log file as /var/log/fai/* is too
@@ -549,7 +753,7 @@ grml-live (0.0.4) unstable; urgency=low
     /etc/grml/fai/config/scripts/GRMLBASE/34-hosts
   * Adjust filename in header of /etc/grml/fai/config/scripts/GRMLBASE/*.
   * Use iceweasel/firefox as x-www-browser and w3m as www-browser (if
-    available). 
+    available).
   * Check for presence of the initrd.
   * Improve adjustment of suite for $FAI_DEBOOTSTRAP.
   * Add /usr/share/grml-live/examples/buildd/