Mention -u option if using the option by accident
[grml-live.git] / debian / changelog
index e591354..94f9ffc 100644 (file)
@@ -1,3 +1,46 @@
+grml-live (0.0.12) unstable; urgency=low
+
+  * Log mkisofs command with quotes around version number for easier
+    copy/paste.
+  * Ship syslinux files via template directory because the syslinux
+    version (1:3.31-4) in Debian/etch is broken. :(
+    Drop syslinux from Depends.
+  * Mention -u option if using the option by accident and the chroot
+    does not exist yet.
+
+ -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 17:28:01 +0100
+
+grml-live (0.0.11) unstable; urgency=low
+
+  * New option -z to use ZLIB instead of LZMA compression and
+    support SQUASHFS_OPTIONS in configuration file.
+  * Add new class XORG.
+  * Add X.org packages to GRML_MEDIUM.
+  * Make sure /etc/X11/X is not a symlink to /bin/true. Check and fix
+    via /etc/grml/fai/config/scripts/GRMLBASE/32-xorg.
+  * Adjust grml-buildd for new logdir structure.
+  * Add new script /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan
+    which adds shadowfs and bsdtar to the 'never report'-list of deborphan.
+  * Diplay use of $LOCAL_CONFIG in configuration dialog.
+  * Remove fai's last-dirinstall and last-softupdate when using
+    ZERO_FAI_LOGFILE as well.
+  * Depend on fai-client (>= 3.2.4), fai-server (>= 3.2.4) as version
+    3.2.3 has a serious bug.
+  * Add new packages to GRML_FULL:
+    - atl2-modules-2.6.23-grml
+    - firmware-ralink (replaces firmware-rt61 and firmware-rt73)
+    - firmware-rt61
+    - firmware-rt73
+    - mlocate
+    - open-vm-tools
+    - pcaputils
+    - xrestop
+    - xserver-xorg-video-radeonhd
+    - yatm
+  * Remove tinysnmp-tools from GRML_{SMALL,FULL,MEDIUM}, see #444723.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 26 Nov 2007 15:07:54 +0100
+
 grml-live (0.0.10) unstable; urgency=low
 
   * Drop patches which are part of FAI 3.2.3 now. Depend on
@@ -7,7 +50,8 @@ grml-live (0.0.10) unstable; urgency=low
     - LOGDIR is now /var/log/fai/$HOSTNAME/$FAI_ACTION_date+time
     - LOGDIR is /tmp/fai during an installation (not dirinstall), and
       will be copied to the path above at the end of an installation
-  * Log the executed FAI command line to /var/log/grml-live.log.
+  * Log the executed FAI, squashfs and mkisofs command lines to
+    /var/log/grml-live.log.
   * New option '-C <configuration_file>' for specifying a configuration
     file. Needs heavy testing though, because the files are updated
     during runtime it isn't as easy as expected to be. :-/
@@ -17,11 +61,21 @@ grml-live (0.0.10) unstable; urgency=low
     [Testing: issue340]
   * Add keychain package to GRML_SMALL.
   * Add new packages to GRML_MEDIUM:
+    - grml-live
     - keychain
+    - lzma-modules-2.6.23-grml
     - squashfs-modules-2.6.23-grml (we build the module external now)
   * Add new packages to GRML_FULL:
     - aosd-cat
+    - grml-live
+    - lzma-modules-2.6.23-grml
     - squashfs-modules-2.6.23-grml (we build the module external now)
+  * Support loading of squashfs module via
+    /etc/grml/fai/live-initramfs/grml-script.init-top
+  * Make sure we have pinning for grml-stable and grml-testing
+    repositories via /etc/grml/fai/apt/preferences, not matter where
+    the packages come from (web vs. local mirror/cache for example).
+  * Remove base.tgz from chroot directory.
   * Do not create /etc/sysconfig/network-scripts and
     /etc/sysconfig/provider any longer in cleanup script.
   * Fix typo in bootsplash f3 (thanks, jimmy).