Merge branches
[grml-live.git] / debian / changelog
index 622cb5b..8ac80a6 100644 (file)
@@ -1,3 +1,17 @@
+grml-live (0.0.6) unstable; urgency=low
+
+  * New option "-a" for setting architecture. This allows building
+    grml(32) on amd64.
+  * Fix stderr redirection in "/usr/sbin/fai already running..."
+  * Update /etc/grml/fai/make-fai-nfsroot.conf
+  * Use /var/log/fai/dirinstall/${HOSTNAME}/grml-live.log as logfile
+    for grml-live instead of /var/log/grml-live.log so it's easier
+    to track.
+  * Update of buildd scripts: main configuration file main.sh
+    which provides all the build stuff inside separate functions.
+
+ -- Michael Prokop <mika@grml.org>  Wed, 17 Oct 2007 22:59:08 +0200
+
 grml-live (0.0.5) unstable; urgency=low
 
   * Add new scripts to /usr/share/grml-live/examples/buildd/:
@@ -7,7 +21,9 @@ grml-live (0.0.5) unstable; urgency=low
     - grml-live_autobuild_grml64-small_sid.sh
   * Some more FAI error checking.
   * Updated buildd scripts (better subject handling).
-  * Re-enable 'Acquire::http::Pipeline-Depth' workaround'
+  * Re-enable 'Acquire::http::Pipeline-Depth' workaround'.
+    Restore usual Debian behaviour at the end using
+    /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build
   * Add new scripts for retreiving bugs via apt-listbugs
     and storing package selection inside log directory.
     This has been integrated in a new class named "RELEASE".
@@ -17,6 +33,13 @@ grml-live (0.0.5) unstable; urgency=low
     only it uxterm is not available.
   * Support /etc/locale.gen.grml - it's used by default in
     class GRML_FULL and a new class named LOCALES.
+  * Work around #443481 (bug inside snort) for Debian etch
+    via using /etc/snort/snort.common.parameters (thanks for
+    the idea, Thomas Lange!)
+  * Do not exit with an error code if /usr/include/linux is NOT
+    a symlink to /usr/src/linux/include/linux but keep it as
+    a warning instead.
+  * Log executed grml-live command.
   * Re-enable problematic packages that have been fixed:
     - apt-listbugs (fixed via manual interaction in scripts)
     - gsm-utils (#353967)