Lintian cleanups and release new version 0.9.39.
[grml-live.git] / debian / changelog
index f9943c4..fa61170 100644 (file)
@@ -1,4 +1,335 @@
-grml-live (0.9.25) UNRELEASED; urgency=low
+grml-live (0.9.39) unstable; urgency=low
+
+  * Add support for /boot/isolinux/submenu*.cfg files.
+  * Drop bootfrom=removable from default bootoptions (we've bootid
+    and scan removable devices first nowadays).
+  * Grub2 related changes:
+    - Add scripts/create-grub-dir.sh to build templates/boot/grub/
+    - Add font file templates/boot/grub/ascii.pf2
+    - Update templates/boot/grub/ based on grub-pc_1.98-1_i386.deb
+    - grub.cfg:
+      ~ add additional menu_color_* entries if loading background image
+      ~ loadfont /boot/grub/ascii.pf2
+      ~ increase timeout to 20 seconds
+      ~ replace terminal command with terminal_output
+      ~ use gfxpayload=1024x768 instead of vga=...
+  * Some minor lintian cleanups. 
+  * Software related changes:
+    - Add mksh to GRML_SMALL and GRML_MEDIUM to allow switching to mksh for
+      `minimal-shell'.
+    - Add numactl to GRML_FULL (thanks, gebi).
+    - Drop ctapi-cyberjack.
+    - Drop sl-modem-daemon.
+    - Update to grml kernel 2.6.33.
+
+ -- Michael Prokop <mika@grml.org>  Thu, 11 Mar 2010 15:12:21 +0100
+
+grml-live (0.9.38) unstable; urgency=low
+
+  * Move ia32-libs from Depends to Recommends so installation
+    on i386 works again.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 01 Mar 2010 02:16:08 +0100
+
+grml-live (0.9.37) unstable; urgency=low
+
+  * Drop noquick bootoption from serial console boot entry.
+  * Add grml as default to default.cfg. [Closes: issue761]
+  * Software related changes:
+    - Add nginx. Thanks al4711. [Closes: issue704]
+    - Add usb-modeswitch to GRML_FULL. [Closes: issue424]
+    - Drop asleap from GRML_FULL.
+    - Drop ded from GRLM_FULL.
+    - Drop tlswrap package from GRML_FULL.
+    - Move udev from GRML_* to GRMLBASE.
+
+ -- Michael Prokop <mika@grml.org>  Sun, 28 Feb 2010 00:03:31 +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]
+  * buildd/link_latest.sh: make sure to use according filename in
+    md5sum file of *_latest* ISOs. [Closes: issue814]
+  * 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 <mika@grml.org>  Fri, 26 Feb 2010 21:32:25 +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 <mika@grml.org>  Sat, 13 Feb 2010 01:08:57 +0100
+
+grml-live (0.9.34) unstable; urgency=low
+
+  * Add scripts/GRMLBASE/38-udev to get rid of automatically generated
+    udev rules file.
+  * Fix architecture option in error message (-a instead of -i).
+  * Add ia32-libs [amd64] to Depends to make sure building i386 on amd64
+    works OOTB.
+  * Use $TEMPLATE_DIRECTORY for checking for precense of bsd4grml.
+  * Drop keyword package from squashfs binary exit code.
+  * Update docs regarding squashfs-tools 1:4.0-1.
+  * Support for logging to database via grml-live-db.
+    Thanks to formorer for his work on dpkg-to-db.
+  * Changed logic of ZERO_LOGFILE to PRESERVE_LOGFILE (though integrated
+    a backwared compatibility layer so existing installations still continue
+    to work) and clear logs after prompting for execution.
+
+  * Software related changes:
+    - Add acpi-support-base to GRML_SMALL [Closes: issue791]
+    - Add netsniff-ng to GRML_FULL (thanks Daniel Borkmann).
+    - Add ufsutils to GRML{SMALL,MEDIUM,FULL} [thanks, chaitat].
+    - Drop aufs-tools from GRML_FULL (deprecated, see #555638).
+    - Drop firescope from GRML_FULL - it is unmaintained upstream.
+    - Drop package config file GRML_FORENSIC as it is developed and
+      maintained as part of Grml-Forensic nowadays.
+    - Move scsiadd from GRML_* to GRMLBASE.
+    - Remove dynamic-disk from GRML_FULL (unmaintained upstream).
+    - Remove lame from GRML_FULL (not available from official Debian pool).
+    - Remove salvage-ntfs from GRML_FULL (unmaintained upstream).
+
+ -- Michael Prokop <mika@grml.org>  Sat, 30 Jan 2010 19:56:32 +0100
+
+grml-live (0.9.33) unstable; urgency=low
+
+  [ Michael Prokop ]
+  * Switch order of mirror configuration in example config.
+    Thanks for the hint, formorer.
+  * Write current date to last output line of grml-live so the user
+    knows how "old" his build is while sitting at the shell prompt.
+  * Integrate /etc/grml/fai/config/scripts/GRMLBASE/01-packages
+    as package installation validator.
+  * Update sources.list handling:
+    - Disable deb-src by default in sources.list. People usually
+      won't need this and the ones that want it know how to enable
+      it. Therefore let's save traffic on the mirrors.
+    - Note usage of GeoIP-selected mirrors.
+    - Add commented examples for DE/AT mirrors.
+    Thanks for the suggestions to Sedat Dilek. [Closes: issue756]
+  * Use /sbin/mount.ntfs-3g as default handler for ntfs. Thanks
+    for bringing this issue up, Richard Hartmann.
+  * templates/boot/grub/menu.lst: drop bootoption lang=us, we
+    specify the default within grml-autoconfig nowadays.
+  * Support configuration variable EXIT_ON_MISSING_PACKAGES to exit
+    with returncode != 0 if a requested package isn't available on the
+    resulting ISO.
+  * Drop memtest86+ from Depends as it's shipped by grml-live-addons
+    nowadays (see issue717). Instead be more verbose in the warning
+    message if neither the one from grml-live-addons nor memtest86+
+    can be found.
+  * Software related changes:
+    - Main GRML* classes:
+      + add grml-udev-config (we use Debian's udev from now on and
+        provide our own udev stuff through grml-udev-config)
+      + drop grml-scanpartitions
+      + move all grml-* packages that used to be part of all Grml
+        flavours to GRMLBASE and drop them from the flavour
+        specific configuration instead
+    - GRML_FULL:
+      + Add fsarchiver
+      + Add gdisk
+      + Add infiniband-diags
+      + Add iscsitarget-module-2.6.31-grml64
+      + Add mbuffer
+      + Add modem-cmd
+      + Add nbd-server + nbd-client (thanks to Xuân Baldauf).
+      + Drop dvi2tty (so we don't pull tex-common and texlive-binaries
+        into the system).
+      + Drop lomoco (bad state, unnecessary)
+    - GRML_MEDIUM:
+      + Add iptraf (thanks, thermoman)
+      + Drop (unavailable) at76-usb-modules-2.6.31-grml
+    - Mixed:
+      + Add kexec-tools to GRML_SMALL + GRML_MEDIUM (thanks,
+        Christoph Biedl)
+      + Add lcrack to GRML_FORENSIC
+      + Drop fakechroot from GRML_FULL + GRML_FORENSIC (the package is
+        in a bad shape since several months)
+      + Drop grml-mercurial-utils from GRML_FULL and GRML_MEDIUM as
+        we use git nowadays
+
+  [ Thorsten Glaser ]
+  * Update MirOS bsd4grml to 20091226.
+
+ -- Michael Prokop <mika@grml.org>  Wed, 30 Dec 2009 02:34:38 +0100
+
+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 <mika@grml.org>  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 <mika@grml.org>  Wed, 04 Nov 2009 20:30:30 +0100
+
+grml-live (0.9.30) unstable; urgency=low
+
+  [ Michael Prokop ]
+  * Support new option '-d <date>' 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 <ch+git@zeha.at> (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 <mika@grml.org>  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 <mika@grml.org>  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 <mika@grml.org>  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 <mika@grml.org>  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 <mika@grml.org>  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
@@ -10,9 +341,12 @@ grml-live (0.9.25) UNRELEASED; urgency=low
 
   [ 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 <mika@grml.org>  Sat, 24 Oct 2009 10:34:44 +0200
+ -- Michael Prokop <mika@grml.org>  Sat, 24 Oct 2009 14:12:33 +0200
 
 grml-live (0.9.24) unstable; urgency=low
 
@@ -25,7 +359,7 @@ grml-live (0.9.24) unstable; urgency=low
 
   [ Michael Prokop ]
   * Software related changes:
-    - Add openvas-client, openvas-plugins-base, openvas-plugins-dfsg + 
+    - 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.