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