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