Add beep and dstat to GRML_MEDIUM
[grml-live.git] / debian / changelog
index a5d1fe2..06f2b40 100644 (file)
@@ -4,7 +4,10 @@ grml-live (0.9.9) unstable; urgency=low
   * Changes in GRML_FULL:
     - drop package tspc (see #462738 and #515193)
     - replace gqview with geeqie (thanks, Spida)
-  * Add mc to GRML_MEDIUM (on request by Christian Kuehlborn).
+  * Changes in GRML_MEDIUM:
+    - add beep (on request by gebi)
+    - add dstat (on request by gebi)
+    - add mc (on request by Christian Kuehlborn)
   * Document noautoconfig in grml-cheatcodes. Thanks to Ralf Moll!
   * buildd:
     - rename all etch* related scripts to lenny*
@@ -34,8 +37,31 @@ grml-live (0.9.9) unstable; urgency=low
     via /etc/grml/fai/files/etc/apt/*.key
   * isolinux.cfg/syslinux.cfg: Drop duplicated 'MENU DEFAULT'.
     Thanks to Thomas Lehmann for the bugreport!
-
- -- Michael Prokop <mika@grml.org>  Sat, 21 Feb 2009 14:50:23 +0100
+  * Move /etc/grml/fai/apt/preferences to /etc/grml/fai/files/etc/apt/.
+    This simplifies the directory layout a bit. Clarify its usage
+    in /etc/grml/fai/apt/important_note.txt
+  * Install all files from /etc/grml/fai/files/etc/apt. This supports
+    usage of directories like /etc/apt/apt.conf.d. Thanks for the
+    hint to Thomas Lehmann. [Closes: issue632]
+  * Replace all "sed -i 's/././' foo" calls with
+    'sed -i 's/././' foo | sponge foo' instead inside main grml-live script
+    so we don't destroy any existing symlinks. Depend on moreutils therefor.
+    [Closes: issue631]
+  * Integrate bsd4grml [hash: 987ce9a6f9ce205ba64794ed3fcac603]. This
+    provides MirBSD as bootoption 'bsd' at grml's bootprompt. Thanks to
+    Thorsten "mirabilos" Glaser for his work! Add support for
+    configuring NO_ADDONS_BSD4GRML via configuration file.
+  * Add informational header to /etc/grml/fai/apt/sources.list and
+    update docs regarding the file.
+  * If specified SUITE is unstable use 'sid' instead (to avoid breakages
+    with debootstrap).
+  * Support NO_ADDONS via configuration file.
+  * Always skip mksquashfs part when using -q option.
+  * Adjust configuration files on the fly only when the according lines
+    aren't comments.
+  * 
+
+ -- Michael Prokop <mika@grml.org>  Mon, 23 Feb 2009 12:43:18 +0100
 
 grml-live (0.9.8) unstable; urgency=low