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