Add debian/control headers Origin, Bugs
[grml-live.git] / debian / NEWS
1 grml-live (0.15.0) unstable; urgency=low
2
3   1) The new command line option -D supports setting a
4   configuration directory instead of /etc/grml/fai. This is
5   the same as setting GRML_FAI_CONFIG.
6
7   2) Removed /etc/grml/fai/apt/sources.list, thanks to a redesign
8   of sources.list handling which provides a more consistent
9   approach. /etc/apt/sources.list will no longer use entries from
10   GRML_LIVE_SOURCES once the system has been initially installed.
11   Now handling of sources.list works as follows:
12
13   ${GRML_FAI_CONFIG}/config/files/etc/apt/sources.list/GRML_LIVE_SOURCES_LIST
14   is generated based on $GRML_LIVE_SOURCES (if set by the user,
15   otherwise falling back to Grml repositories plus Debian).  This
16   GRML_LIVE_SOURCES_LIST file then gets deployed on *fresh*
17   deployments. It won't be installed again when running grml-live
18   -u.  This provides more flexibility combined with a more
19   transparent and consistent behaviour for the user.
20
21   /etc/apt/sources.list.d/debian.list will be set up based on the
22   detected Debian suite and the files from
23   ${GRML_FAI_CONFIG}/config/files/etc/apt/sources.list.d/debian.list/DEBIAN_*.
24
25   /etc/apt/sources.list/grml-stable.list will be deployed and
26   (depending on the build type) also
27   /etc/apt/sources.list.d/grml-testing.list might be installed.
28
29  -- Michael Prokop <mika@grml.org>  Fri, 08 Jul 2011 13:45:45 +0200
30
31 grml-live (0.9.35) unstable; urgency=low
32
33   The files from /etc/grml/fai/files have been moved to
34   /etc/grml/fai/config/files (and as a consequence
35   /etc/grml/fai/live-initramfs has been moved to
36   /etc/grml/fai/config/ as well). This is an important step
37   to use the config space and class concept of FAI in a more
38   decent and clean way. It allows much better customization.
39
40   Please notice: If you didn't modify anything inside
41   /etc/grml/fai/files you can safely remove the directory.
42   Otherwise please check out the structure of the new
43   /etc/grml/fai/config/files layout and the fcopy command
44   used in /etc/grml/fai/config/scripts/GRMLBASE/* scripts to
45   incoorporate your changes.
46
47  -- Michael Prokop <mika@grml.org>  Sat, 13 Feb 2010 01:35:43 +0100
48
49 grml-live (0.9.34) unstable; urgency=low
50
51   This version introduces an additional package named grml-live-db.
52   The grml-live-db Debian package provides a simple way to put build
53   information of grml-live into a database. By default you have to do
54   nothing but install grml-live-db and during each invocation of
55   grml-live you'll get an additional entry in the sqlite3 database
56   /var/log/grml-live.db. If you want to customize the database logging
57   check out the grml-live-db manpage.
58
59   Instead of ZERO_LOGFILE a new variable titled PRESERVE_LOGFILE has
60   been introduced. By default grml-live cleans the build logfile so
61   grml-live-db can work straight out-of-the-box. If you still want to
62   preserve your logfiles (e.g. when you don't want to use
63   grml-live-db) just enable the PRESERVE_LOGFILE option in your
64   grml-live configuration file.  For backwards compatibility reasons the
65   ZERO_LOGFILE variable is still supported within grml-live but it's
66   strongly recommended to adjust configuration.
67
68  -- Michael Prokop <mika@grml.org>  Sat, 30 Jan 2010 14:36:15 +0100
69
70 grml-live (0.9.4) unstable; urgency=low
71
72   grml provides its own squashfs-tools again which support LZMA
73   compression with kernel 2.6.26-grml[64], please install the
74   Debian package squashfs-lzma-tools of the grml repository.
75   More details can be found in the grml-live docs. Please
76   check out the section "Current state of grml-live with
77   squashfs-tools and kernel" in the grml-live docs, being
78   shipped with this package as manpage grml-live(8) and
79   /usr/share/doc/grml-live/grml-live.html and being available
80   online at http://grml.org/grml-live/#current_state as well.
81
82   grml migrated from Mercurial (hg) to Git as version control
83   system. If you are interested in using very recent grml-live
84   versions from our VCS please make sure to check out the docs.
85   http://git.grml.org/?p=grml-live.git
86
87  -- Michael Prokop <mika@grml.org>  Tue, 30 Sep 2008 13:12:07 +0200
88
89 grml-live (0.9) unstable; urgency=low
90
91   grml-live 0.9 features kernel 2.6.26-grml[64]. Using
92   squashfs-tools 1:3.2r2-9exp1 does not work with kernel
93   2.6.26-grml when using LZMA compression though it works
94   fine when using ZLIB compression.
95
96   Debian provides updated squashfs-tools 1:3.3-7. You can
97   safely upgrade as long as you don't need kernel
98   2.6.23-grml[64] and/or LZMA compression.
99
100   All these details can be found in the grml-live docs. Please
101   check out the section "Current state of grml-live with
102   squashfs-tools and kernel" in the grml-live docs, being
103   shipped with this package as manpage grml-live(8) and
104   /usr/share/doc/grml-live/grml-live.html and being available
105   online at http://grml.org/grml-live/#current_state as well.
106
107  -- Michael Prokop <mika@grml.org>  Fri, 22 Aug 2008 08:32:44 +0200
108
109 grml-live (0.0.4) unstable; urgency=low
110
111   The -t option for specifying the output directory has been
112   renamed into -o. The option -t now specifies the place where
113   templates for building the ISO can be found.
114   Do not forget to adjust present scripts you use with grml-live.
115
116  -- Michael Prokop <mika@grml.org>  Sat, 06 Oct 2007 16:50:16 +0200