Skip stage updatebase when using softupdate
[grml-live.git] / debian / changelog
1 grml-live (0.0.12) unstable; urgency=low
2
3   * Log mkisofs command with quotes around version number for easier
4     copy/paste.
5   * Ship syslinux files via template directory because the syslinux
6     version (1:3.31-4) in Debian/etch is broken. :(
7     Drop syslinux from Depends.
8   * Mention -u option if using the option by accident and the chroot
9     does not exist yet.
10   * Update buildd/cleanup.sh and add buildd/files/.logo.png, 
11     buildd/files/.style.css, buildd/files/HEADER.html and
12     buildd/link_latest.sh (create symlinks for latest snapshot ISOs)
13     and provide upload_logs().
14   * Generate md5sum of ISO if using class 'RELEASE'.
15   * Do not install package 'grml' via GRMLBASE because we want
16     to use grml-small in GRML_SMALL and GRML_MEDIUM.
17   * Do not exit if cleanup of /root directory in 98-clean-chroot fails.
18   * Skip stage updatebase when using softupdate and handle upgrade
19     on our own via hooks.
20
21  -- Michael Prokop <mika@grml.org>  Sun, 09 Dec 2007 17:28:01 +0100
22
23 grml-live (0.0.11) unstable; urgency=low
24
25   * New option -z to use ZLIB instead of LZMA compression and
26     support SQUASHFS_OPTIONS in configuration file.
27   * Add new class XORG.
28   * Add X.org packages to GRML_MEDIUM.
29   * Make sure /etc/X11/X is not a symlink to /bin/true. Check and fix
30     via /etc/grml/fai/config/scripts/GRMLBASE/32-xorg.
31   * Adjust grml-buildd for new logdir structure.
32   * Add new script /etc/grml/fai/config/scripts/GRMLBASE/40-deborphan
33     which adds shadowfs and bsdtar to the 'never report'-list of deborphan.
34   * Diplay use of $LOCAL_CONFIG in configuration dialog.
35   * Remove fai's last-dirinstall and last-softupdate when using
36     ZERO_FAI_LOGFILE as well.
37   * Depend on fai-client (>= 3.2.4), fai-server (>= 3.2.4) as version
38     3.2.3 has a serious bug.
39   * Add new packages to GRML_FULL:
40     - atl2-modules-2.6.23-grml
41     - firmware-ralink (replaces firmware-rt61 and firmware-rt73)
42     - firmware-rt61
43     - firmware-rt73
44     - mlocate
45     - open-vm-tools
46     - pcaputils
47     - xrestop
48     - xserver-xorg-video-radeonhd
49     - yatm
50   * Remove tinysnmp-tools from GRML_{SMALL,FULL,MEDIUM}, see #444723.
51
52  -- Michael Prokop <mika@grml.org>  Mon, 26 Nov 2007 15:07:54 +0100
53
54 grml-live (0.0.10) unstable; urgency=low
55
56   * Drop patches which are part of FAI 3.2.3 now. Depend on
57     FAI version 3.2.3 therefor.
58   * FAI 3.2.3 has a new log schema, adjusted grml-live accordingly.
59     Quoting the NEWS file of FAI:
60     - LOGDIR is now /var/log/fai/$HOSTNAME/$FAI_ACTION_date+time
61     - LOGDIR is /tmp/fai during an installation (not dirinstall), and
62       will be copied to the path above at the end of an installation
63   * Log the executed FAI, squashfs and mkisofs command lines to
64     /var/log/grml-live.log.
65   * New option '-C <configuration_file>' for specifying a configuration
66     file. Needs heavy testing though, because the files are updated
67     during runtime it isn't as easy as expected to be. :-/
68   * Support $ZERO_FAI_LOGFILE inside grml-live configuration for removing
69     old FAI logs.
70   * Do not enable apt-listbugs if the binary is not available.
71     [Testing: issue340]
72   * Add keychain package to GRML_SMALL.
73   * Add new packages to GRML_MEDIUM:
74     - grml-live
75     - keychain
76     - lzma-modules-2.6.23-grml
77     - squashfs-modules-2.6.23-grml (we build the module external now)
78   * Add new packages to GRML_FULL:
79     - aosd-cat
80     - grml-live
81     - lzma-modules-2.6.23-grml
82     - squashfs-modules-2.6.23-grml (we build the module external now)
83   * Support loading of squashfs module via
84     /etc/grml/fai/live-initramfs/grml-script.init-top
85   * Make sure we have pinning for grml-stable and grml-testing
86     repositories via /etc/grml/fai/apt/preferences, not matter where
87     the packages come from (web vs. local mirror/cache for example).
88   * Remove base.tgz from chroot directory.
89   * Do not create /etc/sysconfig/network-scripts and
90     /etc/sysconfig/provider any longer in cleanup script.
91   * Fix typo in bootsplash f3 (thanks, jimmy).
92   * Switch order of 'lang=us apm=power-off' to 'apm=poweroff' in
93     isolinyx/syslinux/grub configuration because getbootparam
94     of grml-autoconfig requires a whitespace inside /proc/cmdline.
95   * Support grml2ram bootoption inside isolinyx/syslinux/grub
96     configuration.
97
98  -- Michael Prokop <mika@grml.org>  Mon, 19 Nov 2007 12:49:37 +0100
99
100 grml-live (0.0.9) unstable; urgency=low
101
102   * Remove all files inside /root/ when using class RELEASE.
103   * Disable apt-listbugs in [soft]update.
104   * Fix 'dependency problems' handling in buildd functions.
105   * Add buildd/remove_isos.sh to remove generated ISOs.
106   * Support kernel upgrades via according /etc/kernel-img.conf configuration.
107   * Set hostname in instsoft-hook already.
108   * Add user (grml) to all relevant groups.
109   * Improve initrd+kernel copy process: ignore .bak files (and get rid
110     of them) and copy always exactly one image.
111   * Add new packages to GRML_FULL:
112     - awesome
113     - cereal
114     - etckeeper
115     - hdapsd
116     - hdaps-utils
117     - libstdc++2.10-glibc2.2 [for better support of
118       binaries from commercial vendors; thanks to
119       Christian Hofstaedtler]
120     - mkelfimage
121     - runit
122     - rutilt
123     - supercat
124     - truecrypt-2.6.23-grml
125   * Drop centericq-common, centerim-common, irssi-text, rt2400
126     and rt2500 from GRML_FULL package list.
127
128  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 22:37:11 +0100
129
130 grml-live (0.0.8) unstable; urgency=low
131
132   * Copy /etc/resolv.conf to chroot in
133     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs and
134     /etc/grml/fai/config/hooks/instsoft.GRMLBASE as well.
135   * Remove /var/run/fai/fai_softupdate_is_running and
136     /var/run/fai/FAI_INSTALLATION_IN_PROGRESS if we exit grml-live.
137     (FAI's softupdate currently does not clean up when canceling
138     the process.)
139   * Set EXITSTATUS in /etc/policy-rc.d.conf of chroot to 101 for
140     softupdate action.
141   * Remove /var/log/fai/* in class RELEASE.
142   * Generate md5sum of windows binaries.
143   * Upgrade via aptitude [safe-]upgrade in update process.
144   * Rename /etc/grml/fai/grml/grml_cleanup_chroot.no_online into
145     /etc/grml/fai/grml/grml_cleanup_chroot.online
146   * Edit /etc/apt/apt.conf inside
147     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build only
148     once.
149   * Make the log checks inside grml-live aware of the update
150     log-directory /var/log/fai/current.
151   * Use strings instead of --help to detect support of safe-upgrade
152     inside aptitude, otherwise it might fail due to unavailable shared libs.
153   * Configure (enable) apt-listchanges + apt-listbugs via
154     /etc/grml/fai/config/scripts/GRMLBASE/96-apt-listbugs
155   * Purge removed packages via /etc/grml/fai/grml/grml_cleanup_chroot
156   * Add new packages to GRML_FULL:
157     - acx100-2.6.23-grml
158     - bcm5700-module-2.6.23-grml
159     - dzen2
160     - drbd8-2.6.23-grml
161     - exmap-modules-2.6.23-grml
162     - fglrx-kernel-2.6.23-grml
163     - iscsitarget-2.6.23-grml
164     - ivtv-modules-2.6.23-grml
165     - ivtv-utils
166     - libacme-bleach-perl
167     - libacme-eyedrops-perl
168     - libacme-smirch-perl
169     - libpam-chroot
170     - libpam-devperm
171     - libpam-dotfile
172     - libpam-krb5
173     - libpam-modules
174     - libpam-mount
175     - libpam-pwgen
176     - libpam-smbpass
177     - libpam-ssh
178     - libpam-tmpdir
179     - libtool
180     - ndiswrapper-modules-2.6.23-grml
181     - openafs-modules-2.6.23-grml
182     - tp-smapi-modules-2.6.23-grml
183   * Add portmap to GRML_SMALL and GRML_MEDIUM (thanks for the feedback,
184     Tom Asbury).
185   * Remove trapdoor2 from GRML_FULL (the Debian package isn't
186     in a very smooth shape).
187
188  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 01:43:06 +0100
189
190 grml-live (0.0.7) unstable; urgency=low
191
192   The "holidays? what? are you joking?!"-release.
193
194   * Added FAI patches to /usr/share/grml-live/patches/ - it's
195     recommended to apply the patches to FAI until they are accepted
196     upstream. See Debian's BTS for more details: #444210, #447080
197     and #448426.
198   * Support option '-u' for updating system.
199   * Reworked buildd concept.
200     - Now we have a seperate
201       /usr/share/grml-live/buildd/functions.sh for generic stuff
202       and /etc/grml/grml-buildd.conf as configuration file.
203     - Use grml-buildd.{stdout,stderr} instead of
204       grml-live.{stdout,stderr} as log files.
205     - buildd/functions.sh: do not mv files if there was an error
206       during grml-live execution
207     - do not re-execute grml-live is the target ISO exists already
208   * Update zsh completion - thanks to Frank Terbeck!
209   * Set /etc/grml_version of live-system to the according value.
210     [Closes: issue322]
211   * Support setting /etc/debian_chroot inside chroot (useful if
212     building fails and manual interaction is needed).
213   * Log to /var/log/grml-live.log by default now and support
214     $ZERO_LOGFILE for cleaning up logs.
215   * Added new grml-repository named grml-live which is intented
216     to fix issues from Debian for grml-live builds. It is automatically
217     activated if you are building against unstable/sid and should
218     be used manually only if you realy know what you are doing.
219     Notice: if something fails inside building the base chroot/
220     debootstrap system we can't do anything via grml-live for you
221     right now. Instead grab the base.tgz from http://daily.grml.org/
222   * Add /usr/share/grml-live/scripts/repodiff.pl (by formorer, thx!)
223     for comparing two repositories.
224   * Replaced /etc/grml/fai/files/etc/apt/preferences
225     with /etc/grml/fai/apt/preferences so grml-live repository
226     can be used and configured at a single place.
227   * Use apt-pinning via /etc/grml/fai/config/hooks/instsoft.GRMLBASE
228     and drop it from /etc/grml/fai/config/scripts/GRMLBASE/33-aptsetup
229     later again.
230   * Display version number of grml-live.
231   * Log executed grml-live command line.
232   * Set FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"
233     by default.
234   * Disable Recommends inside chroot installation.
235   * Set shared/default-x-server and xserver-xorg/config/monitor/identifier
236     for xserver-xorg package via debconf to work around #448863.
237   * Use "newest" kernel only if two kernels are present in the chroot.
238   * Set $SECONDS to unknown if $start_seconds is not set.
239   * Log closing signs (----...) via bailout to make sure they are
240     always set - even when exiting with an error.
241   * Check for presence of /bin/zsh before setting default shell in
242     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
243   * Check for locales/localepurge before using them in
244     /etc/grml/fai/config/scripts/GRMLBASE/25-locales
245   * Add new packages to GRML_FULL:
246     - bittwist
247     - ldnsutils
248     - libpam-thinkfinger
249     - linux-wlan-ng-modules-2.6.23-grml
250     - madwifi-modules-2.6.23-grml
251     - netrw
252     - rt73-module-2.6.23-grml
253     - thinkfinger-tools
254     - tra
255   * Drop idn from GRML_FULL.
256   * Add new packages to GRML_MEDIUM:
257     - alsa-base
258     - alsa-tools
259     - alsa-utils
260     - ed
261     - pcmciautils
262     - Update kernel version to 2.6.23-grml
263     - replace dhcp-client with dhcp3-client
264   * Add ed package to GRML_SMALL and replace dhcp-client with
265     dhcp3-client.
266   * Use new kernel version 2.6.23-grml64 for amd64.
267
268  -- Michael Prokop <mika@grml.org>  Sat, 20 Oct 2007 12:12:33 +0200
269
270 grml-live (0.0.6) unstable; urgency=low
271
272   * New option "-a" for setting architecture. This allows building
273     grml(32) on amd64.
274   * Fix stderr redirection in "/usr/sbin/fai already running..."
275   * Update /etc/grml/fai/make-fai-nfsroot.conf
276   * Use /var/log/fai/dirinstall/${HOSTNAME}/grml-live.log as logfile
277     for grml-live instead of /var/log/grml-live.log so it's easier
278     to track.
279   * Update of buildd scripts: main configuration file main.sh
280     which provides all the build stuff inside separate functions.
281   * Fall back to blackhole.pca.dfn.de as keyserver if retreiving
282     from subkeys.pgp.net fails.
283   * Improve check for kernel version inside
284     /etc/grml/fai/config/scripts/GRMLBASE/10-build-initramfs
285   * Work around #353967 for Debian/etch in
286     /etc/grml/fai/config/scripts/GRMLBASE/21-usersetup
287   * Add new packages to GRML_FULL:
288     - ghostscript (and get rid of gs, gs-common, gs-esp)
289     - mr
290
291  -- Michael Prokop <mika@grml.org>  Wed, 17 Oct 2007 22:59:08 +0200
292
293 grml-live (0.0.5) unstable; urgency=low
294
295   * Add new scripts to /usr/share/grml-live/examples/buildd/:
296     - grml-live_autobuild_grml-small_etch.sh
297     - grml-live_autobuild_grml-small_sid.sh
298     - grml-live_autobuild_grml64-small_etch.sh
299     - grml-live_autobuild_grml64-small_sid.sh
300   * Some more FAI error checking.
301   * Updated buildd scripts (better subject handling).
302   * Re-enable 'Acquire::http::Pipeline-Depth' workaround'.
303     Restore usual Debian behaviour at the end using
304     /etc/grml/fai/config/scripts/GRMLBASE/99-finish-grml-build
305   * Add new scripts for retreiving bugs via apt-listbugs
306     and storing package selection inside log directory.
307     This has been integrated in a new class named "RELEASE".
308   * Added support for new kernel version 2.6.23-grml to
309     GRML_FULL.
310   * Use uxterm as x-terminal-emulator and fall back to xterm
311     only it uxterm is not available.
312   * Support /etc/locale.gen.grml - it's used by default in
313     class GRML_FULL and a new class named LOCALES.
314   * Work around #443481 (bug inside snort) for Debian etch
315     via using /etc/snort/snort.common.parameters (thanks for
316     the idea, Thomas Lange!)
317   * Do not exit with an error code if /usr/include/linux is NOT
318     a symlink to /usr/src/linux/include/linux but keep it as
319     a warning instead.
320   * Log executed grml-live command.
321   * Re-enable problematic packages that have been fixed:
322     - apt-listbugs (fixed via manual interaction in scripts)
323     - gsm-utils (#353967)
324     - snort (#443481)
325     - wvdial (fixed via debconf)
326   * Add new packages to GRML_FULL:
327     - ack-grep
328     - mailplate
329     - pristine-tar
330
331  -- Michael Prokop <mika@grml.org>  Sun, 07 Oct 2007 23:06:28 +0200
332
333 grml-live (0.0.4) unstable; urgency=low
334
335   * The -t option for specifying the output directory has been
336     renamed into -o. The option -t now specifies the place where
337     templates for building the ISO can be found.
338   * Option -t can be used for specifying the template directory.
339     TEMPLATE_DIRECTORY can be used in /etc/grml/grml-live.conf
340   * Check for /var/run/fai/FAI_INSTALLATION_IN_PROGRESS and exit then.
341   * /etc/grml/fai/config/hooks/instsoft.GRMLBASE:
342     - disable pipeline workaround 
343     - create /dev/MAKEDEV in chroot to work around the
344       "./MAKEDEV: No such file or directory" problem of some packages
345   * Use /var/log/grml-live.log as log file as /var/log/fai/* is too
346     dangerous because of automatic removal of the files/dirs via fai.
347   * Use class GRML_MEDIUM by default and document GRMLBASE, GRML_* plus
348     I386/AMD64 classes in the docs.
349   * Add new packages to GRML_FULL:
350     - tgt: Linux target framework user-space tools
351     - paperkey: extract just the secret information out ouf OpenPGP keys
352     - gitpkg: helper scripts for maintaining packages with git
353     - iscsitarget: iSCSI Enterprise Target userland tools
354     - iscsitarget-module-2.6.22-grml: kernel module for iscsitarget
355   * Set $HOSTNAME to according hostname via
356     /etc/grml/fai/config/scripts/GRMLBASE/34-hosts
357   * Adjust filename in header of /etc/grml/fai/config/scripts/GRMLBASE/*.
358   * Use iceweasel/firefox as x-www-browser and w3m as www-browser (if
359     available). 
360   * Check for presence of the initrd.
361   * Improve adjustment of suite for $FAI_DEBOOTSTRAP.
362   * Add /usr/share/grml-live/examples/buildd/
363
364  -- Michael Prokop <mika@grml.org>  Thu, 04 Oct 2007 22:16:34 +0200
365
366 grml-live (0.0.3) unstable; urgency=low
367
368   * Support for setting GRML_NAME (like grml vs. grml-small
369     vs grml64 vs...)
370   * Drop the character limits of $VERSION and $RELEASENAME.
371   * Make sure $SECONDS is set before outputting the runtime.
372   * Unify usage of i386_files, place all template files in
373     directory templates now.
374   * Improve portability of linux headers cleanup inside
375     grml_cleanup_chroot.
376   * Provide class GRML_SMALL and rename old GRML_SMALL into
377     GRML_MEDIUM.
378   * Do not install kernel via GRMLBASE but via GRML_* classes
379     instead so we have only one single kernel on the system
380     with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'.
381   * Use grml-live.log as logfile.
382   * Added vim to GRML_MEDIUM package list.
383
384  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 12:58:15 +0200
385
386 grml-live (0.0.2) unstable; urgency=low
387
388   * Add support for amd64.
389   * Update and extend documentation.
390   * Bugfix: Make sure $LOGDIR exists.
391   * fai dirinstall: set hostname via $HOSTNAME
392
393  -- Michael Prokop <mika@grml.org>  Fri, 21 Sep 2007 11:46:17 +0200
394
395 grml-live (0.0.1) unstable; urgency=low
396
397   * Initial release.
398
399  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 15:35:34 +0200
400