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