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