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