Release new version 0.9.35. v0.9.35
authorMichael Prokop <mika@grml.org>
Sat, 13 Feb 2010 00:28:46 +0000 (01:28 +0100)
committerMichael Prokop <mika@grml.org>
Sat, 13 Feb 2010 00:50:55 +0000 (01:50 +0100)
debian/NEWS
debian/changelog
debian/control
grml-live

index 8333e28..a268155 100644 (file)
@@ -1,3 +1,21 @@
+grml-live (0.9.35) unstable; urgency=low
+
+  * The files from /etc/grml/fai/files have been moved to
+    /etc/grml/fai/config/files (and as a consequence
+    /etc/grml/fai/live-initramfs has been moved to
+    /etc/grml/fai/config/ as well). This is an important step
+    to use the config space and class concept of FAI in a more
+    decent and clean way. It allows much better customization. 
+    
+    Please notice: If you didn't modify anything inside
+    /etc/grml/fai/files you can safely remove the directory.
+    Otherwise please check out the structure of the new
+    /etc/grml/fai/config/files layout and the fcopy command
+    used in /etc/grml/fai/config/scripts/GRMLBASE/* scripts to
+    incoorporate your changes.
+
+ -- Michael Prokop <mika@grml.org>  Sat, 13 Feb 2010 01:35:43 +0100
+
 grml-live (0.9.34) unstable; urgency=low
 
   * This version introduces an additional package named grml-live-db.
index 25ef0cf..fd554a7 100644 (file)
@@ -1,8 +1,37 @@
-grml-live (0.9.35) UNRELEASED; urgency=low
-
-  * No entries yet, will be added when releasing via git-dch.
-
- -- Michael Prokop <mika@grml.org>  Sun, 31 Jan 2010 11:23:03 +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
 
index 30f734e..3fd2008 100644 (file)
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Michael Prokop <mika@grml.org>
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: asciidoc, xsltproc, docbook-xsl
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://grml.org/grml-live/
 Vcs-git: git://git.grml.org/grml-live.git
 Vcs-Browser: http://git.grml.org/?p=grml-live.git
index 4b3d2ac..c75d988 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -23,7 +23,7 @@ fi
 set -e
 
 # global variables
-GRML_LIVE_VERSION='0.9.35-pre1'
+GRML_LIVE_VERSION='0.9.35'
 PN="$(basename $0)"
 CMDLINE="$0 $@"
 SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list'