b41f5ba2b695a304a184add8244474265c81a19b
[grml-live.git] / debian / changelog
1 grml-live (0.0.9) unstable; urgency=low
2
3   * Remove all files inside /root/ when using class RELEASE.
4   * Disable apt-listbugs in [soft]update.
5   * Fix 'dependency problems' handling in buildd functions.
6   * Add buildd/remove_isos.sh to remove generated ISOs.
7   * Support kernel upgrades via according /etc/kernel-img.conf configuration.
8   * Set hostname in instsoft-hook already.
9   * Add new packages to GRML_FULL:
10     - etckeeper
11     - hdapsd
12     - hdaps-utils
13     - libstdc++2.10-glibc2.2 [for better support of
14       binaries from commercial vendors; thanks to
15       Christian Hofstaedtler]
16     - mkelfimage
17     - rutilt
18     - truecrypt-2.6.23-grml
19   * Drop centericq-common, centerim-common, irssi-text, rt2400
20     and rt2500 from GRML_FULL package list.
21
22  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 22:37:11 +0100
23
24 grml-live (0.0.8) unstable; urgency=low
25
26   * Copy /etc/resolv.conf to chroot in
27     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs and
28     /etc/grml/fai/config/hooks/instsoft.GRMLBASE as well.
29   * Remove /var/run/fai/fai_softupdate_is_running and
30     /var/run/fai/FAI_INSTALLATION_IN_PROGRESS if we exit grml-live.
31     (FAI's softupdate currently does not clean up when canceling
32     the process.)
33   * Set EXITSTATUS in /etc/policy-rc.d.conf of chroot to 101 for
34     softupdate action.
35   * Remove /var/log/fai/* in class RELEASE.
36   * Generate md5sum of windows binaries.
37   * Upgrade via aptitude [safe-]upgrade in update process.
38   * Rename /etc/grml/fai/grml/grml_cleanup_chroot.no_online into
39     /etc/grml/fai/grml/grml_cleanup_chroot.online
40   * Edit /etc/apt/apt.conf inside
41     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build only
42     once.
43   * Make the log checks inside grml-live aware of the update
44     log-directory /var/log/fai/current.
45   * Use strings instead of --help to detect support of safe-upgrade
46     inside aptitude, otherwise it might fail due to unavailable shared libs.
47   * Configure (enable) apt-listchanges + apt-listbugs via
48     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
49   * Purge removed packages via /etc/grml/fai/grml/grml_cleanup_chroot
50   * Add new packages to GRML_FULL:
51     - acx100-2.6.23-grml
52     - bcm5700-module-2.6.23-grml
53     - dzen2
54     - drbd8-2.6.23-grml
55     - exmap-modules-2.6.23-grml
56     - fglrx-kernel-2.6.23-grml
57     - iscsitarget-2.6.23-grml
58     - ivtv-modules-2.6.23-grml
59     - ivtv-utils
60     - libacme-bleach-perl
61     - libacme-eyedrops-perl
62     - libacme-smirch-perl
63     - libpam-chroot
64     - libpam-devperm
65     - libpam-dotfile
66     - libpam-krb5
67     - libpam-modules
68     - libpam-mount
69     - libpam-pwgen
70     - libpam-smbpass
71     - libpam-ssh
72     - libpam-tmpdir
73     - libtool
74     - ndiswrapper-modules-2.6.23-grml
75     - openafs-modules-2.6.23-grml
76     - tp-smapi-modules-2.6.23-grml
77   * Add portmap to GRML_SMALL and GRML_MEDIUM (thanks for the feedback,
78     Tom Asbury).
79   * Remove trapdoor2 from GRML_FULL (the Debian package isn't
80     in a very smooth shape).
81
82  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 01:43:06 +0100
83
84 grml-live (0.0.7) unstable; urgency=low
85
86   The "holidays? what? are you joking?!"-release.
87
88   * Added FAI patches to /usr/share/grml-live/patches/ - it's
89     recommended to apply the patches to FAI until they are accepted
90     upstream. See Debian's BTS for more details: #444210, #447080
91     and #448426.
92   * Support option '-u' for updating system.
93   * Reworked buildd concept.
94     - Now we have a seperate
95       /usr/share/grml-live/buildd/functions.sh for generic stuff
96       and /etc/grml/grml-buildd.conf as configuration file.
97     - Use grml-buildd.{stdout,stderr} instead of
98       grml-live.{stdout,stderr} as log files.
99     - buildd/functions.sh: do not mv files if there was an error
100       during grml-live execution
101     - do not re-execute grml-live is the target ISO exists already
102   * Update zsh completion - thanks to Frank Terbeck!
103   * Set /etc/grml_version of live-system to the according value.
104     [Closes: issue322]
105   * Support setting /etc/debian_chroot inside chroot (useful if
106     building fails and manual interaction is needed).
107   * Log to /var/log/grml-live.log by default now and support
108     $ZERO_LOGFILE for cleaning up logs.
109   * Added new grml-repository named grml-live which is intented
110     to fix issues from Debian for grml-live builds. It is automatically
111     activated if you are building against unstable/sid and should
112     be used manually only if you realy know what you are doing.
113     Notice: if something fails inside building the base chroot/
114     debootstrap system we can't do anything via grml-live for you
115     right now. Instead grab the base.tgz from http://daily.grml.org/
116   * Add /usr/share/grml-live/scripts/repodiff.pl (by formorer, thx!)
117     for comparing two repositories.
118   * Replaced /etc/grml/fai/files/etc/apt/preferences
119     with /etc/grml/fai/apt/preferences so grml-live repository
120     can be used and configured at a single place.
121   * Use apt-pinning via /etc/grml/fai/config/hooks/instsoft.GRMLBASE
122     and drop it from /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
123     later again.
124   * Display version number of grml-live.
125   * Log executed grml-live command line.
126   * Set FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"
127     by default.
128   * Disable Recommends inside chroot installation.
129   * Set shared/default-x-server and xserver-xorg/config/monitor/identifier
130     for xserver-xorg package via debconf to work around #448863.
131   * Use "newest" kernel only if two kernels are present in the chroot.
132   * Set $SECONDS to unknown if $start_seconds is not set.
133   * Log closing signs (----...) via bailout to make sure they are
134     always set - even when exiting with an error.
135   * Check for presence of /bin/zsh before setting default shell in
136     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
137   * Check for locales/localepurge before using them in
138     /etc/grml/fai/config/scripts/GRMLBASE/25-locales
139   * Add new packages to GRML_FULL:
140     - bittwist
141     - ldnsutils
142     - libpam-thinkfinger
143     - linux-wlan-ng-modules-2.6.23-grml
144     - madwifi-modules-2.6.23-grml
145     - netrw
146     - rt73-module-2.6.23-grml
147     - thinkfinger-tools
148     - tra
149   * Drop idn from GRML_FULL.
150   * Add new packages to GRML_MEDIUM:
151     - alsa-base
152     - alsa-tools
153     - alsa-utils
154     - ed
155     - pcmciautils
156     - Update kernel version to 2.6.23-grml
157     - replace dhcp-client with dhcp3-client
158   * Add ed package to GRML_SMALL and replace dhcp-client with
159     dhcp3-client.
160   * Use new kernel version 2.6.23-grml64 for amd64.
161
162  -- Michael Prokop <mika@grml.org>  Sat, 20 Oct 2007 12:12:33 +0200
163
164 grml-live (0.0.6) unstable; urgency=low
165
166   * New option "-a" for setting architecture. This allows building
167     grml(32) on amd64.
168   * Fix stderr redirection in "/usr/sbin/fai already running..."
169   * Update /etc/grml/fai/make-fai-nfsroot.conf
170   * Use /var/log/fai/dirinstall/${HOSTNAME}/grml-live.log as logfile
171     for grml-live instead of /var/log/grml-live.log so it's easier
172     to track.
173   * Update of buildd scripts: main configuration file main.sh
174     which provides all the build stuff inside separate functions.
175   * Fall back to blackhole.pca.dfn.de as keyserver if retreiving
176     from subkeys.pgp.net fails.
177   * Improve check for kernel version inside
178     /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs
179   * Work around #353967 for Debian/etch in
180     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
181   * Add new packages to GRML_FULL:
182     - ghostscript (and get rid of gs, gs-common, gs-esp)
183     - mr
184
185  -- Michael Prokop <mika@grml.org>  Wed, 17 Oct 2007 22:59:08 +0200
186
187 grml-live (0.0.5) unstable; urgency=low
188
189   * Add new scripts to /usr/share/grml-live/examples/buildd/:
190     - grml-live_autobuild_grml-small_etch.sh
191     - grml-live_autobuild_grml-small_sid.sh
192     - grml-live_autobuild_grml64-small_etch.sh
193     - grml-live_autobuild_grml64-small_sid.sh
194   * Some more FAI error checking.
195   * Updated buildd scripts (better subject handling).
196   * Re-enable 'Acquire::http::Pipeline-Depth' workaround'.
197     Restore usual Debian behaviour at the end using
198     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build
199   * Add new scripts for retreiving bugs via apt-listbugs
200     and storing package selection inside log directory.
201     This has been integrated in a new class named "RELEASE".
202   * Added support for new kernel version 2.6.23-grml to
203     GRML_FULL.
204   * Use uxterm as x-terminal-emulator and fall back to xterm
205     only it uxterm is not available.
206   * Support /etc/locale.gen.grml - it's used by default in
207     class GRML_FULL and a new class named LOCALES.
208   * Work around #443481 (bug inside snort) for Debian etch
209     via using /etc/snort/snort.common.parameters (thanks for
210     the idea, Thomas Lange!)
211   * Do not exit with an error code if /usr/include/linux is NOT
212     a symlink to /usr/src/linux/include/linux but keep it as
213     a warning instead.
214   * Log executed grml-live command.
215   * Re-enable problematic packages that have been fixed:
216     - apt-listbugs (fixed via manual interaction in scripts)
217     - gsm-utils (#353967)
218     - snort (#443481)
219     - wvdial (fixed via debconf)
220   * Add new packages to GRML_FULL:
221     - ack-grep
222     - mailplate
223     - pristine-tar
224
225  -- Michael Prokop <mika@grml.org>  Sun, 07 Oct 2007 23:06:28 +0200
226
227 grml-live (0.0.4) unstable; urgency=low
228
229   * The -t option for specifying the output directory has been
230     renamed into -o. The option -t now specifies the place where
231     templates for building the ISO can be found.
232   * Option -t can be used for specifying the template directory.
233     TEMPLATE_DIRECTORY can be used in /etc/grml/grml-live.conf
234   * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then.
235   * /etc/grml/fai/config/hooks/instsoft.GRMLBASE:
236     - disable pipeline workaround 
237     - create /dev/MAKEDEV in chroot to work around the
238       "./MAKEDEV: No such file or directory" problem of some packages
239   * Use /var/log/grml-live.log as log file as /var/log/fai/* is too
240     dangerous because of automatic removal of the files/dirs via fai.
241   * Use class GRML_MEDIUM by default and document GRMLBASE, GRML_* plus
242     I386/AMD64 classes in the docs.
243   * Add new packages to GRML_FULL:
244     - tgt: Linux target framework user-space tools
245     - paperkey: extract just the secret information out ouf OpenPGP keys
246     - gitpkg: helper scripts for maintaining packages with git
247     - iscsitarget: iSCSI Enterprise Target userland tools
248     - iscsitarget-module-2.6.22-grml: kernel module for iscsitarget
249   * Set $HOSTNAME to according hostname via
250     /etc/grml/fai/config/scripts/GRMLBASE/34-hosts
251   * Adjust filename in header of /etc/grml/fai/config/scripts/GRMLBASE/*.
252   * Use iceweasel/firefox as x-www-browser and w3m as www-browser (if
253     available). 
254   * Check for presence of the initrd.
255   * Improve adjustment of suite for $FAI_DEBOOTSTRAP.
256   * Add /usr/share/grml-live/examples/buildd/
257
258  -- Michael Prokop <mika@grml.org>  Thu, 04 Oct 2007 22:16:34 +0200
259
260 grml-live (0.0.3) unstable; urgency=low
261
262   * Support for setting GRML_NAME (like grml vs. grml-small
263     vs grml64 vs...)
264   * Drop the character limits of $VERSION and $RELEASENAME.
265   * Make sure $SECONDS is set before outputting the runtime.
266   * Unify usage of i386_files, place all template files in
267     directory templates now.
268   * Improve portability of linux headers cleanup inside
269     grml_cleanup_chroot.
270   * Provide class GRML_SMALL and rename old GRML_SMALL into
271     GRML_MEDIUM.
272   * Do not install kernel via GRMLBASE but via GRML_* classes
273     instead so we have only one single kernel on the system
274     with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'.
275   * Use grml-live.log as logfile.
276   * Added vim to GRML_MEDIUM package list.
277
278  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 12:58:15 +0200
279
280 grml-live (0.0.2) unstable; urgency=low
281
282   * Add support for amd64.
283   * Update and extend documentation.
284   * Bugfix: Make sure $LOGDIR exists.
285   * fai dirinstall: set hostname via $HOSTNAME
286
287  -- Michael Prokop <mika@grml.org>  Fri, 21 Sep 2007 11:46:17 +0200
288
289 grml-live (0.0.1) unstable; urgency=low
290
291   * Initial release.
292
293  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 15:35:34 +0200
294