From 1e353adf333e5d085730f0dda852bcaa3e6458bc Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 13 Feb 2010 01:28:46 +0100 Subject: [PATCH] Release new version 0.9.35. --- debian/NEWS | 18 ++++++++++++++++++ debian/changelog | 39 ++++++++++++++++++++++++++++++++++----- debian/control | 2 +- grml-live | 2 +- 4 files changed, 54 insertions(+), 7 deletions(-) diff --git a/debian/NEWS b/debian/NEWS index 8333e28..a268155 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -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 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. diff --git a/debian/changelog b/debian/changelog index 25ef0cf..fd554a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Sat, 13 Feb 2010 01:08:57 +0100 grml-live (0.9.34) unstable; urgency=low diff --git a/debian/control b/debian/control index 30f734e..3fd2008 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Michael Prokop 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 diff --git a/grml-live b/grml-live index 4b3d2ac..c75d988 100755 --- 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' -- 2.1.4