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