Skip to content

Commit

Permalink
Release new version 0.9.35.
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Feb 13, 2010
1 parent b893463 commit 1e353ad
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 7 deletions.
18 changes: 18 additions & 0 deletions 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 <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.
Expand Down
39 changes: 34 additions & 5 deletions 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 <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

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion grml-live
Expand Up @@ -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'
Expand Down

0 comments on commit 1e353ad

Please sign in to comment.